Skip to content

Commit

Permalink
docs: fix list failing to render (#1300)
Browse files Browse the repository at this point in the history
  • Loading branch information
stratusjerry authored Jun 30, 2023
1 parent a21989e commit 5b26a4c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/usage/commands/k3d_cluster_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ Create a new cluster

Create a new k3s cluster with containerized nodes (k3s in docker).
Every cluster will consist of one or more containers:
- 1 (or more) server node container (k3s)
- (optionally) 1 loadbalancer container as the entrypoint to the cluster (nginx)
- (optionally) 1 (or more) agent node containers (k3s)

- 1 (or more) server node container (k3s)
- (optionally) 1 loadbalancer container as the entrypoint to the cluster (nginx)
- (optionally) 1 (or more) agent node containers (k3s)


```
Expand Down

0 comments on commit 5b26a4c

Please sign in to comment.