Bug 1833122
Summary: | kube-sceduler-operator targetconfig controller uses legacy router configmap | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Daneyon Hansen <dhansen> |
Component: | kube-scheduler | Assignee: | Maciej Szulik <maszulik> |
Status: | CLOSED ERRATA | QA Contact: | RamaKasturi <knarra> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 4.5 | CC: | aos-bugs, knarra, maszulik, mfojtik, openshift-bugzilla-robot |
Target Milestone: | --- | ||
Target Release: | 4.4.z | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: | Story Points: | --- | |
Clone Of: | 1830406 | Environment: | |
Last Closed: | 2020-06-23 00:57:24 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: | 1830406 | ||
Bug Blocks: | 1833120 |
Comment 1
Maciej Szulik
2020-05-11 10:12:48 UTC
PRs in the queue. Verified with the payload below and did not find any references to router-ca in audit logs for 4.4 cluster. [ramakasturinarra@dhcp35-60 ~]$ oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.4.0-0.nightly-2020-06-14-142924 True False 5h44m Cluster version is 4.4.0-0.nightly-2020-06-14-142924 Below are the steps followed to verify the bug: ================================================ 1) Install 4.4 cluster with latest build 2) oc project "openshift-kube-apiserver" 3) oc cp <kube-apiserver-pod-name>:/var/log/kube-apiserver/audit.log /tmp/oc44.log 4) cat /tmp/oc45.log | grep "router-ca" [ramakasturinarra@dhcp35-60 cucushift]$ cat /tmp/oc44.log | grep "router-ca" [ramakasturinarra@dhcp35-60 cucushift]$ [ramakasturinarra@dhcp35-60 cucushift]$ cat /tmp/oc44.log | grep "default-ingress-cert" | wc -l 4 Based on the above moving the bug to verified state. 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, 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-2020:2580 |