Skip to content

Commit

Permalink
Merge pull request #473 from yuvipanda/faq
Browse files Browse the repository at this point in the history
Move troubleshooting to FAQ
  • Loading branch information
choldgraf authored Feb 3, 2018
2 parents 86c0993 + dced908 commit 8be4d79
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 38 deletions.
2 changes: 1 addition & 1 deletion doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ cloud-based deployments and tips for maintaining your deployment.
debug
cost
security
troubleshooting
faq
upgrading
advanced

Expand Down
46 changes: 9 additions & 37 deletions doc/source/troubleshooting.rst
Original file line number Diff line number Diff line change
@@ -1,51 +1,23 @@
.. _troubleshooting:
.. _faq:

Troubleshooting
===============
FAQ
===

This section contains general troubleshooting tips for your JupyterHub
deployment. For information on debugging Kubernetes, see :ref:`debug`.
This section contains frequently asked questions about the JupyterHub deployment.
For information on debugging Kubernetes, see :ref:`debug`.

FAQ - General
-------------

**I thought I had deleted my cloud resources, but they still show up. Why?**
I thought I had deleted my cloud resources, but they still show up. Why?
------------------------------------------------------------------------

You probably deleted the specific nodes, but not the kubernetes cluster that
was controlling those nodes. Kubernetes is designed to make sure that a
specific set of resources is available at all times. This means that if you
only delete the nodes, but not the kubernetes instance, then it will detect
the loss of computers and will create two new nodes to compensate.

**How does billing for this work?**
How does billing for this work?
-------------------------------

JupyterHub isn't handling any of the billing for your usage. That's done
through whatever cloud service you're using. For considerations about
managing cost with JupyterHub, see :ref:`cost`.

Common error messages
---------------------

Google Cloud
^^^^^^^^^^^^

.. tip::

In Google Cloud, you can see the logs using the
`Cloud Console GUI <https://console.cloud.google.com>`_. See the **logging**
section under the hamburger menu.

1. ``Could not find default credentials. See
https://developers.google.com/accounts/docs/application-default-credentials
for more information.``

Execute ``gcloud auth application-default login`` and follow the prompts.
The provided link in the error message has additional options for advanced
use cases.

2. ``ERROR: (gcloud.container.clusters.create) ResponseError: code=503,
message=Project staeiou-5f880 is not fully initialized with the default
service accounts. Please try again later.``

Go to `<https://console.cloud.google.com/kubernetes/list>`_ and click
'enable' and follow the prompts.

0 comments on commit 8be4d79

Please sign in to comment.