Updating the Kubeturbo version through Helm
Update the image tag version of your Kubeturbo deployment whenever your Turbonomic instance updates to a new version or if you are instructed to do so.
The image tag version should be in the format
x.x.x
. This version depends on, and should always match, your Turbonomic instance version. For example, if your Turbonomic
instance version is 8.14.3, specify the same instance version as the
image tag version.
To get the version of your Turbonomic instance, open the Turbonomic user interface and click the Help icon in the navigation menu.
-
Update the Kubeturbo deployment.
helm upgrade {deployment_name} {helm_chart_location} \ --namespace turbo \ --set serverMeta.turboServer={your_instance_address} \ --set serverMeta.version={your_instance_version} \ --set image.tag={new_image_tag_version} \ --set targetConfig.targetName={your_cluster_name}
-
Verify that the Kubeturbo pod restarted and has been updated with the new values.
Repeat these steps for every cluster with a Kubeturbo deployment.