Bug 1777229
| Summary: | Missing ESCRIPTION for oc explain kubecontrollermanagers.spec | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | zhou ying <yinzhou> |
| Component: | kube-controller-manager | Assignee: | Maciej Szulik <maszulik> |
| Status: | CLOSED ERRATA | QA Contact: | zhou ying <yinzhou> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.3.0 | CC: | aos-bugs, geliu, maszulik, mfojtik, yinzhou |
| Target Milestone: | --- | ||
| Target Release: | 4.3.0 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1777205 | Environment: | |
| Last Closed: | 2020-01-23 11:14:35 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: | |||
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:0062 |
Confirmed with payload: 4.3.0-0.nightly-2019-12-03-211441, the issue has fixed: [root@dhcp-140-138 ~]# oc explain kubecontrollermanagers.spec KIND: KubeControllerManager VERSION: operator.openshift.io/v1 RESOURCE: spec <Object> DESCRIPTION: spec is the specification of the desired behavior of the Kubernetes Controller Manager FIELDS: failedRevisionLimit <integer> failedRevisionLimit is the number of failed static pod installer revisions to keep on disk and in the api -1 = unlimited, 0 or unset = 5 (default) ......