Hide Forgot
This fix contains the following changes coming from updated version of kubernetes from 1.21.5 up to v1.21.6: Changelog for v1.21.6: https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.21.md#changelog-since-v1215
Verified kubernetes version with the build 4.8.0-0.nightly-2021-11-24-020113. Kubernetes version from inline checks found v1.21.6 as expected. $ oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.8.0-0.nightly-2021-11-24-020113 True False 73m Cluster version is 4.8.0-0.nightly-2021-11-24-020113 $ oc version Client Version: 4.9.6 Server Version: 4.8.0-0.nightly-2021-11-24-020113 Kubernetes Version: v1.21.6+81bc627 $ oc get nodes NAME STATUS ROLES AGE VERSION ip-10-0-132-202.us-east-2.compute.internal Ready worker 96m v1.21.6+81bc627 ip-10-0-159-59.us-east-2.compute.internal Ready master 100m v1.21.6+81bc627 ip-10-0-161-76.us-east-2.compute.internal Ready worker 96m v1.21.6+81bc627 ip-10-0-179-47.us-east-2.compute.internal Ready master 100m v1.21.6+81bc627 ip-10-0-204-63.us-east-2.compute.internal Ready worker 96m v1.21.6+81bc627 ip-10-0-209-72.us-east-2.compute.internal Ready master 104m v1.21.6+81bc627 $ oc get co/kube-apiserver -o yaml | grep -A1 '\- name: kube-apiserver' - name: kube-apiserver version: 1.21.6 Based on the above, moved bug status to Verified
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 (OpenShift Container Platform 4.8.22 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/RHBA-2021:4830