-
Notifications
You must be signed in to change notification settings - Fork 0
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
CAPA Flatcar #996
Comments
first bump on the road - kubernetes-sigs/cluster-api#6403 |
so everything tested, flatcar is running on all nodes including bastion, ssh works as well, I will keep the branch for |
did another quick PoC and found a circular dependency that will need to be solved before we can start working on Flatcar with Flatcar you need to specify IAM roles that will be used to access the ignition files stored in S3:
during the infrastructure initialization phase
So it goes like this ->>> I think we should break the dependency of |
If our dependency is mostly on the dynamic CloudFront domain, we could use a fixed alias domain instead. I think that's a feature of See also #2387. |
Blocked by #2420. |
Before merging we need to update IAM role for all existing MCs to include new S3 bucket permissions |
Done, PR merged, release created and the permissions were updated |
User Story
-As a cluster admin, I want to use Flatcar as the operating system on all Cluster API cluster nodes in order to have a container oriented operating system with all the hardening and settings of the current Giant Swarm clusters.
Towards epic.
Background
Cluster API for AWS (CAPA) clusters use the default Ubuntu image.
The text was updated successfully, but these errors were encountered: