Bug 1787641
| Summary: | 4.2 kubelets do not report ephemeral-storage capacity | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Neelesh Agrawal <nagrawal> |
| Component: | Node | Assignee: | Ryan Phillips <rphillips> |
| Status: | CLOSED NOTABUG | QA Contact: | Sunil Choudhary <schoudha> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.2.z | CC: | aos-bugs, ccoleman, jack.ottofaro, jokerman, lmohanty, rkrawitz, rphillips, schoudha, wking |
| Target Milestone: | --- | ||
| Target Release: | 4.2.z | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1787427 | Environment: | |
| Last Closed: | 2020-01-06 20:30:00 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: | 1787427 | ||
| Bug Blocks: | |||
|
Description
Neelesh Agrawal
2020-01-03 19:19:46 UTC
This is behaving as coded -- we explicitly turned the feature off and didn't enable it until 4.3. From the node logs:
Jan 06 19:58:41 ip-10-0-137-223 hyperkube[7595]: I0106 19:58:41.216152 7595 feature_gate.go:226] feature gates: &{map[ExperimentalCriticalPodAnnotation:true LocalStorageCapacityIsolation:false RotateKubeletServerCertificate:true SupportPodPidsLimit:true]}
Jan 06 19:58:41 ip-10-0-137-223 hyperkube[7595]: I0106 19:58:41.216199 7595 feature_gate.go:226] feature gates: &{map[ExperimentalCriticalPodAnnotation:true LocalStorageCapacityIsolation:false RotateKubeletServerCertificate:true SupportPodPidsLimit:true]}
See https://github.com/openshift/origin/blob/release-4.2/vendor/github.com/openshift/api/config/v1/types_feature.go#L105
There is similar code in the MCO.
Going to close this as NOTABUG since we explicitly turned the feature off, and the feature is available in later releases. |