fix: Change CIDR subnet block
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5000c324e1
commit
ef58b823c2
@ -216,6 +216,9 @@ patches:
|
|||||||
kind: Cluster
|
kind: Cluster
|
||||||
name: \${CLUSTER_NAME}
|
name: \${CLUSTER_NAME}
|
||||||
patch: |-
|
patch: |-
|
||||||
|
- op: replace
|
||||||
|
path: /spec/clusterNetwork/pods/cidrBlocks/-
|
||||||
|
value: 172.30.0.0/16
|
||||||
- op: replace
|
- op: replace
|
||||||
path: /spec/controlPlaneRef/name
|
path: /spec/controlPlaneRef/name
|
||||||
value: ${CLUSTER_NAME}-master
|
value: ${CLUSTER_NAME}-master
|
||||||
|
Loading…
Reference in New Issue
Block a user