Add kubectx and kubens support to Dockerfile and bash completion scripts
All checks were successful
Build k8s-mgmt-pod image / Build & Push (push) Successful in 1m23s
All checks were successful
Build k8s-mgmt-pod image / Build & Push (push) Successful in 1m23s
This commit is contained in:
parent
d582311917
commit
df0eaf0a21
4 changed files with 23 additions and 3 deletions
|
|
@ -6,7 +6,9 @@
|
|||
- `kubectl` preinstalled from a pinned upstream binary release
|
||||
- `helm` preinstalled from a pinned upstream binary release
|
||||
- `k9s` preinstalled from a pinned GitHub release tarball
|
||||
- `kubectl` and `helm` bash autocompletion enabled for both `admin` and `user`
|
||||
- `kubectx` and `kubens` preinstalled from a pinned upstream release
|
||||
- `jq`, `yq`, and `vim` preinstalled from Debian packages
|
||||
- `kubectl`, `helm`, `kubectx`, and `kubens` bash autocompletion enabled for both `admin` and `user`
|
||||
- local `openssh-server` on port `2222`
|
||||
- a browser-based SSH client on port `3000`
|
||||
- a custom ASCII-art MOTD on login
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue