shinyproxy-operator
shinyproxy-operator copied to clipboard
Setting a "nodeselector"
Hi,
We are trying to set the proxy.nodeselector option as described here: https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes/#create-a-pod-that-gets-scheduled-to-your-chosen-node
proxy:
nodeSelector:
kubernetes.io/os: linux
But this doesn't seem to be working. I suspect this needs to be added as a kubernetes-pod-patches or kubernetesPodTemplateSpecPatches instead? We want to have this nodeSelector to ensure pods get assigned to Linux type nodes on the cluster. Any suggestions? Here's what our yaml looks like
Thanks!