diff --git a/docs/commands.md b/docs/commands.md index 127c7df7..a9a8f7a9 100644 --- a/docs/commands.md +++ b/docs/commands.md @@ -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 diff --git a/mkdocs.yml b/mkdocs.yml index 2db52beb..91d9dea2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -20,3 +20,7 @@ nav: - Defaults: defaults.md - Examples: examples.md - FAQ: faq.md + +# Extensions +markdown_extensions: + - codehilite