Bug 1839517
Summary: | we incorrectly pass --allocate-node-cidrs=true to kcm, but it unexpectedly ignores it | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Dan Winship <danw> |
Component: | kube-controller-manager | Assignee: | Maciej Szulik <maszulik> |
Status: | CLOSED ERRATA | QA Contact: | zhou ying <yinzhou> |
Severity: | urgent | Docs Contact: | |
Priority: | urgent | ||
Version: | 4.5 | CC: | aos-bugs, mfojtik |
Target Milestone: | --- | ||
Target Release: | 4.5.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-07-13 17:41:26 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: |
Description
Dan Winship
2020-05-24 13:36:28 UTC
oc exec kube-controller-manager-xxxxxx.compute.internal cat /etc/kubernetes/static-pod-resources/configmaps/config/config.yaml |json_reformat kubectl exec [POD] [COMMAND] is DEPRECATED and will be removed in a future version. Use kubectl kubectl exec [POD] -- [COMMAND] instead. Defaulting container name to kube-controller-manager. Use 'oc describe pod/kube-controller-manager-ip-10-0-133-192.us-east-2.compute.internal -n openshift-kube-controller-manager' to see all of the containers in this pod. { "apiVersion": "kubecontrolplane.config.openshift.io/v1", "extendedArguments": { "allocate-node-cidrs": [ "true" ], [root@dhcp-140-138 ~]# oc logs kube-controller-manager-ip-10-0-133-192.us-east-2.compute.internal -c kube-controller-manager Copying system trust bundle ...... I0601 00:53:25.715136 1 flags.go:33] FLAG: --address="0.0.0.0" I0601 00:53:25.715140 1 flags.go:33] FLAG: --allocate-node-cidrs="true" Confirmed with payload: 4.5.0-0.nightly-2020-05-30-025738 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 |