We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40a3be2 commit 71a2403Copy full SHA for 71a2403
k8s/ex-setup.ps1
@@ -1,15 +1,15 @@
1
# install kubernetes cli
2
-choco install kubernetes-cli
+winget install Kubernetes.kubectl
3
4
-# kubernetes helper tool
5
-# https://github.com/ahmetb/kubectx/releases
6
-# NOTE: not available on choco yet - choco install kubectx
+# kubernetes helper tools
+winget install Derailed.k9s
+winget install ahmetb.kubectx
7
8
# azure cli
9
-choco install azure-cli
+winget install Microsoft.AzureCLI
10
11
# install helm
12
-choco install kubernetes-helm
+winget install Helm.Helm
13
helm repo add "stable" "https://charts.helm.sh/stable" --force-update
14
helm repo add jetstack https://charts.jetstack.io
15
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts ❮ 3s 868ms
0 commit comments