Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit a64f708

Browse files
committed
cmd: Change command suggestion message
There is no `bootkube run` command as the ouputed message suggested, so this replaces it with `bootkube start` to avoid confusion.
1 parent 645471a commit a64f708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/bootkube/render.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ func flagsToAssetConfig() (c *asset.Config, err error) {
217217
}
218218

219219
if etcdUseTLS && etcdCACert == nil && !renderOpts.selfHostedEtcd {
220-
bootkube.UserOutput("NOTE: --etcd-servers=%s but --etcd-ca-path, --etcd-certificate-path, and --etcd-private-key-path were not set. Bootkube will create etcd certificates under '%s/tls'. You must configure etcd to use these certificates before invoking 'bootkube run'.\n", renderOpts.etcdServers, renderOpts.assetDir)
220+
bootkube.UserOutput("NOTE: --etcd-servers=%s but --etcd-ca-path, --etcd-certificate-path, and --etcd-private-key-path were not set. Bootkube will create etcd certificates under '%s/tls'. You must configure etcd to use these certificates before invoking 'bootkube start'.\n", renderOpts.etcdServers, renderOpts.assetDir)
221221
}
222222

223223
// TODO: Find better option than asking users to make manual changes

0 commit comments

Comments
 (0)