Skip to content

Commit 2c707a2

Browse files
authored
Fixing missing kubectl
1 parent 514e9ea commit 2c707a2

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)