I have been trying to deploy a GPU service on Cloud Run for Anthos. However, the GPU nodes created by the node pool contain a taint that does not allow service pods to be scheduled on those nodes. I also tried to add toleration to the YAML config of the service, but the Cloud console does not allow it, and adding via kubectl removes toleration. Can anyone help me out with this?
Thanks