Skip to content

Commit c9e126b

Browse files
Merge pull request #18244 from mrsiano/nodexporter
Automatic merge from submit-queue. node selector annotation for any label. this patch will let the node exporter pods to run on any node by any label. In continuing to #17645 #17639
2 parents f6bc5b5 + 2582cf5 commit c9e126b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/prometheus/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ To deploy, run:
2222
```
2323
$ oc create -f node-exporter.yaml -n kube-system
2424
$ oc adm policy add-scc-to-user -z prometheus-node-exporter -n kube-system hostaccess
25+
$ oc annotate ns kube-system openshift.io/node-selector= --overwrite
2526
```
2627

2728
## Standalone Prometheus

0 commit comments

Comments
 (0)