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

Addons race condition with a nodegroup #170

Closed
stecullum opened this issue Oct 19, 2022 · 0 comments · Fixed by #185
Closed

Addons race condition with a nodegroup #170

stecullum opened this issue Oct 19, 2022 · 0 comments · Fixed by #185
Labels
bug 🐛 An issue with the system

Comments

@stecullum
Copy link

When creating a cluster from new.
AddOns are being updated/created before nodegroups exist
This is very similar to this SimilarIssue
Would an option to provide a dependency help?

addons = [
  {
    addon_name               = "vpc-cni"
    addon_version            = "v1.11.4-eksbuild.1"
    resolve_conflicts        = "NONE"
    service_account_role_arn = null
  },
  {
    addon_name               = "coredns"
    addon_version            = "v1.8.7-eksbuild.3"
    resolve_conflicts        = "NONE"
    service_account_role_arn = null
  },
  {
    addon_name               = "kube-proxy"
    addon_version            = "v1.23.8-eksbuild.2"
    resolve_conflicts        = "NONE"
    service_account_role_arn = null
  }
]
@stecullum stecullum added the bug 🐛 An issue with the system label Oct 19, 2022
@Nuru Nuru closed this as completed in #185 May 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 An issue with the system
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant