From f19127aa06bd892d6f0c595b9652f3412b3397b5 Mon Sep 17 00:00:00 2001 From: Alejandro Leal Date: Fri, 4 Mar 2022 16:45:33 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 311d191..6ac2222 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ The Google Cloud SDK is used to interact with your GCP resources. #### Install kubectl CLI -The kubectl CLI is used to interteract with both Kubernetes Engine and kubernetes in general. +The kubectl CLI is used to interact with both Kubernetes Engine and kubernetes in general. [Installation instructions](https://cloud.google.com/kubernetes-engine/docs/quickstart) for multiple platforms are available online. @@ -163,7 +163,7 @@ create resources. If it does, regenerate the application default credentials using `gcloud auth application-default login`. ** Metrics Not Appearing or Uptime Checks not executing ** -After the scripts execute it may take a few minutes for the Metrics or Uptime Checks to appear. Configure the items and give the system some time to generate metrics and checks as they someimes take time to complete. +After the scripts execute it may take a few minutes for the Metrics or Uptime Checks to appear. Configure the items and give the system some time to generate metrics and checks as they sometimes take time to complete. ## Relevant Material * [Stackdriver Kubernetes Monitoring](https://cloud.google.com/monitoring/kubernetes-engine/) From a1a06ddff851745b0b43c1f363674bdc73898333 Mon Sep 17 00:00:00 2001 From: Alejandro Leal Date: Fri, 4 Mar 2022 16:45:55 -0500 Subject: [PATCH 2/2] Update README-QWIKLABS.md --- README-QWIKLABS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README-QWIKLABS.md b/README-QWIKLABS.md index d8af4d5..1fc398a 100644 --- a/README-QWIKLABS.md +++ b/README-QWIKLABS.md @@ -59,7 +59,7 @@ The Google Cloud SDK is used to interact with your GCP resources. #### Install kubectl CLI -The kubectl CLI is used to interteract with both Kubernetes Engine and kubernetes in general. +The kubectl CLI is used to interact with both Kubernetes Engine and kubernetes in general. [Installation instructions](https://cloud.google.com/kubernetes-engine/docs/quickstart) for multiple platforms are available online. @@ -160,7 +160,7 @@ create resources. If it does, regenerate the application default credentials using `gcloud auth application-default login`. ** Metrics Not Appearing or Uptime Checks not executing ** -After the scripts execute it may take a few minutes for the Metrics or Uptime Checks to appear. Configure the items and give the system some time to generate metrics and checks as they someimes take time to complete. +After the scripts execute it may take a few minutes for the Metrics or Uptime Checks to appear. Configure the items and give the system some time to generate metrics and checks as they sometimes take time to complete. ## Relevant Material * [Stackdriver Kubernetes Monitoring](https://cloud.google.com/monitoring/kubernetes-engine/)