Add e2e tests for externally managed members#1337
Add e2e tests for externally managed members#1337CaptainIRS wants to merge 1 commit intogardener:masterfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
| WithEtcdServerPort(ptr.To(ports.PeerPort)). | ||
| WithBackupPort(ptr.To(ports.BackupPort)). | ||
| WithEtcdWrapperPort(ptr.To(ports.WrapperPort)). | ||
| WithBackupRestoreContainerImage("europe-docker.pkg.dev/gardener-project/snapshots/gardener/etcdbrctl:v0.43.0-dev"). |
There was a problem hiding this comment.
Placeholder comment to remove this once gardener/etcd-backup-restore#939 is part of the latest release.
|
@CaptainIRS: The following test failed, say
Full PR test history. Your PR dashboard. Command help for this repository. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
How to categorize this PR?
/area testing
/kind test
What this PR does / why we need it:
Adds e2e tests for the externally managed members feature introduced in #1214.
Which issue(s) this PR fixes:
To aid with testing for the upcoming member removal feature #1307.
Checklist:
Special notes for your reviewer:
If you have an existing kind cluster, it has to be brought down (
make kind-down) and brought up again with this PR branch (make kind-up) for this to work.Release note: