diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-23 03:09:21 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-23 03:09:21 +0000 |
commit | 5b51129e3356a12283f0ba2da15db897ee30cf1a (patch) | |
tree | 81aab0c51c265782c093da49f089908761d5426d /doc/user/clusters | |
parent | 71da67f3262eeffe59cc228986e0a2bb97b6dba5 (diff) | |
download | gitlab-ce-5b51129e3356a12283f0ba2da15db897ee30cf1a.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/clusters')
-rw-r--r-- | doc/user/clusters/applications.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/clusters/applications.md b/doc/user/clusters/applications.md index 822868aeb35..a2d42573321 100644 --- a/doc/user/clusters/applications.md +++ b/doc/user/clusters/applications.md @@ -212,7 +212,7 @@ kubectl get service --namespace=gitlab-managed-apps ingress-nginx-ingress-contro For Istio/Knative, the command will be different: ```shell -kubectl get svc --namespace=istio-system knative-ingressgateway -o jsonpath='{.status.loadBalancer.ingress[0].ip} ' +kubectl get svc --namespace=istio-system istio-ingressgateway -o jsonpath='{.status.loadBalancer.ingress[0].ip} ' ``` Otherwise, you can list the IP addresses of all load balancers: |