Skip to content

Commit bf222ec

Browse files
authored
fix: sets uefi boot type (#838)
**What problem does this PR solve?**: Uses UEFI boot type as we do in konvoy mesosphere/konvoy2#3031 **Which issue(s) this PR fixes**: Fixes # **How Has This Been Tested?**: <!-- Please describe the tests that you ran to verify your changes. Provide output from the tests and any manual steps needed to replicate the tests. --> **Special notes for your reviewer**: <!-- Use this to provide any additional information to the reviewers. This may include: - Best way to review the PR. - Where the author wants the most review attention on. - etc. -->
1 parent 61a82bb commit bf222ec

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

examples/capi-quick-start/nutanix-cluster-calico-crs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ spec:
102102
controlPlane:
103103
nutanix:
104104
machineDetails:
105-
bootType: legacy
105+
bootType: uefi
106106
cluster:
107107
name: ${NUTANIX_PRISM_ELEMENT_CLUSTER_NAME}
108108
type: name
@@ -140,7 +140,7 @@ spec:
140140
value:
141141
nutanix:
142142
machineDetails:
143-
bootType: legacy
143+
bootType: uefi
144144
cluster:
145145
name: ${NUTANIX_PRISM_ELEMENT_CLUSTER_NAME}
146146
type: name

examples/capi-quick-start/nutanix-cluster-calico-helm-addon.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ spec:
9999
controlPlane:
100100
nutanix:
101101
machineDetails:
102-
bootType: legacy
102+
bootType: uefi
103103
cluster:
104104
name: ${NUTANIX_PRISM_ELEMENT_CLUSTER_NAME}
105105
type: name
@@ -137,7 +137,7 @@ spec:
137137
value:
138138
nutanix:
139139
machineDetails:
140-
bootType: legacy
140+
bootType: uefi
141141
cluster:
142142
name: ${NUTANIX_PRISM_ELEMENT_CLUSTER_NAME}
143143
type: name

examples/capi-quick-start/nutanix-cluster-cilium-crs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ spec:
102102
controlPlane:
103103
nutanix:
104104
machineDetails:
105-
bootType: legacy
105+
bootType: uefi
106106
cluster:
107107
name: ${NUTANIX_PRISM_ELEMENT_CLUSTER_NAME}
108108
type: name
@@ -140,7 +140,7 @@ spec:
140140
value:
141141
nutanix:
142142
machineDetails:
143-
bootType: legacy
143+
bootType: uefi
144144
cluster:
145145
name: ${NUTANIX_PRISM_ELEMENT_CLUSTER_NAME}
146146
type: name

examples/capi-quick-start/nutanix-cluster-cilium-helm-addon.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ spec:
9999
controlPlane:
100100
nutanix:
101101
machineDetails:
102-
bootType: legacy
102+
bootType: uefi
103103
cluster:
104104
name: ${NUTANIX_PRISM_ELEMENT_CLUSTER_NAME}
105105
type: name
@@ -137,7 +137,7 @@ spec:
137137
value:
138138
nutanix:
139139
machineDetails:
140-
bootType: legacy
140+
bootType: uefi
141141
cluster:
142142
name: ${NUTANIX_PRISM_ELEMENT_CLUSTER_NAME}
143143
type: name

hack/examples/patches/nutanix/initialize-variables.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
value:
2525
nutanix:
2626
machineDetails:
27-
bootType: legacy
27+
bootType: uefi
2828
cluster:
2929
name: ${NUTANIX_PRISM_ELEMENT_CLUSTER_NAME}
3030
type: name
@@ -42,7 +42,7 @@
4242
path: "/spec/topology/variables/1/value/nutanix"
4343
value:
4444
machineDetails:
45-
bootType: legacy
45+
bootType: uefi
4646
cluster:
4747
name: ${NUTANIX_PRISM_ELEMENT_CLUSTER_NAME}
4848
type: name

0 commit comments

Comments
 (0)