Merge pull request #827 from docker/ucp-metrics-663

fixed code error
This commit is contained in:
Justin I. Nevill 2018-10-31 17:22:37 -04:00 committed by GitHub
commit 0d64e8c416
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ To configure your external Prometheus server to scrape metrics from Prometheus i
On AWS with Kubes cloud provider configured, you can replace `ClusterIP` with `LoadBalancer` in the service YAML then access the service through the load balancer. If running Prometheus external to UCP, change the following domain for the inventory container in the Prometheus deployment from `ucp-controller.kube-system.svc.cluster.local` to an external domain to access UCP from the Prometheus node.
```
kubectl apply -f - <<EOF
kubectl apply -f - <<EOF
apiVersion: v1
kind: ConfigMap
metadata: