How to assign a particular nodeSelector? #1434
sandipsmahajan
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am installing in Azure Kubernetes cluster using the Helm chart. But after installation, it takes a random Node pool.
But I want to specify the node pool during the installation.
I tried with the below command, but still, it taking random pools.
helm install dependency-track evryfs-oss/dependency-track --namespace dependencytrack-ns --set nodeSelector."beta.kubernetes.io/os"=linux --set nodeSelector."agentpool"=myagentpool
Note: The helm version is 3.4.0
Please suggest how I can install it on a single node pool.
Thanks,
Sandip Mahajan
Beta Was this translation helpful? Give feedback.
All reactions