Bug 1838196
| Summary: | stop printing usage help when the server commands | |||
|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | David Eads <deads> | |
| Component: | kube-apiserver | Assignee: | Michal Fojtik <mfojtik> | |
| Status: | CLOSED ERRATA | QA Contact: | Ke Wang <kewang> | |
| Severity: | low | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 4.5 | CC: | aos-bugs, kewang, lszaszki, mfojtik, openshift-bugzilla-robot, sttts, wking, xxia | |
| Target Milestone: | --- | |||
| Target Release: | 4.3.z | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | 1838195 | |||
| : | 1838201 (view as bug list) | Environment: | ||
| Last Closed: | 2020-07-14 16:11:52 UTC | Type: | --- | |
| 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: | 1838199 | |||
| Bug Blocks: | 1838201 | |||
|
Comment 1
Lukasz Szaszkiewicz
2020-06-18 09:36:31 UTC
@mfojtik. I can't figure out how to fix the paperwork, but you're looking for https://github.com/openshift/origin/pull/25003 This 4.3 bug should only depend on the master-ward 4.4 bug 1838199. Verified with OCP build 4.3.0-0.nightly-2020-07-04-055556, - In one terminal, enter into master $ master=$(oc get nodes | grep master | head -1 | cut -d " " -f1) $ oc debug node/$master sh-4.2# chroot /host Try incorrect parameter to endpoint, sh-4.4# curl -k --silent --show-error https://localhost:6443/readyz1 $ cd /var/log/pods $ grep -nr 'Usage' openshift-* No results found. So the bug was fixed, move the bug verified. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:2872 The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days |