Skip to content

Commit

Permalink
chipping on docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Feb 5, 2024
1 parent e256121 commit f56fc8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/manual/clabernetes/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ alias clabverter="mkdir -p converted && chown -R 65532:65532 converted && \
To use the latest development version of clabverter:

```bash
sudo docker pull ghcr.io/srl-labs/clabernetes/clabverter:dev-latest && \
alias clabverter="mkdir -p converted && chown -R 65532:65532 converted && \
sudo docker run -v $(pwd):/clabernetes/work --rm \
ghcr.io/srl-labs/clabernetes/clabverter:dev-latest"
Expand Down
3 changes: 2 additions & 1 deletion docs/manual/clabernetes/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ kubectl create ns c9s-vlan
And then, while standing in the lab directory, let `clabverter` do its job:

```{.bash .no-select title="Converting the containerlab topology to clabernetes manifests and applying it"}
clabverter --stdout --destinationNamespace c9s-vlan | kubectl apply -f - #(1)!
clabverter --stdout --destinationNamespace c9s-vlan | \
kubectl apply -f - #(1)!
```

1. `clabverter` converts the original containerlab topology to a set of k8s manifests and applies them to the cluster.
Expand Down

0 comments on commit f56fc8a

Please sign in to comment.