File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
cmd/clusterctl/examples/openstack/provider-component/user-data Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -131,8 +131,7 @@ for tries in $(seq 1 60); do
131131done
132132
133133# By default, use calico for container network plugin, should make this configurable.
134- kubectl --kubeconfig /etc/kubernetes/admin.conf apply -f https://docs.projectcalico.org/v3.1/getting-started/kubernetes/installation/hosted/rbac-kdd.yaml
135- kubectl --kubeconfig /etc/kubernetes/admin.conf apply -f https://docs.projectcalico.org/v3.1/getting-started/kubernetes/installation/hosted/kubernetes-datastore/calico-networking/1.7/calico.yaml
134+ kubectl --kubeconfig /etc/kubernetes/admin.conf apply -f https://docs.projectcalico.org/v3.5/getting-started/kubernetes/installation/hosted/kubernetes-datastore/calico-networking/1.7/calico.yaml
136135
137136mkdir -p /root/.kube
138137cp -i /etc/kubernetes/admin.conf /root/.kube/config
Original file line number Diff line number Diff line change @@ -161,8 +161,7 @@ for tries in $(seq 1 60); do
161161 sleep 1
162162done
163163# By default, use calico for container network plugin, should make this configurable.
164- kubectl --kubeconfig /etc/kubernetes/admin.conf apply -f https://docs.projectcalico.org/v3.1/getting-started/kubernetes/installation/hosted/rbac-kdd.yaml
165- kubectl --kubeconfig /etc/kubernetes/admin.conf apply -f https://docs.projectcalico.org/v3.1/getting-started/kubernetes/installation/hosted/kubernetes-datastore/calico-networking/1.7/calico.yaml
164+ kubectl --kubeconfig /etc/kubernetes/admin.conf apply -f https://docs.projectcalico.org/v3.5/getting-started/kubernetes/installation/hosted/kubernetes-datastore/calico-networking/1.7/calico.yaml
166165echo done.
167166) 2>&1 | tee /var/log/startup.log
168167
You can’t perform that action at this time.
0 commit comments