clusterC: fix description
This commit is contained in:
parent
26053d5ab6
commit
93dc966411
@ -42,9 +42,10 @@ import (
|
||||
|
||||
const clusterCreateDescription = `
|
||||
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)
|
||||
`
|
||||
|
||||
// NewCmdClusterCreate returns a new cobra command
|
||||
|
Loading…
Reference in New Issue
Block a user