Bug 2109967
Summary: | failed to apply dns nncp on vSphere/OpenStack platform | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | qiowang |
Component: | Networking | Assignee: | Christoph Stäbler <cstabler> |
Networking sub component: | kubernetes-nmstate-operator | QA Contact: | qiowang |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | medium | ||
Priority: | medium | CC: | bnemec, mifiedle, racedoro |
Version: | 4.11 | Keywords: | TestBlocker |
Target Milestone: | --- | Flags: | qiowang:
needinfo-
bnemec: needinfo- |
Target Release: | 4.12.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2023-01-17 19:53:27 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: | 2112292, 2130417 | ||
Bug Blocks: | 2111526 |
Description
qiowang
2022-07-22 14:54:49 UTC
Found similar issue on vsphere platform. % oc version Client Version: 4.10.3 Server Version: 4.12.0-0.nightly-2022-09-19-200722 Kubernetes Version: v1.24.0+07c9eb7 csv: kubernetes-nmstate-operator.4.12.0-202209162207 % oc get nncp NAME STATUS REASON dns-default-w2 Degraded FailedToConfigure % oc get nnce qiowang-09205-cx28r-worker-n626s.dns-default-w2 -oyaml apiVersion: nmstate.io/v1beta1 kind: NodeNetworkConfigurationEnactment metadata: creationTimestamp: "2022-09-20T15:41:14Z" generation: 1 labels: nmstate.io/node: qiowang-09205-cx28r-worker-n626s nmstate.io/policy: dns-default-w2 name: qiowang-09205-cx28r-worker-n626s.dns-default-w2 ownerReferences: - apiVersion: v1 kind: Node name: qiowang-09205-cx28r-worker-n626s uid: 6138e9e6-c0f1-4ddb-8c3a-0c7d9d28230a resourceVersion: "201865" uid: a2cba544-261e-4d9f-89fc-60077c3dfaa0 status: conditions: - lastHeartbeatTime: "2022-09-20T15:41:23Z" lastTransitionTime: "2022-09-20T15:41:23Z" reason: FailedToConfigure status: "False" type: Progressing - lastHeartbeatTime: "2022-09-20T15:41:23Z" lastTransitionTime: "2022-09-20T15:41:23Z" message: | error reconciling NodeNetworkConfigurationPolicy at desired state apply: , missing name servers at 'dns-resolver.running.server' on {"dns-resolver":{"config":{},"running":{}}... ... ... ... desiredState: dns-resolver: config: search: - trytest.org server: - 8.8.8.8 interfaces: - ipv4: auto-dns: false dhcp: true enabled: true name: ens192 state: up type: ethernet Try similar steps as Comment8: Patched and rebooted the node with the new rpms(https://brewweb.engineering.redhat.com/brew/buildinfo?buildID=2086775). Waited until node was back and nnce was applied successfully on this node: % oc get nncp NAME STATUS REASON dns-default-w2 Available SuccessfullyConfigured *** Bug 2105069 has been marked as a duplicate of this bug. *** 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 (Moderate: OpenShift Container Platform 4.12.0 bug fix and security update), 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/RHSA-2022:7399 The needinfo request[s] on this closed bug have been removed as they have been unresolved for 120 days |