Bug 1704841
| Summary: | openshift-installer's -h page is unclear | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Caden Marchese <cmarches> |
| Component: | Installer | Assignee: | Abhinav Dahiya <adahiya> |
| Installer sub component: | openshift-installer | QA Contact: | Johnny Liu <jialiu> |
| Status: | CLOSED WONTFIX | Docs Contact: | |
| Severity: | low | ||
| Priority: | unspecified | CC: | rbost |
| Version: | 4.1.0 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-04-30 17:41:18 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1664187 | ||
|
Description
Caden Marchese
2019-04-30 15:54:24 UTC
Like most openshift commands you can drill down on help info by adding the --help flag to specific commands which is mentioned in the output of the base command. $ openshift-install -h Creates OpenShift clusters Usage: openshift-install [command] Available Commands: completion Outputs shell completions for the openshift-install command create Create part of an OpenShift cluster ... Use "openshift-install [command] --help" for more information about a command. $ openshift-install create -h Create part of an OpenShift cluster Usage: openshift-install create [flags] openshift-install create [command] Available Commands: cluster Create an OpenShift cluster ignition-configs Generates the Ignition Config asset install-config Generates the Install Config asset manifests Generates the Kubernetes manifests ... We did find the -h subcommand flag and it does clarify the situation but we're asking specifically about ./openshift-installer -h help file to be clarified. At first glance, it suggests only part of the cluster will be created or destroyed and this is wrong. This may seem nitpick-y but we can imagine a customer asking for clarification on this through a support case when it is simple fix: Change from: Create part of an OpenShift cluster To something like: Create an OpenShift cluster or configs |