mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
install gke-gcloud-auth-plugin
(kubernetes / kubectl / google gcp)
This commit is contained in:
parent
dc695543da
commit
e014507cd4
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@
|
|||
kubernetes-helm
|
||||
stern
|
||||
|
||||
(google-cloud-sdk.withExtraComponents
|
||||
[ google-cloud-sdk.components.gke-gcloud-auth-plugin ])
|
||||
|
||||
# dedicated script, because bash aliases dont work with `watch`
|
||||
(writeShellScriptBin "k" "exec kubectl \"$@\"")
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue