Skip to content

Commit

Permalink
Merge pull request #495 from choldgraf/cost_warning
Browse files Browse the repository at this point in the history
adding a warning about the cost estimator
  • Loading branch information
yuvipanda authored Feb 12, 2018
2 parents 604259d + 8a333d3 commit fbff860
Showing 1 changed file with 7 additions and 6 deletions.
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

0 comments on commit fbff860

Please sign in to comment.