Releases: wish/ctl
Releases · wish/ctl
v14.4.3
v14.4.2
v14.4.1
v14.4.0
v14.4.0
Minor fixes
Hostname fix to meet K8 naming constraints
v13.0.1
Updated documentation and small features ( pod death time on login, status
filter flag )
New features and bug fixes
New flags/features
--python
flag to run a python script without logging into the pod or to start a python shell on login
--status
flag to filter pods based on status.phase [ Pending, Running, Succeeded, Failed, Unknown ]
--image
and --container
flags can be run with up command to override images for containers in the manifest
login
command now creates new pods if no existing pods are found ( previously had to manually run up
command )
Bug fix
Fix for hostname error thrown at users with hostnames that include periods ( periods replaced with dashes to follow K8's name constraints )
Minor revisions
Make minor revisions according to feedback:
- rename env to k8s_env for more clarity
- allow listing of all k8s_env
- add warning message if the config is empty