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

Add podSpec/podTemplate/statefuSet field to override pod settings #479

Open
ebarped opened this issue Jul 28, 2021 · 1 comment
Open

Add podSpec/podTemplate/statefuSet field to override pod settings #479

ebarped opened this issue Jul 28, 2021 · 1 comment
Labels
component:operator help wanted Extra attention is needed type:enhancement New feature or request

Comments

@ebarped
Copy link

ebarped commented Jul 28, 2021

Many kubernetes operators add a field called podSpec/podTemplate that allows the user to override pod´s configuration with custom properties.

Examples:

This will be extremely useful, since we could add securityContext, dnsPolicy, dnsConfig, ...

My main case is to add dnsPolicy and dnsConfig, but this would allow the user to provide all these fields.
Another solution would be adding specific fields for securityContext, dnsPolicy, dnsConfig... to the CRD.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:operator help wanted Extra attention is needed type:enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants