Remove prometheus since it's no longer installed (#7934)

This commit is contained in:
Eric Van Norman 2020-08-12 14:15:24 -05:00 committed by GitHub
parent 3ee722a200
commit 4137e78ba3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -223,7 +223,6 @@ $ kubectl get pod -n istio-system --context=${MAIN_CLUSTER_CTX}
NAME READY STATUS RESTARTS AGE
istio-ingressgateway-7c8dd65766-lv9ck 1/1 Running 0 136m
istiod-f756bbfc4-thkmk 1/1 Running 0 136m
prometheus-b54c6f66b-q8hbt 2/2 Running 0 136m
{{< /text >}}
Set the `ISTIOD_REMOTE_EP` environment variable based on which remote control
@ -294,7 +293,6 @@ $ kubectl get pod -n istio-system --context=${REMOTE_CLUSTER_CTX}
NAME READY STATUS RESTARTS AGE
istio-ingressgateway-55f784779d-s5hwl 1/1 Running 0 91m
istiod-7b4bfd7b4f-fwmks 1/1 Running 0 91m
prometheus-c6df65594-pdxc4 2/2 Running 0 91m
{{< /text >}}
{{< tip >}}