-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Description
Which section(s) is the issue in?
https://docs.okd.io/latest/install_config/master_node_configuration.html
What needs fixing?
The text says
The openshift start command and its subcommands (master to launch a master server and node to launch a node server) ...
and
To make this easier, the configuration files can be created with the --write-config option and then used with the --config option.
However, running openshift start node --config /etc/origin/node1/node-config.yaml command which used to be working for many releases now fails with
Command "start" is deprecated, This command will be replaced by the hypershift and hyperkube binaries for starting individual components.
Error: unknown flag: --config
Available Commands:
etcd Launch etcd server
master Launch a master
network Launch node network
Use "openshift <command> --help" for more information about a given command.
So it seems that openshift start node should not longer be recommended and alternative documentation for starting node is needed. Also, the mention of using --config seems no longer correct, as it's no longer recognized at all.
makhnatkin, Martin-Smith2, hdonati, amukhopad and kevintrannz
Metadata
Metadata
Assignees
Labels
No labels