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
nodeSelector follows Kubernetes' implementation as defined [here](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector)
56
+
57
+
nodeSelector will only provision ALB Controller pods to nodes with a defined label.
58
+
59
+
In this example, we will label a set of nodes with a node label called `albController`.
60
+
61
+
1. Label each node you desire to run the ALB controller pods.
0 commit comments