-
Notifications
You must be signed in to change notification settings - Fork 179
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
Inherit and customize ScyllaCluster labels and annotations #1664
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tnozicka The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
611f8e3
to
0283573
Compare
/test all |
#1698 |
88cfb1d
to
d50a5e6
Compare
Also, please add support for these fields in Helm chart template |
Thanks for updates. |
Since scylladb#1664 metadata for data PVC template in rack StatefulSet was taken from ScyllaCluster metadata in case Statefulset was missing. If ScyllaCluster had any metadata set, Operator on next reconcilation, changed immutable PVC template because metadata were no longer rewritten from ScyllaCluster. To fix this case, Operator rewrites PVC template metadata from existing StatefulSet.
Since scylladb#1664 metadata for data PVC template in rack StatefulSet was taken from ScyllaCluster metadata in case Statefulset was missing. If ScyllaCluster had any metadata set, Operator on next reconcilation, changed immutable PVC template because metadata were no longer rewritten from ScyllaCluster. To fix this case, Operator rewrites PVC template metadata from existing StatefulSet.
Since scylladb#1664 metadata for data PVC template in rack StatefulSet was taken from ScyllaCluster metadata in case Statefulset was missing. If ScyllaCluster had any metadata set, Operator on next reconcilation, changed immutable PVC template because metadata were no longer rewritten from ScyllaCluster. To fix this case, Operator rewrites PVC template metadata from existing StatefulSet.
Description of your changes:
This PR allows users to set metadata for several managed objects as described in SOEP-1665
Which issue is resolved by this Pull Request:
Resolves #1592 #1668