Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding a warning about the cost estimator #495

Merged
merged 1 commit into from
Feb 12, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions doc/source/cost.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,18 @@ you'll be able to choose the computational requirements you have, as well as
draw a pattern of usage you expect over time. It will estimate the costs for
you.

.. warning::

**The cost estimator is a very rough estimate.** It is based on Google Cloud
Engine instances served from Oregon. Costs will vary based on your
location / provider, and will be highly variable if you implement any kind
of auto-scaling. Treat it as an order-of-magnitude estimate, not a hard rule.

.. raw:: html

<a target="_blank" href="http://mybinder.org/v2/gh/jupyterhub/zero-to-jupyterhub-k8s/master?filepath=doc/ntbk/draw_function.ipynb">
<button style="background-color: rgb(235, 119, 55); border: 1px solid; border-color: black; color: white; padding: 15px 32px; text-align: center; text-decoration: none; font-size: 16px; margin: 4px 2px; cursor: pointer; border-radius: 8px;">Launch the Cost Estimator</button></a>

.. note::

These are cost estimates based on Google Cloud Engine instances served from
Oregon. Costs will vary based on your location / provider, so double check
with their numbers to see how they compare to this demo.

For a description of how these costs are broken down, see below.

Users
Expand Down