Bug 1839900
Summary: | Racing condition with kubelet and hostname | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Odilon Sousa <osousa> |
Component: | RHCOS | Assignee: | Micah Abbott <miabbott> |
Status: | CLOSED DUPLICATE | QA Contact: | Michael Nguyen <mnguyen> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.3.z | CC: | aos-bugs, bbreard, imcleod, jligon, jokerman, nstielau, walters |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-05-26 13:21:47 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
Odilon Sousa
2020-05-25 22:06:37 UTC
I don't know if this could be related to the https://bugzilla.redhat.com/show_bug.cgi?id=1803962 . *** This bug has been marked as a duplicate of bug 1803962 *** This should be fixed as of e.g. 4.3.22: ``` $ oc adm release info --commits quay.io/openshift-release-dev/ocp-release:4.3.22-x86_64 | grep machine-config machine-config-operator https://github.com/openshift/machine-config-operator c6a1e9b3d022671cef735d55eb277c140556b301 $ cd ~/src/machine-config-operator $ git shortlog --no-merges c6a1e9b3d022671cef735d55eb277c140556b301 --grep=network-online Ryan Phillips (1): Bug 1763700: kubelet: add dependency on network-online.target W. Trevor King (1): templates/_base/master/units/etcd-member: Block on network-online.target ``` IOW please check that ``` [root@api ~]# grep network-online /etc/systemd/system/kubelet.service Wants=rpc-statd.service network-online.target crio.service After=network-online.target crio.service [root@api ~]# ``` |