clusterC: fix description

pull/300/head
iwilltry42 4 years ago
parent 26053d5ab6
commit 93dc966411
No known key found for this signature in database
GPG Key ID: 7BA57AD1CFF16110
  1. 7
      cmd/cluster/clusterCreate.go

@ -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…
Cancel
Save