docs: enable codehilite

This commit is contained in:
iwilltry42 2020-04-26 20:07:47 +02:00
parent 9654027a6b
commit 867dc890a4
No known key found for this signature in database
GPG Key ID: 7BA57AD1CFF16110
2 changed files with 22 additions and 1 deletions

View File

@ -2,8 +2,25 @@
```bash
k3d
--runtime # choose the container runtime (default: docker)
--verbose # enable verbose (debug) logging (default: false)
create
cluster CLUSTERNAME
cluster [CLUSTERNAME] # default cluster name is 'k3s-default'
--api-port
--datastore-endpoint
--image
--k3s-agent-arg
--k3s-server-arg
--masters
--network
--no-image-volume
--port
--secret
--timeout
--update-kubeconfig
--volume
--wait
--workers
node NODENAME
delete
cluster CLUSTERNAME

View File

@ -20,3 +20,7 @@ nav:
- Defaults: defaults.md
- Examples: examples.md
- FAQ: faq.md
# Extensions
markdown_extensions:
- codehilite