sassoftware / viya4-monitoring-kubernetes

Provides simple scripts and customization options to deploy monitoring, alerts, and log aggregation for Viya 4 running on Kubernetes
Apache License 2.0
54 stars 31 forks source link

Missing toleration for Prometheus push-gateway pod ? #4

Closed raphaelpoumarede closed 3 years ago

raphaelpoumarede commented 3 years ago

In my AKS deployment, there is no available node for the push-gateway pod. Unlike the other prometheus/grafana pods, the "push-gateway" pod does not have a toleration for the "stateful" node. As the result the pod remains pending. When I add this in my $USER_DIR/monitoring/user-values-pushgateway.yaml :

tolerations:
  - effect: NoSchedule
    key: workload.sas.com/class
    value: stateful

it solves the issue. Thanks

BryanEllington commented 3 years ago

Fixed in https://github.com/sassoftware/viya4-monitoring-kubernetes/commit/de4b9494c2e0adf3e962ba3d4926d81ddff80498