diff --git a/templates/bases/vpc/kcp.yaml b/templates/bases/vpc/kcp.yaml index 4ce72343e..e67509611 100644 --- a/templates/bases/vpc/kcp.yaml +++ b/templates/bases/vpc/kcp.yaml @@ -19,9 +19,6 @@ spec: value: "true" apiServer: certSANs: [localhost, 127.0.0.1] - dns: {} - etcd: {} - scheduler: {} initConfiguration: nodeRegistration: criSocket: /var/run/containerd/containerd.sock @@ -31,7 +28,6 @@ spec: - name: eviction-hard value: nodefs.available<0%,nodefs.inodesFree<0%,imagefs.available<0% joinConfiguration: - discovery: {} nodeRegistration: criSocket: /var/run/containerd/containerd.sock kubeletExtraArgs: diff --git a/templates/cluster-template-vpc-clusterclass.yaml b/templates/cluster-template-vpc-clusterclass.yaml index 208e53809..88024aa21 100644 --- a/templates/cluster-template-vpc-clusterclass.yaml +++ b/templates/cluster-template-vpc-clusterclass.yaml @@ -96,9 +96,6 @@ spec: value: "true" - name: cloud-provider value: external - dns: {} - etcd: {} - scheduler: {} initConfiguration: nodeRegistration: criSocket: /var/run/containerd/containerd.sock @@ -108,7 +105,6 @@ spec: - name: eviction-hard value: nodefs.available<0%,nodefs.inodesFree<0%,imagefs.available<0% joinConfiguration: - discovery: {} nodeRegistration: criSocket: /var/run/containerd/containerd.sock kubeletExtraArgs: diff --git a/templates/cluster-template-vpc-clusterclass/cluster-with-kcp.yaml b/templates/cluster-template-vpc-clusterclass/cluster-with-kcp.yaml index bedc5dfb3..641cea4d8 100644 --- a/templates/cluster-template-vpc-clusterclass/cluster-with-kcp.yaml +++ b/templates/cluster-template-vpc-clusterclass/cluster-with-kcp.yaml @@ -94,9 +94,6 @@ spec: value: 'true' - name: cloud-provider value: external - dns: {} - etcd: {} - scheduler: {} initConfiguration: nodeRegistration: criSocket: /var/run/containerd/containerd.sock @@ -106,7 +103,6 @@ spec: - name: eviction-hard value: 'nodefs.available<0%,nodefs.inodesFree<0%,imagefs.available<0%' joinConfiguration: - discovery: {} nodeRegistration: criSocket: /var/run/containerd/containerd.sock kubeletExtraArgs: diff --git a/templates/cluster-template.yaml b/templates/cluster-template.yaml index 107e62b27..d7fa04b95 100644 --- a/templates/cluster-template.yaml +++ b/templates/cluster-template.yaml @@ -54,9 +54,6 @@ spec: extraArgs: - name: cloud-provider value: external - dns: {} - etcd: {} - scheduler: {} initConfiguration: nodeRegistration: criSocket: /var/run/containerd/containerd.sock @@ -66,7 +63,6 @@ spec: - name: eviction-hard value: nodefs.available<0%,nodefs.inodesFree<0%,imagefs.available<0% joinConfiguration: - discovery: {} nodeRegistration: criSocket: /var/run/containerd/containerd.sock kubeletExtraArgs: diff --git a/test/e2e/data/templates/cluster-template-vpc.yaml b/test/e2e/data/templates/cluster-template-vpc.yaml index cf3c661ae..9e73e346d 100644 --- a/test/e2e/data/templates/cluster-template-vpc.yaml +++ b/test/e2e/data/templates/cluster-template-vpc.yaml @@ -334,9 +334,6 @@ spec: extraArgs: - name: cloud-provider value: external - dns: {} - etcd: {} - scheduler: {} initConfiguration: nodeRegistration: criSocket: /var/run/containerd/containerd.sock @@ -346,7 +343,6 @@ spec: - name: eviction-hard value: nodefs.available<0%,nodefs.inodesFree<0%,imagefs.available<0% joinConfiguration: - discovery: {} nodeRegistration: criSocket: /var/run/containerd/containerd.sock kubeletExtraArgs: