Bug 1945248
| Summary: | WMCO patch pub-key-hash annotation to Linux node | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | OpenShift BugZilla Robot <openshift-bugzilla-robot> |
| Component: | Windows Containers | Assignee: | Sebastian Soto <ssoto> |
| Status: | CLOSED ERRATA | QA Contact: | gaoshang <sgao> |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4.8 | CC: | aos-bugs, team-winc |
| Target Milestone: | --- | ||
| Target Release: | 4.7.z | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-06-23 05:39:31 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: | 1930791 | ||
| Bug Blocks: | 1934281, 1945247 | ||
|
Description
OpenShift BugZilla Robot
2021-03-31 14:22:44 UTC
This bug has been verified on OCP 4.7.0-0.nightly-2021-05-05-092347 and passed, thanks.
Version:
WMCO commit: d93f4e7a3b0410b9df460fcd40af45f22c9a54d5
OCP version: 4.7.0-0.nightly-2021-05-05-092347
Steps:
After repeat steps in bug, found WMCO will not patch pub-key-hash annotation to Linux node anymore, and Linux node that patched pub-key-hash annotation by previous WMCO version has been fixed.
# oc get nodes
NAME STATUS ROLES AGE VERSION
ip-10-0-130-180.us-east-2.compute.internal Ready worker 45m v1.20.0-1030+cac2421340a449
ip-10-0-131-236.us-east-2.compute.internal Ready worker 6h1m v1.20.0+e3fdce4
ip-10-0-134-137.us-east-2.compute.internal Ready worker 33m v1.20.0-1030+cac2421340a449
ip-10-0-143-115.us-east-2.compute.internal Ready master 6h11m v1.20.0+e3fdce4
ip-10-0-161-222.us-east-2.compute.internal Ready master 6h10m v1.20.0+e3fdce4
ip-10-0-177-49.us-east-2.compute.internal Ready worker 6h3m v1.20.0+e3fdce4
ip-10-0-200-46.us-east-2.compute.internal Ready master 6h10m v1.20.0+e3fdce4
ip-10-0-223-109.us-east-2.compute.internal Ready worker 6h2m v1.20.0+e3fdce4
# oc describe node ip-10-0-131-236.us-east-2.compute.internal | grep -A 20 Annotation
Annotations: csi.volume.kubernetes.io/nodeid: {"ebs.csi.aws.com":"i-073e142c8967efd04"}
k8s.ovn.org/hybrid-overlay-distributed-router-gateway-mac: 0a:58:0a:81:02:03
k8s.ovn.org/l3-gateway-config:
{"default":{"mode":"shared","interface-id":"br-ex_ip-10-0-131-236.us-east-2.compute.internal","mac-address":"02:08:83:c5:32:3e","ip-addres...
k8s.ovn.org/node-chassis-id: a56fe244-947b-4d6d-a535-5c5d4e984fa2
k8s.ovn.org/node-local-nat-ip: {"default":["169.254.11.157"]}
k8s.ovn.org/node-mgmt-port-mac-address: 76:d5:ee:00:2c:99
k8s.ovn.org/node-primary-ifaddr: {"ipv4":"10.0.131.236/19"}
k8s.ovn.org/node-subnets: {"default":"10.129.2.0/23"}
machine.openshift.io/machine: openshift-machine-api/sgao-47-wwdld-worker-us-east-2a-d57tp
machineconfiguration.openshift.io/currentConfig: rendered-worker-40c6dbb2c449fa99d97002efcbb8a3d3
machineconfiguration.openshift.io/desiredConfig: rendered-worker-40c6dbb2c449fa99d97002efcbb8a3d3
machineconfiguration.openshift.io/reason:
machineconfiguration.openshift.io/state: Done
volumes.kubernetes.io/controller-managed-attach-detach: true
--------------------------------------------------------------------------------------------
windowsmachineconfig.openshift.io/pub-key-hash: ---- removed
--------------------------------------------------------------------------------------------
CreationTimestamp: Thu, 06 May 2021 23:17:09 -0400
Taints: <none>
Unschedulable: false
Lease:
HolderIdentity: ip-10-0-131-236.us-east-2.compute.internal
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: Windows Container Support for Red Hat OpenShift 2.0.1 security and bug fix 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-2021:2130 |