bentoml / yatai-deployment

🚀 Launching Bento in a Kubernetes cluster
17 stars 14 forks source link

Allow setting of runtimeClassName in extra_pod_spec #125

Open AlexH-BoxFish opened 1 year ago

AlexH-BoxFish commented 1 year ago

I believe the current extra_pod_spec field in the CRD only allows setting a subset of fields - is there a way to set the runtimeClassName for generated bento pods? If not, could the extra_pod_spec be extended to include runtimeClassName? Thanks!