This repository has been archived by the owner on Jan 16, 2023. It is now read-only.
v2.3.0
Release Documents
Release 2.3.0
Improvements
- User can now configure collector pod specification in
argus-configuration.yaml
againstcollector.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: ""