Bug 1834568
Summary: | No TLS certs available for HTTPS metrics | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Jack Ottofaro <jack.ottofaro> |
Component: | Cluster Version Operator | Assignee: | Jack Ottofaro <jack.ottofaro> |
Status: | CLOSED ERRATA | QA Contact: | liujia <jiajliu> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 4.4 | CC: | aos-bugs, jokerman, wking |
Target Milestone: | --- | ||
Target Release: | 4.5.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-07-13 17:37:39 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: | |||
Bug Depends On: | |||
Bug Blocks: | 1809195, 1835483 |
Description
Jack Ottofaro
2020-05-12 01:22:15 UTC
Test plan is: 1. Launch the cluster. 2. Ensure that a secret named cluster-version-operator-serving-cert exists in the openshift-cluster-version namespace. # ./oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.5.0-0.nightly-2020-05-13-221558 True False 90m Cluster version is 4.5.0-0.nightly-2020-05-13-221558 # ./oc get secrets cluster-version-operator-serving-cert -n openshift-cluster-version NAME TYPE DATA AGE cluster-version-operator-serving-cert kubernetes.io/tls 2 105m # ./oc get service/cluster-version-operator -o json -n openshift-cluster-version|jq .metadata.annotations { "exclude.release.openshift.io/internal-openshift-hosted": "true", "service.alpha.openshift.io/serving-cert-signed-by": "openshift-service-serving-signer@1589423028", "service.beta.openshift.io/serving-cert-secret-name": "cluster-version-operator-serving-cert", "service.beta.openshift.io/serving-cert-signed-by": "openshift-service-serving-signer@1589423028" } 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:2409 |