Skip to content

Commit

Permalink
Fix kubectl command in sandbox.rst (#1259)
Browse files Browse the repository at this point in the history
Signed-off-by: Gleb Kanterov <[email protected]>
  • Loading branch information
kanterov authored Sep 13, 2021
1 parent a27a937 commit 981bd9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rsts/deployment/sandbox.rst
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,6 @@ Flyte configuration on your remote cluster.

#. You can now port-forward (or if you have load-balancer enabled then get an LB) to connect to remote FlyteConsole, as follows::

kubectl port-forward svc/envoy 30081:80
kubectl port-forward svc/envoy 30081:80 -n projectcontour

#. Open console http://localhost:30081/console.

0 comments on commit 981bd9a

Please sign in to comment.