How should I apply `PodNodeSelector` admission con...
# azure
g
How should I apply
PodNodeSelector
admission controller to AKS with Pulumi? AKS supports it. I'm looking through Pulumi typescript types and docs and can't find anything related to it
t
Do you have a pointer to Azure docs for this feature?
And the linked Kubernetes docs within that page
Basically that would allow for example setting a default nodeSelector for all pods in a specific namespace
Which is what I want right now
t
Thank you. I don’t know the answer, unfortunately.
b
hey @gorgeous-country-43026 - this is actually a kubernetes thing, you'd do it inside the pulumi kubernetes provider: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/
🙌 1