Skip to content

Commit

Permalink
Added tip for make start to check troubleshooting page
Browse files Browse the repository at this point in the history
Signed-off-by: Prafulla Mahindrakar <[email protected]>
  • Loading branch information
pmahindrakar-oss committed May 12, 2021
1 parent aab74eb commit ad2253c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rsts/community/troubleshoot.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Here are a couple of techniques we believe would help you jump out of the pandor
You can run ``make teardown`` followed by the ``make start`` command.
- If the ``make start`` command isn't proceeding by any chance, check the pods' statuses -- run the command ``docker exec flyte-sandbox kubectl get po -A``.
- If you think a pod's crashing by any chance, describe the pod by running the command ``docker exec flyte-sandbox kubectl describe po <pod-name> -n flyte``. This gives a detailed overview of the pod's status.
- If Kubernetes reports a disk pressure issue:
- If you think a pod's crashing or getting evicted by any chance, describe the pod by running the command ``docker exec flyte-sandbox kubectl describe po <pod-name> -n flyte``. This gives a detailed overview of the pod's status.
- If Kubernetes reports a disk pressure issue: (node.kubernetes.io/disk-pressure)
- Check the memory stats of the docker container using the command ``docker exec flyte-sandbox df -h``.
- Prune the images and volumes.
Expand All @@ -38,4 +38,4 @@ Here are a couple of techniques we believe would help you jump out of the pandor
More coming soon. Stay tuned 👀
If the issue is still bugging you, contact us on `Slack <http://flyte-org.slack.com/>`__.
If the issue is still bugging you, contact us on `Slack <http://flyte-org.slack.com/>`__.
3 changes: 3 additions & 0 deletions rsts/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ Steps

make start

.. tip::
In case make start throws any error please refer to the troubleshooting guide here ``community/troubleshoot``

3. Take a minute to explore Flyte Console through the provided URL.

.. image:: https://github.com/flyteorg/flyte/raw/static-resources/img/first-run-console-2.gif
Expand Down

0 comments on commit ad2253c

Please sign in to comment.