Possible to specify `nodeSelector` and other PodSp...
# 🌱|help-and-getting-started
c
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
Yes I think that's possible. You can do anything you like using the Kubernetes module type
c
Thank you, that looks about right.