mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +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
|
||||
alias k=kubectl
|
||||
'';
|
||||
environment.systemPackages = [
|
||||
pkgs.kubectl
|
||||
pkgs.kubernetes-helm
|
||||
environment.systemPackages = with pkgs; [
|
||||
kubectl
|
||||
kubernetes-helm
|
||||
|
||||
(google-cloud-sdk.withExtraComponents
|
||||
[ google-cloud-sdk.components.gke-gcloud-auth-plugin ])
|
||||
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue