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

v2.3.0

Compare
Choose a tag to compare
@vkumbhar94 vkumbhar94 released this 19 Apr 12:10
· 8 commits to master since this release
cdb715e

Release Documents

Release 2.3.0

Improvements

  • User can now configure collector pod specification in argus-configuration.yaml against collector.statefulsetspec parameter. Perhaps nodeSelector, tolerations, priorityClass, etc. are required on collector pod.
statefulsetspec:
    template:
      spec:
        nodeSelector: {}
        # Tolerations are applied to pods, and allow the pods to schedule onto nodes with matching taints.
        tolerations: []
        # The priority class name for Pod priority of the collector. If this parameter is set then user must have PriorityClass resource created otherwise Pod will be rejected.
        priorityClassName: ""