@@ -29,7 +29,7 @@ kind: AzureCluster
2929metadata :
3030 name : ${CLUSTER_NAME}
3131 labels :
32- initial : ' '
32+ initial : ' '
3333spec :
3434 additionalTags :
3535 creationTimestamp : ${TIMESTAMP}
@@ -46,7 +46,7 @@ kind: AzureMachine
4646metadata :
4747 name : ${CLUSTER_NAME}-control-plane-0
4848 labels :
49- initial : ' '
49+ initial : ' '
5050spec :
5151 dataDisks :
5252 - diskSizeGB : 256
@@ -58,15 +58,15 @@ spec:
5858 managedDisk :
5959 storageAccountType : Premium_LRS
6060 osType : Linux
61- sshPublicKey : ${AZURE_SSH_PUBLIC_KEY_B64}
61+ sshPublicKey : ${AZURE_SSH_PUBLIC_KEY_B64:="" }
6262 vmSize : Standard_D2s_v3
63- ---
63+ ---
6464apiVersion : cluster.x-k8s.io/v1alpha3
6565kind : Machine
6666metadata :
6767 name : ${CLUSTER_NAME}-control-plane-0
6868 labels :
69- initial : ' '
69+ initial : ' '
7070 cluster.x-k8s.io/control-plane : " true"
7171spec :
7272 version : ${KUBERNETES_VERSION}
@@ -79,14 +79,14 @@ spec:
7979 infrastructureRef :
8080 apiVersion : infrastructure.cluster.x-k8s.io/v1alpha3
8181 kind : AzureMachine
82- name : ${CLUSTER_NAME}-control-plane-0
82+ name : ${CLUSTER_NAME}-control-plane-0
8383---
8484apiVersion : bootstrap.cluster.x-k8s.io/v1alpha3
8585kind : KubeadmConfig
8686metadata :
8787 name : ${CLUSTER_NAME}-control-plane-0
8888 labels :
89- initial : ' '
89+ initial : ' '
9090spec :
9191 useExperimentalRetryJoin : true
9292 initConfiguration :
@@ -144,7 +144,7 @@ spec:
144144 tableType : gpt
145145 mounts :
146146 - - LABEL=etcd_disk
147- - /var/lib/etcddisk
147+ - /var/lib/etcddisk
148148 files :
149149 - contentFrom :
150150 secret :
@@ -177,14 +177,14 @@ spec:
177177 apiVersion : infrastructure.cluster.x-k8s.io/v1alpha3
178178 kind : AzureCluster
179179 name : ${CLUSTER_NAME}
180- ---
180+ ---
181181apiVersion : controlplane.cluster.x-k8s.io/v1alpha3
182182kind : KubeadmControlPlane
183183metadata :
184184 name : ${CLUSTER_NAME}-control-plane
185185 labels :
186186 cluster.x-k8s.io/cluster-name : " ${ CLUSTER_NAME }"
187- kcp : ' '
187+ kcp : ' '
188188spec :
189189 infrastructureTemplate :
190190 apiVersion : infrastructure.cluster.x-k8s.io/v1alpha3
@@ -279,7 +279,7 @@ spec:
279279 managedDisk :
280280 storageAccountType : Premium_LRS
281281 osType : Linux
282- sshPublicKey : ${AZURE_SSH_PUBLIC_KEY_B64}
282+ sshPublicKey : ${AZURE_SSH_PUBLIC_KEY_B64:="" }
283283 vmSize : Standard_D2s_v3
284284---
285285apiVersion : v1
0 commit comments