Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit ea7f709

Browse files
Merge pull request #2628 from splunk/anna-quick-one
Fix
2 parents da1a6fa + 301f974 commit ea7f709

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gdi/opentelemetry/collector-kubernetes/kubernetes-upgrade.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@ You might need to migrate if using ``operator.enabled=true``.
7575

7676
If you're using versions 0.110.0 to 1.113.0, CRDs are likely deployed via Helm templates. To migrate to the recommended ``crds/`` directory deployment:
7777

78-
#. Delete the existing chart running
78+
1. Delete the existing chart running
7979

8080
.. code-block:: bash
8181
8282
helm delete <release-name>
8383
84-
#. Verify if the following CRDs are present and delete them if necessary:
84+
2. Verify if the following CRDs are present and delete them if necessary:
8585

8686
.. code-block:: bash
8787
@@ -90,7 +90,7 @@ If you're using versions 0.110.0 to 1.113.0, CRDs are likely deployed via Helm t
9090
kubectl delete crd opampbridges.opentelemetry.io
9191
kubectl delete crd instrumentations.opentelemetry.io
9292
93-
#. Reinstall the chart with the updated configuration:
93+
3. Reinstall the chart with the updated configuration:
9494

9595
.. code-block:: bash
9696

0 commit comments

Comments
 (0)