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 7a36712 commit 39183a8Copy full SHA for 39183a8
install-from-helm.sh
@@ -4,7 +4,7 @@ curl -sfL https://get.k3s.io | sh -
4
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
5
# setup helm
6
mkdir ~/.kube
7
-sudo kubectl config view --raw >~/.kube/config
+kubectl config view --raw >~/.kube/config
8
# add helm repo
9
helm repo add mingfunwong https://mingfunwong.github.io/helm-charts
10
0 commit comments