Skip to content

Commit

Permalink
createCluster: fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
iwilltry42 committed Jul 14, 2020
1 parent df7719e commit d7199d7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cmd/create/createCluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@ import (

const createClusterDescription = `
Create a new k3s cluster with containerized nodes (k3s in docker).
Every cluster will consist of at least 2 containers:
- 1 master node container (k3s)
- 1 loadbalancer container as the entrypoint to the cluster (nginx)
Every cluster will consist of one or more containers:
- 1 (or more) master node container (k3s)
- (optionally) 1 loadbalancer container as the entrypoint to the cluster (nginx)
- (optionally) 1 (or more) worker node containers (k3s)
`

// NewCmdCreateCluster returns a new cobra command
Expand Down

0 comments on commit d7199d7

Please sign in to comment.