redpanda-operator
redpanda-operator copied to clipboard
This is a tracking issue for generating most or all of the Redpanda CRD from the `Values` struct in the helm chart repo. We've seen issues ranging from typos, mistyped...
If operators wish to manage the nodeport service themselves after having a cluster running, they would have to do extra work to remove the service managed by the operator/helm safely....
Checking if quorum will be lost if replica count changes. TODO: - test (kuttl test on a few well known values for replicas.) https://github.com/orgs/redpanda-data/projects/54/views/8?pane=issue&itemId=56191515
https://github.com/redpanda-data/redpanda-operator/pull/143/commits/b4809a1be725d3910f5b805e6aaf5dbc3890567a ### Enable webhook conversion patch in kustomization Kustomization is not recommented in our official documentation, but those kustomization patch are neccessery for Redpanda conversion https://github.com/redpanda-data/redpanda-operator/pull/143/commits/605ec3a016980c20d3109026007ee42c78ffb43e ### Fix ApiVersion overwrite...
### What would you like to be added? Do not want to have main binaries under src/go any longer as this causes a lot of issues when writing task files...
Place holder ticket to remind us to fix `decommission-on-delete`. Failures are being ignored due to the frequency thereof. JIRA Link: [K8S-224](https://redpandadata.atlassian.net/browse/K8S-224)
I run the following command: ``` kubectl kustomize "https://github.com/redpanda-data/redpanda-operator/src/go/k8s/config/crd?ref=v2.1.12-23.3.3" | kubectl apply -f - helm upgrade --install redpanda-controller operator --repo https://charts.redpanda.com/ -n redpanda --set image.tag=v2.1.12-23.3.3 ``` And I eventually end...
We have been noticing this when a node dies or we terminate it. The PVC remains bound to lost node and prevents the k8s scheduler from placing the pod on...
CI does not currently regenerate files (particularly our CRDs) to assert that there are no diffs. We need to add this in ASAP to ensure there is no accidental drift....