Bug 1817430
Summary: | Machine Config operator parses kubelet.conf reducing usability. | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | David Hernández Fernández <dahernan> | |
Component: | Node | Assignee: | Urvashi Mohnani <umohnani> | |
Status: | CLOSED ERRATA | QA Contact: | MinLi <minmli> | |
Severity: | low | Docs Contact: | ||
Priority: | low | |||
Version: | 4.3.0 | CC: | aos-bugs, jokerman, rphillips, schoudha | |
Target Milestone: | --- | |||
Target Release: | 4.5.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | If docs needed, set a value | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1834533 1834534 (view as bug list) | Environment: | ||
Last Closed: | 2020-07-13 17:23:46 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: | 1834533, 1834534 |
Description
David Hernández Fernández
2020-03-26 10:52:45 UTC
I guess we just need to json format with indent using golang, moving to Node That would be sweet, thanks for taking a look Antonio. Note that the file is still usable and readable after being parsed, the issue is just the usability. Hi Sunil, your output above looks correct. The JSON is parsed and indented correctly for the kubelet.conf file. This should be moved to verified please. Hi Urvashi, Sorry I mean to say the value of containerLogMaxSize 800Mi which I specified in custom kubelet yaml is not reflected in node's kubelet conf. Yeah, the JSON parsing is correct now. Hey Sunil, In your custom kubelet yaml, you need to use "containerLogMaxSize" instead of "container-log-max-size" and that should work. 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:2409 |