Skip to content

Commit

Permalink
fixup! WIP: kindnet + ipalias
Browse files Browse the repository at this point in the history
  • Loading branch information
justinsb committed Jan 14, 2025
1 parent a663d8b commit 57cb14c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ ClusterName: privatekindnet.example.com
ConfigBase: memfs://clusters.example.com/privatekindnet.example.com
InstanceGroupName: master-us-test-1a
InstanceGroupRole: ControlPlane
NodeupConfigHash: jTF3I7at/1p0jwCMDz9kTq2uKvqMG+UEhKlJd1X96+8=
NodeupConfigHash: lgPxiqJbDn1WQqD2BR2dzZRFvgBtedQIcphqjfGgam0=
__EOF_KUBE_ENV

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ spec:
serviceClusterIPRange: 100.64.0.0/13
storageBackend: etcd3
kubeControllerManager:
allocateNodeCIDRs: true
allocateNodeCIDRs: false
attachDetachReconcileSyncPeriod: 1m0s
cloudProvider: external
clusterCIDR: 100.96.0.0/11
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ CAs:
ClusterName: privatekindnet.example.com
ControlPlaneConfig:
KubeControllerManager:
allocateNodeCIDRs: true
allocateNodeCIDRs: false
attachDetachReconcileSyncPeriod: 1m0s
cloudProvider: external
clusterCIDR: 100.96.0.0/11
Expand Down

0 comments on commit 57cb14c

Please sign in to comment.