Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit ee4761d

Browse files
author
Mathieu Benoit
committed
typos
1 parent da10e89 commit ee4761d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

content/gke-cluster/extras.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Currently, you can't access the GKE cluster via `kubectl` commands because it's
4040
- cidrBlock: FIXME_YOUR_LOCAL_IP_ADDRESS/32
4141
displayName: local
4242
```
43-
As an example, you could grab your local IP address by running this command: `curl ifconfig.co`.
43+
As an example, you could get your local IP address by running this command: `curl ifconfig.co`.
4444

4545
The associated file to update manually is here: `~/$GKE_PROJECT_DIR_NAME/config-sync/gke-cluster.yaml`, and you could then run this command to actually deploy this change in Config Controller:
4646
```Bash

content/onlineboutique/deploy-onlineboutique.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Initialize variables:
1010
source ~/acm-workshop-variables.sh
1111
```
1212

13-
## Grab upstream Kubernetes manifests
13+
## Get upstream Kubernetes manifests
1414

1515
Create a dedicated folder for the Online Boutique sample apps in the GKE configs's Git repo:
1616
```Bash

content/onlineboutique/set-up-memorystore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ git push origin main
4747

4848
## Get Memorystore (redis) connection information
4949

50-
Make sure the Memorystore (redis) instance is successfully provisioned and grab its associated connection information we will leverage in the next section:
50+
Make sure the Memorystore (redis) instance is successfully provisioned and get its associated connection information we will leverage in the next section:
5151
```Bash
5252
export REDIS_IP=$(gcloud redis instances describe $REDIS_NAME --region=$GKE_LOCATION --project=$GKE_PROJECT_ID --format='get(host)')
5353
export REDIS_PORT=$(gcloud redis instances describe $REDIS_NAME --region=$GKE_LOCATION --project=$GKE_PROJECT_ID --format='get(port)')

0 commit comments

Comments
 (0)