Skip to content

Commit 3949f0f

Browse files
committed
fixing merge conflicts
2 parents fdb1922 + 02ffc00 commit 3949f0f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/learning-paths/servers-and-cloud-computing/multiarch_ollama_on_gke/0-spin_up_gke_cluster.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To demonstrate this, you can bring up an initial Kubernetes cluster (depicted as
1414

1515
Next, as depicted by "*2. Hybrid Cluster amd64/arm64*", you'll add the arm64 node, and apply an arm64 deployment and service to it, so that you can now test both architectures together, and separately, to investigate performance.
1616

17-
When satisfied with the arm64 performance over amd64, its easy to delete the amd64-specific node, deployment, and service, to complete the migration, as depicted in "*3. Migrated Cluster (arm64)*".
17+
When you are satisfied with the arm64 performance over amd64, its easy to delete the amd64-specific node, deployment, and service, to complete the migration, as depicted in "*3. Migrated Cluster (arm64)*".
1818

1919
![Project Overview](images/general_flow.png)
2020

@@ -61,25 +61,25 @@ It will take a few moments, but when the green checkmark is showing next to the
6161

6262
Before continuing, make sure you have *kubectl* and *gcloud* installed. You can verify by running each command, for example, entering *gcloud* and enter:
6363

64-
```commandline
64+
```bash
6565
gcloud
6666
```
6767
should return
68-
```commandline
68+
```output
6969
ERROR: (gcloud) Command name argument expected.
7070
...
7171
```
7272
and entering *kubectl* and enter should return:
7373

74-
```commandline
74+
```output
7575
kubectl controls the Kubernetes cluster manager.
7676
7777
Find more information at: https://kubernetes.io/docs/reference/kubectl/
7878
...
7979
```
8080
If you get something similar to:
8181

82-
```commandline
82+
```output
8383
command not found
8484
```
8585

0 commit comments

Comments
 (0)