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
I need some guidance, I am pretty new to EKS / Kubernetes. I have used the tooling to create the cluster, node groups, a single node and deploying the pod, everything is working okay.
Now I am testing the scaling, in other words, adding more nodes to the node group, the Nodes in the Enclave Node Group must be labeled with:
"aws-nitro-enclaves-k8s-dp": "enabled"
But new nodes don't have the label set as the label is added only when running the tooling, I would like the label to be applied automatically when a new node joins the node group.
Any advise on how to do this?
Many thanks
Xavi
The text was updated successfully, but these errors were encountered:
Hi,
I need some guidance, I am pretty new to EKS / Kubernetes. I have used the tooling to create the cluster, node groups, a single node and deploying the pod, everything is working okay.
Now I am testing the scaling, in other words, adding more nodes to the node group, the Nodes in the Enclave Node Group must be labeled with:
"aws-nitro-enclaves-k8s-dp": "enabled"
But new nodes don't have the label set as the label is added only when running the tooling, I would like the label to be applied automatically when a new node joins the node group.
Any advise on how to do this?
Many thanks
Xavi
The text was updated successfully, but these errors were encountered: