mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +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
|
kubernetes-helm
|
||||||
stern
|
stern
|
||||||
|
|
||||||
|
(google-cloud-sdk.withExtraComponents
|
||||||
|
[ google-cloud-sdk.components.gke-gcloud-auth-plugin ])
|
||||||
|
|
||||||
# dedicated script, because bash aliases dont work with `watch`
|
# dedicated script, because bash aliases dont work with `watch`
|
||||||
(writeShellScriptBin "k" "exec kubectl \"$@\"")
|
(writeShellScriptBin "k" "exec kubectl \"$@\"")
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue