File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -71,11 +71,11 @@ var (
7171 cluster release.
7272
7373 A nodes-config.yaml config file must be created to provide the required
74- initial configuration for the selected nodes.
74+ initial configuration for the selected nodes.
7575 Alternatively, to support simpler configurations for adding just a single
7676 node, it's also possible to use a set of flags to configure the host. In
7777 such case the '--mac-address' is the only mandatory flag - while all the
78- others will be optional (note: any eventual configuration file present
78+ others will be optional (note: any eventual configuration file present
7979 will be ignored).
8080 ` )
8181
8787 oc adm node-image create --dir=/tmp/assets
8888
8989 # Specify a custom image name
90- oc adm node-image create -- o=my-node.iso
90+ oc adm node-image create -o=my-node.iso
9191
9292 # Create an ISO to add a single node without using the configuration file
9393 oc adm node-image create --mac-address=00:d8:e7:c7:4b:bb
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
1212func NewCmdNodeImage (f kcmdutil.Factory , streams genericiooptions.IOStreams ) * cobra.Command {
1313 cmd := & cobra.Command {
1414 Use : "node-image" ,
15- Short : "Add nodes to an existing cluster. " ,
15+ Short : "Add nodes to an existing cluster" ,
1616 Long : templates .LongDesc (`
1717 The subcommands allow you to create an ISO image to be used for adding the desired
1818 nodes to an OpenShift cluster, and also to monitor the process.
You can’t perform that action at this time.
0 commit comments