This guide provides instructions for updating the Kubernetes 2.0 Agent using Helm.
- To upgrade the Kubernetes 2.0 Agent to the latest helm version, use the following command:
opsramp
, the command will be: For example, if the release name is
The above command will upgrade the Agent to the latest helm version available in the OpsRamp Agent Helm Repository.
To upgrade the Kubernetes 2.0 Agent to a specific helm version, use the
--version
flag in the command.
For example, to upgrade to OpsRamp Agent chart version0.1.0
, use:If the
opsramp-master
agent pod does not restart automatically after the upgrade, run:
Change Agent Configuration Keys
To modify any keys in the opsramp-agent-config
configMap, use the Helm upgrade command with the current agent version.
For example, if you want to change the proxy server and port, run:
Note
Ensure that the--version
flag matches the currently installed Helm version.- To upgrade the Kubernetes 2.0 Agent to the latest helm version, use the following command:
opsramp
, the command will be: For example, if the release name is
The above command will upgrade the Agent to the latest helm version available in the OpsRamp Agent Helm Repository.
To upgrade the Kubernetes 2.0 Agent to a specific helm version, use the
--version
flag in the command.
For example, to upgrade to OpsRamp Agent chart version0.1.0
, use:If the
opsramp-master
agent pod does not restart automatically after the upgrade, run:
Change Agent Configuration Keys
To modify any keys in the opsramp-agent-config
configMap, use the Helm upgrade command with the current agent version.
For example, if you want to change the proxy server and port, run:
Note
Ensure that the--version
flag matches the currently installed Helm version.