Hide Forgot
Document URL, Section Number and Name: https://github.com/openshift/cluster-version-operator/blob/release-4.8/install/0000_00_cluster-version-operator_01_admingate_configmap.yaml#L4-L6 Describe the issue: Wrong indention in admingate config message. The original/wrong one: --- apiVersion: v1 kind: ConfigMap data: ack-4.8-kube-1.22-api-removals-in-4.9: | Kubernetes 1.22 and therefore OpenShift 4.9 remove several APIs which require admin consideration. Please see the knowledge article https://access.redhat.com/articles/6329921 for details and instructions. Suggestions for improvement: --- apiVersion: v1 kind: ConfigMap data: ack-4.8-kube-1.22-api-removals-in-4.9: | Kubernetes 1.22 and therefore OpenShift 4.9 remove several APIs which require admin consideration. Please see the knowledge article https://access.redhat.com/articles/6329921 for details and instructions.
Changing the version of the bug to 4.8 as the change only exists in 4.8 and it is not applicable to 4.9 and later.
Verified this bug with 4.8.0-0.nightly-2021-11-24-020113, passed. [root@preserve-jialiu-ansible ~]# oc get cm -n openshift-config-managed admin-gates -o yaml apiVersion: v1 data: ack-4.8-kube-1.22-api-removals-in-4.9: | Kubernetes 1.22 and therefore OpenShift 4.9 remove several APIs which require admin consideration. Please see the knowledge article https://access.redhat.com/articles/6329921 for details and instructions. kind: ConfigMap metadata: annotations: include.release.openshift.io/ibm-cloud-managed: "true" include.release.openshift.io/self-managed-high-availability: "true" include.release.openshift.io/single-node-developer: "true" creationTimestamp: "2021-11-24T07:24:22Z" name: admin-gates namespace: openshift-config-managed resourceVersion: "1377" uid: fa9b389b-dca1-4639-b391-5aca8ebeface
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