diff --git a/docs/posts/set-up-jh-gcp.html b/docs/posts/set-up-jh-gcp.html
index f843802..ffb56d9 100644
--- a/docs/posts/set-up-jh-gcp.html
+++ b/docs/posts/set-up-jh-gcp.html
@@ -170,6 +170,7 @@
On this page
Connect to the JupyterHub
Set-up https
Set up authentication
+ Deleting the Kubernetes cluster
Post-installation checklist
@@ -330,6 +331,16 @@ Test if https is
Set up authentication
See the post on setting up authentication for instructions.
+
+Deleting the Kubernetes cluster
+
+- Go to dashboard. Make sure you are in the project with the Kubernetes cluster.
+- Click on the Kubernetes API button and then click on the cluster with your JHub
+- At that point, you will see the delete button at the top. Click that.
+- Wait awhile and make sure all the associated VMs and storage are deleted.
+- Go back onto billing in a few days and make sure it is not charging you. If it is, something associated with the JHub didn’t get deleted.
+
+
Post-installation checklist
diff --git a/docs/search.json b/docs/search.json
index 59b5cc9..0e98241 100644
--- a/docs/search.json
+++ b/docs/search.json
@@ -628,6 +628,13 @@
"section": "Set up authentication",
"text": "Set up authentication\nSee the post on setting up authentication for instructions."
},
+ {
+ "objectID": "posts/set-up-jh-gcp.html#deleting-the-kubernetes-cluster",
+ "href": "posts/set-up-jh-gcp.html#deleting-the-kubernetes-cluster",
+ "title": "Set up JupyterHub on GCP",
+ "section": "Deleting the Kubernetes cluster",
+ "text": "Deleting the Kubernetes cluster\n\nGo to dashboard. Make sure you are in the project with the Kubernetes cluster.\nClick on the Kubernetes API button and then click on the cluster with your JHub\nAt that point, you will see the delete button at the top. Click that.\nWait awhile and make sure all the associated VMs and storage are deleted.\nGo back onto billing in a few days and make sure it is not charging you. If it is, something associated with the JHub didn’t get deleted."
+ },
{
"objectID": "posts/set-up-jh-gcp.html#post-installation-checklist",
"href": "posts/set-up-jh-gcp.html#post-installation-checklist",
diff --git a/docs/sitemap.xml b/docs/sitemap.xml
index 77974c1..6ca1ec0 100644
--- a/docs/sitemap.xml
+++ b/docs/sitemap.xml
@@ -34,6 +34,6 @@
https://nmfs-opensci.github.io/nmfs-jhub/posts/set-up-jh-gcp.html
- 2024-03-31T16:01:45.086Z
+ 2024-03-31T16:10:36.737Z
diff --git a/posts/set-up-jh-gcp.Rmd b/posts/set-up-jh-gcp.Rmd
index a3efc13..c5c0ee0 100644
--- a/posts/set-up-jh-gcp.Rmd
+++ b/posts/set-up-jh-gcp.Rmd
@@ -172,6 +172,14 @@ Try `https:\\dhub.bluemountain123.live` and you should see the JupyterHub login
See the post on [setting up authentication](set-up-authentication.html) for instructions.
+## Deleting the Kubernetes cluster
+
+* Go to dashboard. Make sure you are in the project with the Kubernetes cluster.
+* Click on the Kubernetes API button and then click on the cluster with your JHub
+* At that point, you will see the delete button at the top. Click that.
+* Wait awhile and make sure all the associated VMs and storage are deleted.
+* Go back onto billing in a few days and make sure it is not charging you. If it is, something associated with the JHub didn't get deleted.
+
## Post-installation checklist
* Verify that created Pods enter a Running state: `kubectl --namespace=jhubk8 get pod`