-
Notifications
You must be signed in to change notification settings - Fork 767
[Hack] Change EKS to use Bottlerocket OS #8796
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
base: main
Are you sure you want to change the base?
Conversation
🎉 Snyk checks have passed. No issues have been found so far.✅ security/snyk check is complete. No issues have been found. (View Details) ✅ license/snyk check is complete. No issues have been found. (View Details) |
buildkite test this -f p=eks -m s=8.19.2 |
EKS cluster creation fails with:
The IAM role/policy is missing the https://docs.aws.amazon.com/eks/latest/userguide/retrieve-ami-id-bottlerocket.html For using
|
buildkite test this -f p=eks -m s=8.19.2 |
=> https://buildkite.com/elastic/cloud-on-k8s-operator/builds/11468
Realized we need the #8795 for EKS to work. |
1e49d58
to
93155fc
Compare
buildkite test this -f p=eks t=TestSmoke |
=> https://buildkite.com/elastic/cloud-on-k8s-operator/builds/11509 ✅ all tests passed |
buildkite test this -f p=eks -m s=8.19.2 |
=> https://buildkite.com/elastic/cloud-on-k8s-operator/builds/11520 ✅ all tests passed |
Temporary change to test ECK on EKS+Bottlerocket OS.
When
amiFamily: Bottlerocket
is set,ami
setting isn't supported:eksctl-io/eksctl#4998 (comment)
Rel: https://github.com/elastic/sdh-control-plane/issues/10165