File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ export INSTALL_K3S_EXEC='--no-flannel'
3535alias install-k3s=" curl -sfL " ${k3s_install_url} " | sh - $@ "
3636
3737install-k3s
38- kubectl patch storageclass local-path -p ' {"metadata": {"annotations":{"storageclass.kubernetes.io/is-default-class":"false"}}}'
3938
4039curl -sfL https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash -
4140
@@ -49,7 +48,7 @@ git clone --dept 1 https://github.com/kyma-project/helm-broker
4948
5049
5150helm install cilium --set operator.replicas=1 cilium/cilium --namespace kube-system
52- helm install longhorn --create-namespace --set persistence.defaultClassReplicaCount=1 longhorn/longhorn --namespace longhorn-system
51+ helm install longhorn --create-namespace --set persistence.defaultClass=false --set persistence. defaultClassReplicaCount=1 longhorn/longhorn --namespace longhorn-system
5352helm install cert-manager jetstack/cert-manager --namespace cert-manager --create-namespace --set installCRDs=true
5453helm install catalog svc-cat/catalog --set asyncBindingOperationsEnabled=true --namespace catalog --create-namespace
5554helm install helm-broker --set global.helm_broker.dir=/ --set global.helm_controller.dir=/ helm-broker/charts/helm-broker/ --namespace helm-broker --create-namespace
You can’t perform that action at this time.
0 commit comments