Skip to content

Commit cdc3947

Browse files
committed
Remove invalid test
EKS no longer allows CoreDNS to run when only a control plane exists; there are no schedulable nodes in this scenario, since users do not have access to control plane nodes. Signed-off-by: Nolan Brubaker <[email protected]>
1 parent 9b65314 commit cdc3947

File tree

6 files changed

+0
-469
lines changed

6 files changed

+0
-469
lines changed

test/e2e/data/e2e_eks_conf.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ providers:
9898
files:
9999
- sourcePath: "./eks/cluster-template-eks-control-plane-only.yaml"
100100
targetName: "cluster-template-eks-control-plane-only.yaml"
101-
- sourcePath: "./eks/cluster-template-eks-control-plane-only-withaddon.yaml"
102-
targetName: "cluster-template-eks-control-plane-only-withaddon.yaml"
103101
- sourcePath: "./eks/cluster-template-eks-machine-deployment-only.yaml"
104102
targetName: "cluster-template-eks-machine-deployment-only.yaml"
105103
- sourcePath: "./eks/cluster-template-eks-managed-machinepool-only.yaml"
@@ -127,8 +125,6 @@ variables:
127125
EXP_EKS_IAM: "false"
128126
EXP_EKS_ADD_ROLES: "false"
129127
VPC_ADDON_VERSION: "v1.18.1-eksbuild.3"
130-
COREDNS_ADDON_VERSION: "v1.11.1-eksbuild.8"
131-
COREDNS_ADDON_CONFIGURATION: '{"replicaCount":3}'
132128
KUBE_PROXY_ADDON_VERSION: "v1.30.0-eksbuild.3"
133129
CONFORMANCE_CI_ARTIFACTS_KUBERNETES_VERSION: "1.30.2"
134130
IP_FAMILY: "IPv4"

test/e2e/data/eks/cluster-template-eks-control-plane-only-withaddon.yaml

-51
This file was deleted.

test/e2e/suites/managed/addon.go

-87
This file was deleted.

test/e2e/suites/managed/addon_helpers.go

-106
This file was deleted.

0 commit comments

Comments
 (0)