File tree 2 files changed +2
-6
lines changed
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 14
14
15
15
sleep 5
16
16
17
- CILIUM_VERSION=$( curl -s https://api.github.com/repos/cilium/cilium/releases/latest | jq -r ' .tag_name' | sed -e ' s/^v//' )
18
-
19
17
info " ### Run following commands to bootstrap Kubernetes cluster:\\ n"
20
18
21
19
i=0
@@ -29,7 +27,7 @@ for MASTER in $TR_MASTER_IPS; do
29
27
sudo cp /etc/kubernetes/admin.conf /home/${TR_USERNAME} /.kube/config
30
28
sudo chown ${TR_USERNAME} :users /home/${TR_USERNAME} /.kube/config
31
29
helm repo add cilium https://helm.cilium.io/
32
- helm install cilium cilium/cilium --version ${CILIUM_VERSION} -- namespace kube-system --set kubeProxyReplacement=disabled
30
+ helm install cilium cilium/cilium --namespace kube-system --set kubeProxyReplacement=disabled
33
31
EOF
34
32
35
33
export KUBEADM_MASTER_JOIN=` ssh -o ' StrictHostKeyChecking no' -l ${TR_USERNAME} ${MASTER} tail -n12 kubeadm-init.log | head -n3`
Original file line number Diff line number Diff line change 15
15
16
16
sleep 5
17
17
18
- CILIUM_VERSION=$( curl -s https://api.github.com/repos/cilium/cilium/releases/latest | jq -r ' .tag_name' | sed -e ' s/^v//' )
19
-
20
18
info " ### Run following commands to bootstrap Kubernetes cluster:\\ n"
21
19
22
20
i=0
@@ -30,7 +28,7 @@ for MASTER in $TR_MASTER_IPS; do
30
28
sudo cp /etc/kubernetes/admin.conf /home/${TR_USERNAME} /.kube/config
31
29
sudo chown ${TR_USERNAME} :users /home/${TR_USERNAME} /.kube/config
32
30
helm repo add cilium https://helm.cilium.io/
33
- helm install cilium cilium/cilium --version ${CILIUM_VERSION} -- namespace kube-system --set kubeProxyReplacement=disabled
31
+ helm install cilium cilium/cilium --namespace kube-system --set kubeProxyReplacement=disabled
34
32
EOF
35
33
36
34
export KUBEADM_MASTER_JOIN=` ssh -o ' StrictHostKeyChecking no' -l ${TR_USERNAME} ${MASTER} tail -n12 kubeadm-init.log | head -n3`
You can’t perform that action at this time.
0 commit comments