primo
This commit is contained in:
7
add-on/installaRancher.sh
Normal file
7
add-on/installaRancher.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
helm repo add rancher-stable https://releases.rancher.com/server-charts/stable
|
||||
kubectl create namespace cattle-system
|
||||
|
||||
helm install rancher rancher-stable/rancher \
|
||||
--namespace cattle-system \
|
||||
--set hostname=k8s.italiadatacenter.com \
|
||||
--set bootstrapPassword=admin
|
||||
Reference in New Issue
Block a user