mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
add GKE to kubectl config
This commit is contained in:
parent
a38cbba3db
commit
d4e1485d22
1 changed files with 7 additions and 3 deletions
|
@ -14,8 +14,12 @@
|
||||||
complete -F __start_kubectl k
|
complete -F __start_kubectl k
|
||||||
alias k=kubectl
|
alias k=kubectl
|
||||||
'';
|
'';
|
||||||
environment.systemPackages = [
|
environment.systemPackages = with pkgs; [
|
||||||
pkgs.kubectl
|
kubectl
|
||||||
pkgs.kubernetes-helm
|
kubernetes-helm
|
||||||
|
|
||||||
|
(google-cloud-sdk.withExtraComponents
|
||||||
|
[ google-cloud-sdk.components.gke-gcloud-auth-plugin ])
|
||||||
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue