Open c4milo opened 6 months ago
Camilo shared the helmrelease
values from this cluster and we found that externalDns
is being marshaled to {}
. This is because enabled
is a bool
and not a *bool
.
This is another point on the "bugs caused due to CRDs and values being out of sync". I'll make a tracking ticket and link back to this one.
For now this can be worked around by setting enabled
to true
or omitting the ExternalDns
stanza all together.
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.
What happened?
What did you expect to happen?
I was expecting the nodeport
redpanda-broker-external
service to be removed.How can we reproduce it (as minimally and precisely as possible)?. Please include values file.
Anything else we need to know?
No response
Which are the affected charts?
Redpanda, Operator
Chart Version(s)
5.8.5
Cloud provider
JIRA Link: K8S-233
JIRA Link: K8S-234