The use of Daemonset is forbidden in our platform, how can we disable "apmservices-hostmonitor"?
DX Platform 2.x
The apmservices-hostmonitor component posts resource metrics related to each Kubernetes or Openshift node to Cluster Manager, below is an example screenshot:
Scalling down apmservices-hostmonitor will stop the above metrics reporting.
oc patch daemonset apmservices-hostmonitor -p '{"spec": {"template": {"spec": {"nodeSelector": {"non-existing": "true"}}}}}'