Skip to content

Commit 71a2403

Browse files
committed
Use winget instead of choco
1 parent 40a3be2 commit 71a2403

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

k8s/ex-setup.ps1

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# install kubernetes cli
2-
choco install kubernetes-cli
2+
winget install Kubernetes.kubectl
33

4-
# kubernetes helper tool
5-
# https://github.com/ahmetb/kubectx/releases
6-
# NOTE: not available on choco yet - choco install kubectx
4+
# kubernetes helper tools
5+
winget install Derailed.k9s
6+
winget install ahmetb.kubectx
77

88
# azure cli
9-
choco install azure-cli
9+
winget install Microsoft.AzureCLI
1010

1111
# install helm
12-
choco install kubernetes-helm
12+
winget install Helm.Helm
1313
helm repo add "stable" "https://charts.helm.sh/stable" --force-update
1414
helm repo add jetstack https://charts.jetstack.io
1515
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts ❮ 3s 868ms  

0 commit comments

Comments
 (0)