Skip to content

Commit

Permalink
remove cluster variable
Browse files Browse the repository at this point in the history
  • Loading branch information
skanakal committed Sep 26, 2024
1 parent dea5b76 commit 40561b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@
"label": null,
"multi": false,
"name": "namespace",
"query": "label_values(kube_pod_info{cluster=\"$cluster\"}, namespace)",
"query": "label_values(kube_pod_info{}, namespace)",
"refresh": 2,
"regex": "",
"sort": 0,
Expand All @@ -600,7 +600,7 @@
"label": null,
"multi": false,
"name": "pod",
"query": "label_values(kube_pod_info{cluster=\"$cluster\", namespace=\"$namespace\"}, pod)",
"query": "label_values(kube_pod_info{namespace=\"$namespace\"}, pod)",
"refresh": 2,
"regex": "",
"sort": 0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@
"label": null,
"multi": false,
"name": "namespace",
"query": "label_values({__name__=~\"container_.*|windows_container_.*\", namespace!=\"\"}, namespace)",
"query": "label_values(kube_pod_info{}, namespace)",
"refresh": 2,
"regex": "",
"sort": 0,
Expand All @@ -600,7 +600,7 @@
"label": null,
"multi": false,
"name": "pod",
"query": "label_values({__name__=~\"container_.*|windows_container_.*\", namespace=\"$namespace\", pod!=\"\"}, pod)",
"query": "label_values(kube_pod_info{namespace=\"$namespace\"}, pod)",
"refresh": 2,
"regex": "",
"sort": 0,
Expand Down

0 comments on commit 40561b8

Please sign in to comment.