Skip to content

Commit

Permalink
ci/e2e: remove non needed values in cluster config
Browse files Browse the repository at this point in the history
Some recently added values are not always compatible with both K3s and
RKE2, better to reduce to the minimal ones.

Signed-off-by: Loic Devulder <ldevulder@suse.com>
  • Loading branch information
ldevulder committed Mar 22, 2023
1 parent 4990984 commit b9396b9
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/assets/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,8 @@ spec:
etcd:
disableSnapshots: true
machineGlobalConfig:
disable-apiserver: false
disable-cloud-controller: false
disable-controller-manager: false
disable-etcd: false
disable-kube-proxy: false
disable-network-policy: false
disable-scheduler: false
etcd-expose-metrics: false
profile: null
secrets-encryption: false
machinePools:
- controlPlaneRole: true
etcdRole: true
Expand All @@ -41,8 +33,6 @@ spec:
workerRole: true
machineSelectorConfig:
- config:
docker: false
protect-kernel-defaults: false
selinux: false
registries: {}
kubernetesVersion: %K8S_VERSION%

0 comments on commit b9396b9

Please sign in to comment.