Skip to content

Commit

Permalink
fix formating
Browse files Browse the repository at this point in the history
Signed-off-by: Yuvraj <[email protected]>
  • Loading branch information
Yuvraj committed May 16, 2022
1 parent 8a6c815 commit 922e342
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions rsts/deployment/sandbox.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,10 @@ Flyte configuration on your remote cluster.

kubect get pods -n flyte

.. note::

Make sure all pods are in Running condition. If you see anything that's crashing, check them in this order: postgres, minio, flyteadmin, datacatalog, flytepropeller.
.. note::

Make sure all pods are in Running condition. If you see anything that's crashing, check them in this order: postgres, minio, flyteadmin, datacatalog, flytepropeller.

#. Get the URL of the ingress service ::

Expand All @@ -130,6 +131,10 @@ Flyte configuration on your remote cluster.

flytectl config init --host='<CONTOUR_URL>' --insecure

#. Get Minio & Kubernetes dashboard LB Url by running

kubectl get service -n flyte

#. Open the minio console http://<MINIO_URL>. Your minio username is `minio` and password is `miniostorage`.

#. Open the Kubernetes dashboard http://<K8S_DASHBOARD_URL>.
Expand Down

0 comments on commit 922e342

Please sign in to comment.