twosigma/waiter

CLI waiter-ssh should allow all users to specify container to SSH into

Opened this issue · 1 comments

We should add support to the waiter ssh command to allow user to specify the container:

  -c, --container='': Container name. If omitted, use the waiter-app container by default

This is already available but limited only to admins:

if is_admin_enabled():
parser.add_argument('--container-name', '-c',
help='specify the container name you want to ssh into. Defaults to "waiter-app". Has no '
'effect if instance is not k8s pod.')

The default container continues to be waiter-app.