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

Release v2.4.2

Latest
Compare
Choose a tag to compare
@shubhashri12 shubhashri12 released this 12 Jan 09:28
· 5 commits to master since this release
7392e78

Fixes:

  • Fixed collectorset controller to enable input for nodeSelector in collectorset definition for collector pods.
  • Fixed collectorset-controller to enable labels and annotations for collector pod.

Upgrade Steps

  • Add LogicMonitor helm chart repo - helm repo add logicmonitor https://logicmonitor.github.io/k8s-helm-charts
    *Run helm repo update and followed by upgrade collectorset-controller using command:
    * helm upgrade --reuse-values -f collectorset-controller-configuration.yaml collectorset-controller logicmonitor/collectorset-controller
    *Recreate Collectorset-controller pod if it doesn't recreate automatically. Helm does not recreate pods if there is no change in definitions.