-
Notifications
You must be signed in to change notification settings - Fork 28
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
[bug] EKS machines are not created: ControlPlaneIsStable preflight failed #907
Labels
bug
Something isn't working
Comments
Merged
eromanova
added a commit
to eromanova/kcm
that referenced
this issue
Jan 16, 2025
eromanova
added a commit
to eromanova/kcm
that referenced
this issue
Jan 16, 2025
eromanova
added a commit
that referenced
this issue
Jan 16, 2025
* Added support to enable custom addons in EKS template And enable CSI driver addon by default * Add EKS e2e testing * Apply workaround for EKS #907 issue
eromanova
added a commit
to eromanova/k0rdent-docs
that referenced
this issue
Jan 29, 2025
eromanova
added a commit
to eromanova/kcm
that referenced
this issue
Jan 30, 2025
Kshatrix
pushed a commit
that referenced
this issue
Jan 30, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Affected k0rdent version: v0.0.7
The deployment of the EKS cluster is stuck waiting for the machines to be provisioned. The MachineDeployment resource is showing the following conditions:
As a result, the cluster was successfully created in EKS but no nodes are available.
WORKAROUND
Add
"machineset.cluster.x-k8s.io/skip-preflight-checks": "ControlPlaneIsStable"
annotation to theMachineDeployment
.To Reproduce
Steps to reproduce the behavior:
aws-eks
templateExpected behavior
The cluster is up and running.
Additional context
The issue likely started occurring after the most recent CAPI bump.
Related issue: kubernetes-sigs/cluster-api-provider-aws#5225
The text was updated successfully, but these errors were encountered: