https://garden.io logo
Possible to specify `nodeSelector` and other PodSpec options?
c

chilly-waitress-62592

12/21/2022, 2:57 PM
I will likely need to deploy certain services to GPU enabled nodes on GKE. Is it possible to specify pass through values for the generated PodSpec such as described here? https://cloud.google.com/kubernetes-engine/docs/how-to/autopilot-gpus
b

big-spring-14945

12/21/2022, 5:10 PM
Yes I think that's possible. You can do anything you like using the Kubernetes module type
c

chilly-waitress-62592

12/21/2022, 6:26 PM
Thank you, that looks about right.