This commit is contained in:
ddeyo 2018-09-07 11:21:03 -07:00
parent a10ef6f55e
commit 481ea1e74a
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ To configure your external Prometheus server to scrape metrics from Prometheus i
3. Create a Prometheus deployment and ClusterIP service using YAML as follows.
On AWS with Kubes cloud provider configured, you could replace `ClusterIP` with `LoadBalancer` in the service YAML then access the service through the load balancer. If you are running Prometheus external to UCP, change the following domain for inventory container in the Prometheus deployment from `ucp-controller.kube-system.svc.cluster.local` to a external domain to access UCP from the Prometheus node.
On AWS with Kubes cloud provider configured, you could replace `ClusterIP` with `LoadBalancer` in the service YAML then access the service through the load balancer. If you are running Prometheus external to UCP, change the following domain for 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