From 00f4821178e8f35bf5f1c5aa66d8b38e1f27eea9 Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Mon, 8 Jan 2018 16:23:01 -0500 Subject: [PATCH] Added missing ingress from role list (#3666) --- docs/configuration/configuration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/configuration/configuration.md b/docs/configuration/configuration.md index 424d13a5b..cd03f19d8 100644 --- a/docs/configuration/configuration.md +++ b/docs/configuration/configuration.md @@ -726,7 +726,8 @@ namespaces: [ - ] ``` -Where `` must be `endpoints`, `service`, `pod`, or `node`. +Where `` must be `endpoints`, `service`, `pod`, `node`, or +`ingress`. See [this example Prometheus configuration file](/documentation/examples/prometheus-kubernetes.yml) for a detailed example of configuring Prometheus for Kubernetes.