kubernetes-sigs/cluster-api-provider-aws

[e2e] Update EKS tests to use the `EKSControlPlaneUpdating` condition

Open

#2,251 opened on Feb 16, 2021

View on GitHub
 (13 comments) (0 reactions) (1 assignee)Go (689 forks)auto 404
area/provider/eksarea/testinggood first issuehelp wantedkind/featurelifecycle/stalepriority/backlog

Repository metrics

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

Description

/kind feature /area provider/eks /area testing /help

Describe the solution you'd like The waitForControlPlaneToBeUpgraded should be updated to use the new EKSControlPlaneUpdating condition. Within the e2e test framework there is a function that allows you to wait based on a condition.

Anything else you would like to add: The EKSControlPlaneUpdating was introduced as part of #2246. Currently, the upgrade test is disabled in prow so this will need to be tested locally.

Environment:

  • Cluster-api-provider-aws version: 0.6.4

Contributor guide