| Summary: | Typo in rhc help cartridge-scale | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Jianwei Hou <jhou> |
| Component: | oc | Assignee: | Jordan Liggitt <jliggitt> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 2.x | CC: | jliggitt, wjiang |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-01-24 03:28:13 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: | |
|
Description
Jianwei Hou
2013-10-31 10:03:15 UTC
sorry, please ignore the Expected results field in above description Will merge in https://github.com/openshift/rhc/pull/510 Commit pushed to master at https://github.com/openshift/rhc https://github.com/openshift/rhc/commit/fef3496de67815f26cd35ef7c09157a974705ce5 Bug 1025241: Fix typo Tried on devenv_4027 with rhc build from it, and results as follow: # rhc cartridge scale -h Usage: rhc cartridge-scale <cartridge> [multiplier] [--namespace NAME] [--app NAME] [--min min] [--max max] Each cartridge capable of scaling may have a minimum and a maximum set, although within that range each type of cartridge may make decisions to autoscale. Web cartridges will scale based on incoming request traffic - see https://www.openshift.com/developers/scaling for more information. Non web cartridges such as databases may require specific increments of scaling (1, 3, 5) in order to properly function. Please consult the cartridge documentation for more on specifics of scaling. Set both values the same to guarantee a scale value. You may specify both values with the argument 'multiplier' or use '--min' and '--max' independently. Scaling may take several minutes or more if the server must provision multiple gears. Your operation will continue in the background if your client is disconnected. Options -a, --app NAME Name of an application -n, --namespace NAME Name of a domain --min min Minimum scaling value --max max Maximum scaling value -c, --cartridge cartridge The name of the cartridge you are scaling Global Options -l, --rhlogin LOGIN OpenShift login -p, --password PASSWORD OpenShift password --token TOKEN An authorization token for accessing your account. --server NAME An OpenShift server hostname (default: openshift.redhat.com) --timeout SECONDS The timeout for operations See 'rhc help options' for a full list of global options. So, verified this issue. |