Skip to content

Commit 71c8e1d

Browse files
authored
Merge pull request #2029 from geremyCohen/patch-2
Fixing missing kubectl
2 parents 1b3d83c + 2c707a2 commit 71c8e1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • content/learning-paths/servers-and-cloud-computing/multiarch_ollama_on_gke

content/learning-paths/servers-and-cloud-computing/multiarch_ollama_on_gke/1-deploy-amd64.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ service/ollama-amd64-svc created
105105
2. Optionally, set the `default Namespace` to `ollama` to simplify future commands:
106106

107107
```bash
108-
config set-context --current --namespace=ollama
108+
kubectl config set-context --current --namespace=ollama
109109
```
110110

111111
3. Get the status of nodes, pods and services by running:

0 commit comments

Comments
 (0)