summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-07-06 18:53:37 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2018-07-06 18:53:37 +0000
commitf6e822cdbdf2d38f61926d5af6566d7f41e97361 (patch)
tree2267d208b14de4b549e0d5da7cf36f5cc38db9bd
parentb124b5d71dd42106e877e373161fb1b7b57850d8 (diff)
parent76fffc8dd98475e59c012c6a0e9c8c2f12f337b7 (diff)
downloadgitlab-ce-f6e822cdbdf2d38f61926d5af6566d7f41e97361.tar.gz
Merge branch 'docs-update-eks-hostname' into 'master'
remove extra tick for eks docs See merge request gitlab-org/gitlab-ce!20453
-rw-r--r--doc/user/project/clusters/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/clusters/index.md b/doc/user/project/clusters/index.md
index b25b09f7b1f..377e285a731 100644
--- a/doc/user/project/clusters/index.md
+++ b/doc/user/project/clusters/index.md
@@ -206,7 +206,7 @@ kubectl get svc --all-namespaces -o jsonpath='{range.items[?(@.status.loadBalanc
> **Note**: Some Kubernetes clusters return a hostname instead, like [Amazon EKS](https://aws.amazon.com/eks/). For these platforms, run:
> ```bash
-> kubectl get service ingress-nginx-ingress-controller -n gitlab-managed-apps -o jsonpath="{.status.loadBalancer.ingress[0].hostname}"`.
+> kubectl get service ingress-nginx-ingress-controller -n gitlab-managed-apps -o jsonpath="{.status.loadBalancer.ingress[0].hostname}".
> ```
The output is the external IP address of your cluster. This information can then