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

Clarify gcloud terms in instructions on stopping and cleaning up. #771

Merged
merged 1 commit into from
Jul 18, 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
14 changes: 7 additions & 7 deletions doc/source/turn-off.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ Google Cloud Platform

At a minimum, check the following under the Hamburger (left top corner) menu:

1. Compute Engine -> Disks
2. Container Engine -> Container Clusters
3. Container Registry -> Images
1. Compute -> Compute Engine -> Disks
2. Compute -> Kubernetes Engine -> Container Clusters
3. Tools -> Container Registry -> Images
4. Networking -> Network Services -> Load Balancing

These might take several minutes to clear up, but they shouldn't have anything
Expand Down Expand Up @@ -118,12 +118,12 @@ Amazon Web Services (AWS)
aws ec2 stop-instances --intance-ids <aws-instance id of CI HOST>
aws ec2 terminate-instances --instance-ids <aws-instance id of CI HOST>

.. note::
.. note::

cluster name was set as an env var aka: `NAME=<somename>.k8s.local`
Stoping the CI host will still incure disk storage and Ip address costs,
but the host can be restarted at a later date to resume using.
Stopping the CI host will still incure disk storage and Ip address costs,
but the host can be restarted at a later date to resume using.



.. note::
Expand Down