-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pass multiple IPs to multicluster E2E tests #743
Comments
gwesterfieldjr
added a commit
to gwesterfieldjr/eks-anywhere
that referenced
this issue
Dec 30, 2021
gwesterfieldjr
added a commit
to gwesterfieldjr/eks-anywhere
that referenced
this issue
Jan 6, 2022
gwesterfieldjr
added a commit
to gwesterfieldjr/eks-anywhere
that referenced
this issue
Jan 7, 2022
gwesterfieldjr
added a commit
to gwesterfieldjr/eks-anywhere
that referenced
this issue
Jan 7, 2022
gwesterfieldjr
added a commit
to gwesterfieldjr/eks-anywhere
that referenced
this issue
Jan 7, 2022
gwesterfieldjr
added a commit
to gwesterfieldjr/eks-anywhere
that referenced
this issue
Jan 25, 2022
gwesterfieldjr
added a commit
to gwesterfieldjr/eks-anywhere
that referenced
this issue
Jan 25, 2022
gwesterfieldjr
added a commit
to gwesterfieldjr/eks-anywhere
that referenced
this issue
Jan 25, 2022
gwesterfieldjr
added a commit
to gwesterfieldjr/eks-anywhere
that referenced
this issue
Jan 25, 2022
gwesterfieldjr
added a commit
to gwesterfieldjr/eks-anywhere
that referenced
this issue
Feb 8, 2022
gwesterfieldjr
added a commit
to gwesterfieldjr/eks-anywhere
that referenced
this issue
Feb 9, 2022
gwesterfieldjr
added a commit
to gwesterfieldjr/eks-anywhere
that referenced
this issue
Feb 9, 2022
gwesterfieldjr
added a commit
to gwesterfieldjr/eks-anywhere
that referenced
this issue
Feb 9, 2022
gwesterfieldjr
added a commit
to gwesterfieldjr/eks-anywhere
that referenced
this issue
Feb 9, 2022
gwesterfieldjr
added a commit
to gwesterfieldjr/eks-anywhere
that referenced
this issue
Feb 10, 2022
gwesterfieldjr
added a commit
to gwesterfieldjr/eks-anywhere
that referenced
this issue
Feb 10, 2022
gwesterfieldjr
added a commit
to gwesterfieldjr/eks-anywhere
that referenced
this issue
Feb 10, 2022
gwesterfieldjr
added a commit
to gwesterfieldjr/eks-anywhere
that referenced
this issue
Feb 10, 2022
gwesterfieldjr
added a commit
to gwesterfieldjr/eks-anywhere
that referenced
this issue
Feb 10, 2022
gwesterfieldjr
added a commit
to gwesterfieldjr/eks-anywhere
that referenced
this issue
Feb 10, 2022
gwesterfieldjr
added a commit
to gwesterfieldjr/eks-anywhere
that referenced
this issue
Feb 11, 2022
eks-distro-bot
pushed a commit
that referenced
this issue
Feb 11, 2022
danbudris
pushed a commit
that referenced
this issue
Feb 22, 2022
mitalipaygude
pushed a commit
to mitalipaygude/eks-anywhere-1
that referenced
this issue
Feb 23, 2022
eks-distro-bot
pushed a commit
that referenced
this issue
Feb 23, 2022
* Update kubectl ValidateWorkerNodes arg to pass in kubeconfig (#1149) * Refactor GitOps e2e tests (#1176) * Refactor GitOps e2e test to pass in testOpts, add tests for workload cluster * Remove unused arg * Rename upgradeGitops methods * Remove unnecessary method * Generate GitOpsConfig name every time when running e2e flux test * Only generate lowercase alphanumeric string for K8s object names * Update newly added GitOps e2e test name to include "Flux" (#1193) * (#743) support passing multiple ips to cluster tests (#931) * Improvements for 'upgrades from latest release' e2e tests (#966) * Improvements for 'upgrades from latest release' e2e tests * Increas the timeout for kubeadm control plane ready in e2e tests * Increased timeout for cilium retrier * E2E tests for multiple worker node groups (#1194) Expands current e2e testing framework to support multiple worker node groups. It allows to add/remove/update worker node groups to the initial spec and during upgrades. Adds one simple vSphere tests that starts with two worker node groups. During the upgrade, it scales down one of them to 1 replica, it deletes the other one and creates a new one. * Update e2e test flow so cluster ip pool is not required (#1213) Co-authored-by: Joey Wang <jiayiwang7@yahoo.com> Co-authored-by: Greg Westerfield, Jr <gwesterf@amazon.com> Co-authored-by: Guillermo Gaston <gaslor@amazon.com> Co-authored-by: Greg Westerfield, Jr <gwesterfieldjr@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add the ability to pass 2 IPs to E2E tests that are testing management+workload cluster so we can track all the static IPs beforehand.
The current fix to ensure that IPs are unique for multicluster tests was added in this PR: #741
The text was updated successfully, but these errors were encountered: