contrib/kube-prometheus: Run jb update and generate all manifests

This commit is contained in:
Matthias Loibl
2018-09-13 14:50:47 +02:00
parent 8d38e81521
commit 5a935379d6
3 changed files with 38 additions and 12 deletions

View File

@@ -4707,7 +4707,7 @@ items:
"step": 10
},
{
"expr": "sum(kube_pod_container_resource_limits_memory_bytes{namespace=\"$namespace\", pod=\"$pod\", container_name!=\"\"}) by (container)",
"expr": "sum(kube_pod_container_resource_limits_memory_bytes{namespace=\"$namespace\", pod=\"$pod\", container!=\"\"}) by (container)",
"format": "table",
"instant": true,
"intervalFactor": 2,