cass-operator icon indicating copy to clipboard operation
cass-operator copied to clipboard

Remove defunctLabel check due to rewrite of StatefulSets these days, …

Open burmanm opened this issue 3 years ago • 2 comments

…fix some CRD comments, modify created-by label value to match Kubernetes recommendation

What this PR does: Removes defuctLabel check for managed-by label, changes created-by label value and updates some CRD descriptions.

Which issue(s) this PR fixes: Fixes #354

Checklist

  • [ ] Changes manually tested
  • [x] Automated Tests added/updated
  • [ ] Documentation added/updated
  • [x] CHANGELOG.md updated (not required for documentation PRs)
  • [x] CLA Signed: DataStax CLA

burmanm avatar Jun 27 '22 10:06 burmanm

Actually, the created-by fix is wrong. Created-by should not be pushed to CassandraDatacenter, since cass-operator is not creating that resource, only managing it.

burmanm avatar Jun 30 '22 10:06 burmanm

k8ssandra-operator should add the created-by..

burmanm avatar Jun 30 '22 10:06 burmanm