Bug 1834533
| Summary: | Machine Config operator parses kubelet.conf reducing usability. | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Urvashi Mohnani <umohnani> |
| Component: | Node | Assignee: | Urvashi Mohnani <umohnani> |
| Status: | CLOSED ERRATA | QA Contact: | MinLi <minmli> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 4.4 | CC: | aos-bugs, dahernan, jokerman, schoudha |
| Target Milestone: | --- | ||
| Target Release: | 4.4.z | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1817430 | Environment: | |
| Last Closed: | 2020-07-06 20:47:16 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: | 1817430 | ||
| Bug Blocks: | 1855304 | ||
|
Description
Urvashi Mohnani
2020-05-11 21:28:20 UTC
verified with version : 4.4.0-0.nightly-2020-06-27-171816
sh-4.4# cat /etc/kubernetes/kubelet.conf
{
"kind": "KubeletConfiguration",
"apiVersion": "kubelet.config.k8s.io/v1beta1",
"staticPodPath": "/etc/kubernetes/manifests",
"syncFrequency": "0s",
"fileCheckFrequency": "0s",
"httpCheckFrequency": "0s",
"rotateCertificates": true,
"serverTLSBootstrap": true,
"authentication": {
"x509": {
"clientCAFile": "/etc/kubernetes/kubelet-ca.crt"
},
"webhook": {
"cacheTTL": "0s"
},
"anonymous": {
"enabled": false
}
},
"authorization": {
"webhook": {
"cacheAuthorizedTTL": "0s",
"cacheUnauthorizedTTL": "0s"
}
},
"clusterDomain": "cluster.local",
"clusterDNS": [
"172.30.0.10"
],
"streamingConnectionIdleTimeout": "0s",
"nodeStatusUpdateFrequency": "0s",
"nodeStatusReportFrequency": "0s",
"imageMinimumGCAge": "0s",
"volumeStatsAggPeriod": "0s",
"systemCgroups": "/system.slice",
"cgroupRoot": "/",
"cgroupDriver": "systemd",
"cpuManagerReconcilePeriod": "0s",
"runtimeRequestTimeout": "0s",
"maxPods": 250,
"kubeAPIQPS": 50,
"kubeAPIBurst": 100,
"serializeImagePulls": false,
"evictionPressureTransitionPeriod": "0s",
"featureGates": {
"LegacyNodeRoleBehavior": false,
"NodeDisruptionExclusion": true,
"RotateKubeletServerCertificate": true,
"SCTPSupport": true,
"ServiceNodeExclusion": true,
"SupportPodPidsLimit": true
},
"containerLogMaxSize": "50Mi",
"systemReserved": {
"cpu": "500m",
"ephemeral-storage": "1Gi",
"memory": "1Gi"
},
"allowedUnsafeSysctls": [
"kernel.msg*",
"kernel.shm*",
"fs.mqueue.*",
"net.*",
"kernel.sem"
]
}
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:2786 |