5.2. 验证 OpenShift Container Platform 监控安装以用于 Knative Serving
管理员并不需要手动配置监控,但可执行以下步骤来验证是否已正确安装了监控功能。
流程
验证是否已部署 ServiceMonitor 对象。
$ oc get servicemonitor -n knative-serving NAME AGE activator 11m autoscaler 11m controller 11m
验证是否已向 Knative Serving 命名空间添加
openshift.io/cluster-monitoring=true
标签:$ oc get namespace knative-serving --show-labels NAME STATUS AGE LABELS knative-serving Active 4d istio-injection=enabled,openshift.io/cluster-monitoring=true,serving.knative.dev/release=v0.7.0