File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ To deploy a cluster using [external cloud provider](https://github.com/kubernete
13
13
- Deploy a CNI solution
14
14
15
15
` ` ` shell
16
- curl https://docs.projectcalico.org/v3.16 /manifests/calico.yaml | sed " s/veth_mtu:.*/veth_mtu: \" 1430\" /g" | kubectl --kubeconfig=./${CLUSTER_NAME} .kubeconfig apply -f -
16
+ curl https://docs.projectcalico.org/v3.19 /manifests/calico.yaml | sed " s/veth_mtu:.*/veth_mtu: \" 1430\" /g" | kubectl --kubeconfig=./${CLUSTER_NAME} .kubeconfig apply -f -
17
17
` ` `
18
18
19
19
- Create a secret containing the cloud configuration
@@ -33,8 +33,8 @@ To deploy a cluster using [external cloud provider](https://github.com/kubernete
33
33
- Create RBAC resources and openstack-cloud-controller-manager deamonset
34
34
35
35
` ` ` shell
36
- kubectl --kubeconfig=./${CLUSTER_NAME} .kubeconfig apply -f https://raw.githubusercontent.com/kubernetes/cloud-provider-openstack/master/cluster/addons/rbac /cloud-controller-manager-roles.yaml
37
- kubectl --kubeconfig=./${CLUSTER_NAME} .kubeconfig apply -f https://raw.githubusercontent.com/kubernetes/cloud-provider-openstack/master/cluster/addons/rbac /cloud-controller-manager-role-bindings.yaml
36
+ kubectl --kubeconfig=./${CLUSTER_NAME} .kubeconfig apply -f https://raw.githubusercontent.com/kubernetes/cloud-provider-openstack/master/manifests/controller-manager /cloud-controller-manager-roles.yaml
37
+ kubectl --kubeconfig=./${CLUSTER_NAME} .kubeconfig apply -f https://raw.githubusercontent.com/kubernetes/cloud-provider-openstack/master/manifests/controller-manager /cloud-controller-manager-role-bindings.yaml
38
38
kubectl --kubeconfig=./${CLUSTER_NAME} .kubeconfig apply -f https://raw.githubusercontent.com/kubernetes/cloud-provider-openstack/master/manifests/controller-manager/openstack-cloud-controller-manager-ds.yaml
39
39
` ` `
40
40
You can’t perform that action at this time.
0 commit comments