Skip to content

feat(cluster): optimize the statefulset transformer #701

New issue

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

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

Already on GitHub? # to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

runkecheng
Copy link
Collaborator

@runkecheng runkecheng commented Sep 19, 2022

What type of PR is this?

/enhancement

Which issue(s) this PR fixes?

Fixes #551

What this PR does?

Summary:

Allow to edit Statefulset directly

you can:

  • add a container
  • add/update an env
  • add/update commands
  • add/update labels/annotations

and more

you can't edit the parameters set by the mysqlcluster, like replicas.

Special notes for your reviewer?

@runkecheng runkecheng added the enhancement New feature or request label Sep 19, 2022
@runkecheng runkecheng added this to the v2.3.0 milestone Sep 19, 2022
@runkecheng runkecheng changed the title feat(cluster): modify the transformer of the statefulset feat(cluster): optimize the statefulset transformer Sep 19, 2022
@acekingke acekingke modified the milestones: v2.3.0, v3.0.0 Oct 9, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

无法往创建好的集群的statefulset里面增加一个sidercar容器
2 participants