diff --git a/rsts/deployment/sandbox.rst b/rsts/deployment/sandbox.rst index b8f1972b824..ba912728d7a 100644 --- a/rsts/deployment/sandbox.rst +++ b/rsts/deployment/sandbox.rst @@ -114,8 +114,8 @@ Flyte configuration on your remote cluster. helm install flyte flyteorg/flyte-core -n flyte -f https://raw.githubusercontent.com/flyteorg/flyte/master/charts/flyte-core/values-sandbox.yaml --wait -#. 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. Verify Flyte deployment using the following command :: - +#. 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, Verify Flyte deployment using the following command :: + kubect get pods -n flyte #. Get the URL of the ingress service ::