scylladb / scylla-operator

The Kubernetes Operator for ScyllaDB
https://operator.docs.scylladb.com/
Apache License 2.0
340 stars 175 forks source link

Use server-side apply when deploying aggregated manifests #2170

Closed zimnx closed 3 weeks ago

zimnx commented 3 weeks ago

Client side apply doesn't work as our CRD got too big and cannot be put in annotation which isn't necessary when server-side apply is used.

Fixes #2157

scylla-operator-bot[bot] commented 3 weeks ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: tnozicka, zimnx

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: - ~~[OWNERS](https://github.com/scylladb/scylla-operator/blob/master/OWNERS)~~ [tnozicka,zimnx] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
tnozicka commented 3 weeks ago

@zimnx pls backport it to 1.14 (latest docs) as well