Skip to content

Commit

Permalink
docs: fix list failing to render (k3d-io#1300)
Browse files Browse the repository at this point in the history
  • Loading branch information
stratusjerry authored and tesla59 committed Aug 10, 2023
1 parent 5d09503 commit cc52a06
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 cc52a06

Please sign in to comment.