Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support configuring runtimeClassName for instances #293

Open
kurt-google opened this issue Dec 2, 2022 · 0 comments
Open

Support configuring runtimeClassName for instances #293

kurt-google opened this issue Dec 2, 2022 · 0 comments

Comments

@kurt-google
Copy link
Collaborator

kurt-google commented Dec 2, 2022

Is your feature request related to a problem? Please describe.
If we want to run oracle containers in a sandboxed runtime like gvisor https://cloud.google.com/kubernetes-engine/docs/how-to/sandbox-pods we need additional configuration functionality.

Describe the solution you'd like
It seems like the preferable way to implement this would be to expose an equivalent of pod.spec.runtimeClassName on our instance and propagate it to the statefulset.spec.template.spec.runtimeClassName field.

Describe alternatives you've considered
Another possible option is to implement the manual affinity and taint rules. This is possible with #268

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant