Skip to content

Commit ee2918e

Browse files
authored
Do not use attribute to avoid setting to wrong version
1 parent 3a5fd18 commit ee2918e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

modules/upgrade/pages/k-upgrade-operator.adoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@
1111

1212
. If the new version of the Redpanda Operator introduces changes to the custom resource definitions (CRDs), apply these changes first. Upgrading CRDs ensures that the Kubernetes API can manage and interact with Redpanda resources according to the new specifications.
1313
+
14-
include::deploy:partial$kubernetes/install-crds.adoc[]
14+
[,bash]
15+
----
16+
kubectl kustomize "https://github.com/redpanda-data/redpanda-operator//operator/config/crd?ref=<operator-version>" \
17+
| kubectl apply --server-side -f -
18+
----
1519

1620
. Back up your current Helm values for the Redpanda Operator Helm chart:
1721
+
@@ -48,4 +52,4 @@ deployment "redpanda-controller-operator" successfully rolled out
4852

4953
== Next steps
5054

51-
xref:upgrade:k-rolling-upgrade.adoc[].
55+
xref:upgrade:k-rolling-upgrade.adoc[].

0 commit comments

Comments
 (0)