helm upgrade
command. Therefore, you must manually upgrade the associated CRDs before upgrading the chart.
If you use the Operator Lifecycle Manager (OLM) to install the Pulsar Operators, you don’t need to manually upgrade the Pulsar Operators. The OLM periodically checks if there is new version available and automatically upgrades the Pulsar Operators.
Prerequisites
- You have installed the Pulsar Operators using the Helm chart.
- Install Helm (v3.0.2 or above).
Steps
-
View the existing version of the Pulsar Operators running on your Kubernetes cluster.
The sample output shoule be as follows. Both the chart version and the application version are
0.14.0
. -
View the latest available version of the Pulsar Operators.
You should see the following output:
-
Upgrade the CRDs of the Pulsar Operators.
The following commands upgrade the CRDs to their latest versions.
-
Upgrade the Pulsar Operators.
This command deletes the existing Pods and creates new ones.
-
Verify that the Pulsar Operators are upgraded successfully.
You should see the following output:
-
View the version of Pulsar Operators.
The sample output shoule be as follows. The latest chart version and the application version have been installed.