Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit bd8c3c3

Browse files
committed
update v1alpha3 template to use cpem 3.6
Signed-off-by: Chris Privitere <[email protected]>
1 parent 0566db1 commit bd8c3c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/data/v1alpha3/bases/cluster-with-kcp-cpem.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ spec:
9090
netmask 255.255.255.255
9191
EOF
9292
- systemctl restart networking
93-
- 'if [ -f "/run/kubeadm/kubeadm.yaml" ]; then kubectl --kubeconfig /etc/kubernetes/admin.conf create secret generic -n kube-system metal-cloud-config --from-literal=cloud-sa.json=''{"apiKey": "{{ .apiKey }}","projectID": "${PROJECT_ID}", "eipTag": "cluster-api-provider-packet:cluster-id:${CLUSTER_NAME}"}''; kubectl apply --kubeconfig /etc/kubernetes/admin.conf -f https://github.com/equinix/cloud-provider-equinix-metal/releases/download/v3.2.2/deployment.yaml; fi'
93+
- 'if [ -f "/run/kubeadm/kubeadm.yaml" ]; then kubectl --kubeconfig /etc/kubernetes/admin.conf create secret generic -n kube-system metal-cloud-config --from-literal=cloud-sa.json=''{"apiKey": "{{ .apiKey }}","projectID": "${PROJECT_ID}", "eipTag": "cluster-api-provider-packet:cluster-id:${CLUSTER_NAME}"}''; kubectl apply --kubeconfig /etc/kubernetes/admin.conf -f https://github.com/equinix/cloud-provider-equinix-metal/releases/download/v3.6.0/deployment.yaml; fi'
9494
preKubeadmCommands:
9595
- sed -ri '/\sswap\s/s/^#?/#/' /etc/fstab
9696
- swapoff -a

0 commit comments

Comments
 (0)