Skip to content

Commit

Permalink
add missed install command update
Browse files Browse the repository at this point in the history
  • Loading branch information
nhennigan committed Nov 27, 2024
1 parent baf0f84 commit 90f1d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/charm/tutorial/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ more of its resources are available for running workloads. We can deploy a
worker node in a similar way to the original K8s node:

```
juju deploy k8s-worker --channel=latest/candidate --constraints='cores=2 mem=16G root-disk=40G'
juju deploy k8s-worker --channel=1.31/candidate --constraints='cores=2 mem=16G root-disk=40G'
```

Once again, this will take a few minutes. In this case though, the `k8s-worker`
Expand Down

0 comments on commit 90f1d41

Please sign in to comment.