This repository has been archived by the owner on Jan 16, 2023. It is now read-only.
Fixes:
- With this release, argus has updated self links in Kubernetes Container Datasource.
Note: Following Data Sources needs to be upgraded from LM_exchange manually.
* Kubernetes_Container
* Kubernetes_Node_Topology
* Kubernetes_Pod_Topology
*.Kubernetes_Service_Topology
- Introduced additional logging statements for Pod succeeded status.
- Github documentation has been aligned with latest argus release configuration here.
Upgrade Steps
- While upgrading Argus chart you need to supply the argus configuration file in the helm upgrade command. Follow these steps to create configuration file:
- Download configuration file template from here
- Get existing values using command helm get values argus and save in backup configuration file.
- Put all existing values in downloaded configuration file at its appropriate places. And let the remaining values at their default.
- Run
helm repo update
and followed by upgrade argus using command
*helm upgrade --reuse-values -f argus-config.yaml argus logicmonitor/argus
- Recreate Argus pod if it doesn't recreate automatically. Helm does not recreate pods if there is no change in definitions.