Skip to content

Commit f5a0e53

Browse files
committed
fix cluster template
Signed-off-by: setoru <[email protected]>
1 parent 291a2a1 commit f5a0e53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/cluster-template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
clusterNetwork:
1010
pods:
1111
cidrBlocks:
12-
- 192.168.0.0/16
12+
- 10.244.0.0/16
1313
controlPlaneRef:
1414
apiVersion: controlplane.cluster.x-k8s.io/v1beta1
1515
kind: KubeadmControlPlane
@@ -266,7 +266,7 @@ data:
266266
namespace: kube-system
267267
---
268268
apiVersion: apps/v1
269-
kind: DaemonSet
269+
kind: Deployment
270270
metadata:
271271
name: huawei-cloud-controller-manager
272272
namespace: kube-system

0 commit comments

Comments
 (0)