+++ This bug was initially created as a clone of Bug #1808183 +++ Document URL: https://docs.openshift.com/container-platform/4.2/machine_management/creating-infrastructure-machinesets.html#infrastructure-moving-monitoring_creating-infrastructure-machinesets Section Number and Name: Describe the issue: "Moving the monitoring solution", missed the nodeSelector configuration for openshift-state-metrics pods Suggestions for improvement: need to add: openshiftStateMetrics: nodeSelector: node-role.kubernetes.io/infra: "" Additional information: --- Additional comment from Masaki Furuta on 2020-03-13 14:14:40 JST --- Dear Vikram Goyal Would you please have update on this ? Or should we proceed/request this on Bug 1789305 instead on this BZ ? I am grateful for your help and clarification Thank you, BR, Masaki --- Additional comment from Maxim Svistunov on 2020-03-16 22:45:44 JST --- Thanks Junqi for reporting this. Should we also add the openshiftStateMetrics section to this document? It gives a general procedure on moving monitoring components: https://docs.openshift.com/container-platform/4.2/monitoring/cluster_monitoring/configuring-the-monitoring-stack.html#moving-monitoring-components-to-different-nodes_configuring-monitoring (In reply to Masaki Furuta from comment #1) > Dear Vikram Goyal > > Would you please have update on this ? > > Or should we proceed/request this on Bug 1789305 instead on this BZ ? > > I am grateful for your help and clarification > > Thank you, > > BR, > Masaki Masaki, I have covered the update requested by Junqi in the same PR as BZ#1789305: https://bugzilla.redhat.com/show_bug.cgi?id=1789305#c4 --- Additional comment from Junqi Zhao on 2020-03-25 11:20:24 JST --- (In reply to Maxim Svistunov from comment #2) > Thanks Junqi for reporting this. > > Should we also add the openshiftStateMetrics section to this document? It > gives a general procedure on moving monitoring components: > > https://docs.openshift.com/container-platform/4.2/monitoring/ > cluster_monitoring/configuring-the-monitoring-stack.html#moving-monitoring- > components-to-different-nodes_configuring-monitoring yes, thanks for the findings --- Additional comment from Maxim Svistunov on 2020-04-15 00:14:10 JST --- The updates have been published: https://docs.openshift.com/container-platform/4.2/machine_management/creating-infrastructure-machinesets.html#infrastructure-moving-monitoring_creating-infrastructure-machinesets https://docs.openshift.com/container-platform/4.2/monitoring/cluster_monitoring/configuring-the-monitoring-stack.html#moving-monitoring-components-to-different-nodes_configuring-monitoring Thanks Junqi and Masaki.
Hello, I am sorry for urging you, but I am cloning original BZ to track localization work for the customer who need this part to be translated into Japanease for their end customer. - OpenShift Container Platform 4.2 - Machine management - 6.3.3. Moving the monitoring solution https://access.redhat.com/documentation/en-us/openshift_container_platform/4.2/html-single/machine_management/index#infrastructure-moving-monitoring_creating-infrastructure-machinesets Thank you, BR, Masaki
(In reply to Masaki Furuta from comment #1) openshiftStateMetrics should be added. https://access.redhat.com/documentation/ja-jp/openshift_container_platform/4.2/html-single/machine_management/index#infrastructure-moving-monitoring_creating-infrastructure-machinesets ``` 6.3.3. モニタリングソリューションの移動 <...> 手順 以下の ConfigMap 定義を cluster-monitoring-configmap.yaml ファイルとして保存します。 ~~~ <...> telemeterClient: nodeSelector: node-role.kubernetes.io/infra: "" ~~~ <...> ```