Skip to content

Commit 03c82d0

Browse files
committed
examples: Point CNI manifest to master branch
Now that we're reintegrating the v1alpha2 feature branch with master the postKubeadmCommand that applies CNI needs to point to master. Signed-off-by: Stephen Augustus <[email protected]>
1 parent c04dd48 commit 03c82d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/controlplane/controlplane.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ spec:
7171
preKubeadmCommands:
7272
- bash -c /tmp/kubeadm-bootstrap.sh
7373
postKubeadmCommands:
74-
- kubectl --kubeconfig /etc/kubernetes/admin.conf apply -f https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-azure/v1alpha2/examples/addons.yaml
74+
- kubectl --kubeconfig /etc/kubernetes/admin.conf apply -f https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-azure/master/examples/addons.yaml
7575
files:
7676
- path: /tmp/kubeadm-bootstrap.sh
7777
owner: "root:root"

0 commit comments

Comments
 (0)