Skip to content
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

Add scripts for manual EKS cluster creation + fix EKS tests and release #30

Merged
merged 7 commits into from
Nov 7, 2023

Conversation

vladem
Copy link
Contributor

@vladem vladem commented Nov 6, 2023

Description of changes:

  • add scripts to create and delete a EKS cluster (added usage instructions to readme)
  • promote image only based on EKS E2E tests
  • always create Service Account when installing the driver

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

jjkr
jjkr previously approved these changes Nov 6, 2023
fi
KUBECONFIG=${KUBECONFIG:-"${TEST_DIR}/${CLUSTER_NAME}.kubeconfig"}

KOPS_VERSION=1.28.0
ZONES=${AWS_AVAILABILITY_ZONES:-us-east-1a,us-east-1b,us-east-1c,us-east-1d}
ZONES=${AWS_AVAILABILITY_ZONES:-us-east-1a,us-east-1b}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice to have if this could respect the REGION var. I have to set this manually to run in us-west-2.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added

dlakhaws
dlakhaws previously approved these changes Nov 6, 2023
@vladem vladem dismissed stale reviews from dlakhaws and jjkr via 60607b7 November 7, 2023 13:06
@vladem vladem changed the title Create a brand new EKS cluster for E2E Add scripts for manual EKS cluster creation + fix EKS tests and release Nov 7, 2023
@vladem vladem merged commit b86ffce into main Nov 7, 2023
3 checks passed
@vladem vladem deleted the spawn-eks branch November 7, 2023 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants