Discover new versions
Update your Helm repository to fetch the latest available chart versions:Upgrade collector manager
Upgrade to a specific version while preserving existing configuration values:Command breakdown
plerion-collector-manager
: Name of the existing Helm release.plerion/collector-manager
: Chart to upgrade.--reuse-values
: Retain existing configuration during upgrade.--version [version]
: Replace with the desired version.
Rollback
Rolling back reverts to a previous, stable release if an upgrade causes issues.When to rollback
- Unforeseen issues: Updated release introduces errors or instability.
- Compatibility concerns: New version conflicts with other components.
- Emergency recovery: Critical issues disrupt the system.
Rollback
Rolling back reverts to a previous, stable release if an upgrade causes issues.When to rollback
- Unforeseen issues: Updated release introduces errors or instability.
- Compatibility concerns: New version conflicts with other components.
- Emergency recovery: Critical issues disrupt the system.
Steps to rollback
1
Check release history
Identify the revision you want to roll back to:Example output:Note the revision number you want to roll back to.
2
Roll back to a previous revision
Run the following command, replacing Example:Example output:
<REVISION_NUMBER>
with the revision identified above:3
Verify rollback
After the rollback, confirm that the collector manager pods are running in a stable state:Example output: