You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when we create a cluster the control plane node should have a label node-role.kubernetes.io/control-plane= as weave-gitops-enterprise considers it ready when it has this label
➜ k get nodes
NAME STATUS ROLES AGE VERSION
ip-192-168-130-239.eu-north-1.compute.internal Ready <none> 16h v1.24.9-eks-49d8fe8
workaround after cluster is created kubectl label nodes ip-192-168-130-239.eu-north-1.compute.internal node-role.kubernetes.io/control-plane=
waleedhammam
changed the title
cluster nodes are created without control plane role
cluster nodes are created without control plane and cluster bootstrap controller doesn't see it as ready
Feb 16, 2023
when we create a cluster the control plane node should have a label
node-role.kubernetes.io/control-plane=
as weave-gitops-enterprise considers it ready when it has this labelworkaround after cluster is createdkubectl label nodes ip-192-168-130-239.eu-north-1.compute.internal node-role.kubernetes.io/control-plane=
Request feature for cluster bootstrap controller
Problem
ControlPlane
Possible Solution
The text was updated successfully, but these errors were encountered: