Skip to content

Commit

Permalink
Remove invalid test
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
nrb committed Dec 5, 2024
1 parent 9b65314 commit cdc3947
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 469 deletions.
4 changes: 0 additions & 4 deletions test/e2e/data/e2e_eks_conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ providers:
files:
- sourcePath: "./eks/cluster-template-eks-control-plane-only.yaml"
targetName: "cluster-template-eks-control-plane-only.yaml"
- sourcePath: "./eks/cluster-template-eks-control-plane-only-withaddon.yaml"
targetName: "cluster-template-eks-control-plane-only-withaddon.yaml"
- sourcePath: "./eks/cluster-template-eks-machine-deployment-only.yaml"
targetName: "cluster-template-eks-machine-deployment-only.yaml"
- sourcePath: "./eks/cluster-template-eks-managed-machinepool-only.yaml"
Expand Down Expand Up @@ -127,8 +125,6 @@ variables:
EXP_EKS_IAM: "false"
EXP_EKS_ADD_ROLES: "false"
VPC_ADDON_VERSION: "v1.18.1-eksbuild.3"
COREDNS_ADDON_VERSION: "v1.11.1-eksbuild.8"
COREDNS_ADDON_CONFIGURATION: '{"replicaCount":3}'
KUBE_PROXY_ADDON_VERSION: "v1.30.0-eksbuild.3"
CONFORMANCE_CI_ARTIFACTS_KUBERNETES_VERSION: "1.30.2"
IP_FAMILY: "IPv4"
Expand Down

This file was deleted.

87 changes: 0 additions & 87 deletions test/e2e/suites/managed/addon.go

This file was deleted.

106 changes: 0 additions & 106 deletions test/e2e/suites/managed/addon_helpers.go

This file was deleted.

Loading

0 comments on commit cdc3947

Please sign in to comment.