Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Release v6.1.1

Latest
Compare
Choose a tag to compare
@shubhashri12 shubhashri12 released this 12 Jan 09:19
· 4 commits to master since this release
e2e3c93

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.