Bug 1746212
Summary: | [3.11] metrics-server-certs secret does not be removed after metrics-server uninstall due to incorrect label | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Daein Park <dapark> |
Component: | Installer | Assignee: | Russell Teague <rteague> |
Installer sub component: | openshift-ansible | QA Contact: | Weinan Liu <weinliu> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | medium | ||
Priority: | unspecified | CC: | gpei |
Version: | 3.11.0 | ||
Target Milestone: | --- | ||
Target Release: | 3.11.z | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Cause: Metrics serving certs have an incorrect label
Consequence: When uninstalling metrics server, the serving certs remain.
Fix: Corrected the metrics serving certs label
Result: Metrics serving certs are removed during uninstall
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2019-09-24 08:08:09 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: |
Description
Daein Park
2019-08-28 01:03:40 UTC
Issue got fixed on openshift-ansible-3.11.146-1.git.0.fcedb45.el7.noarch [root@qe-weinliu-311-146-master-etcd-1 ~]# oc version oc v3.11.146 kubernetes v1.11.0+d4cacc0 features: Basic-Auth GSSAPI Kerberos SPNEGO Server https://qe-weinliu-311-146-master-etcd-1:8443 openshift v3.11.146 kubernetes v1.11.0+d4cacc0 After deploy metrics-server: [root@qe-weinliu-311-146-master-etcd-1 ~]# oc get po NAME READY STATUS RESTARTS AGE metrics-server-d79b7d8d9-b2gfr 1/1 Running 0 2m [root@qe-weinliu-311-146-master-etcd-1 ~]# oc get secret metrics-server-certs -n openshift-metrics-server NAME TYPE DATA AGE metrics-server-certs Opaque 3 3m [root@qe-weinliu-311-146-master-etcd-1 ~]# oc version oc v3.11.146 kubernetes v1.11.0+d4cacc0 features: Basic-Auth GSSAPI Kerberos SPNEGO After uninstall metrics-server: [root@qe-weinliu-311-146-master-etcd-1 ~]# oc get po No resources found. [root@qe-weinliu-311-146-master-etcd-1 ~]# oc get secret metrics-server-certs -n openshift-metrics-server No resources found. Error from server (NotFound): secrets "metrics-server-certs" not found 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-2019:2816 |