We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 816b38e + f19d9fe commit 039220cCopy full SHA for 039220c
doc/https.rst
@@ -83,7 +83,7 @@ file ``nginx-ingress.yaml``:
83
loadBalancerIP: <STATIC-IP>
84
85
Afterwards we install the ingress proxy using
86
-``helm install stable/nginx-ingress --name binderhub-proxy --namespace <same-namespace-as-binderhub> -f nginx-ingress.yaml``.
+``helm install binderhub-proxy stable/nginx-ingress --namespace <same-namespace-as-binderhub> -f nginx-ingress.yaml``.
87
Then wait until it is ready and showing the correct IP when looking at the output of
88
``kubectl --namespace <same-namespace-as-binderhub> get services binderhub-proxy-nginx-ingress-controller``.
89
0 commit comments