kubernetes-sigs/cluster-api-provider-aws

[e2e] clusterctl upgrade testing for EKS

Open

#2,828 opened on Oct 6, 2021

View on GitHub
 (22 comments) (0 reactions) (0 assignees)Go (689 forks)auto 404
area/testinghelp wantedkind/featureneeds-triagepriority/critical-urgentpriority/important-soon

Repository metrics

Stars
 (723 stars)
PR merge metrics
 (PR metrics pending)

Description

/kind feature

Describe the solution you'd like Enable e2e clusterctl upgrade testing for v1alpha4 --> v1beta1 upgrades.

This is not currently possible because the spec requires the locally compiled e2e image to be prestaged on the node, see https://github.com/kubernetes-sigs/cluster-api/pull/5395 for details.

EKS Bootstrap Config doesn't currently allow the user to set commands that should be executed before kubelet starts that will allow the prestaging ( #2771 )

/priority important-soon /area testing

Anything else you would like to add: [Miscellaneous information that will assist in solving the issue.]

Environment:

  • Cluster-api-provider-aws version:
  • Kubernetes version: (use kubectl version):
  • OS (e.g. from /etc/os-release):

Contributor guide