oceanbase / ob-operator

Kubernetes operator for OceanBase
https://oceanbase.github.io/ob-operator/
Other
148 stars 39 forks source link

[Feature]: Set native fields for observer pods #568

Closed powerfooI closed 2 months ago

powerfooI commented 2 months ago

Describe your use case

As #494 said, users may need to set some native fields for observer pod. Not only schedulerName but also runtimeClassName, securityContext, labels and so on. All of these fields may be needed to set to customized value.

Describe the solution you'd like

Added some more fields in PodFields introduced by PR #515. The native pod fields could be found at here

Describe alternatives you've considered

No response

Additional context

No response