Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1733422

Summary: Redeploying Certificates with redeploy-certificates.yml was failed on OCP 3.11.129
Product: OpenShift Container Platform Reporter: Hiroyuki Kaneko <hkaneko>
Component: InstallerAssignee: Russell Teague <rteague>
Installer sub component: openshift-ansible QA Contact: Johnny Liu <jialiu>
Status: CLOSED DUPLICATE Docs Contact:
Severity: unspecified    
Priority: unspecified CC: ksuzumur, mfuruta, nhashimo
Version: 3.11.0   
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-08-23 03:13:57 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:
Attachments:
Description Flags
pod error log
none
Ansible Debug Log
none
Ansible Inventory file none

Description Hiroyuki Kaneko 2019-07-26 04:13:18 UTC
Description of problem:

I am facing the issue that failed redeploying certificates with playbook/redeploy-certificate.yml during redeploying certificates for service catalog.

Failed Task in the playbook is 'TASK [openshift_service_catalog : Verify that the controller-manager is running]' because that controller manager was not ready. 
The reason the pod was not ready seems to be as follows:

controller_manager.go:237] error running controllers: failed to get api versions from server: failed to get supported resources from server: unable to retrieve the complete list of server APIs: metrics.k8s.io/v1beta1: Unauthorized

Please find out the attached logs. 

Version-Release number of selected component (if applicable):

oc v3.11.129
kubernetes v1.11.0+d4cacc0
openshift-ansible-3.11.129-1.git.0.11838de.el7.noarch

How reproducible:
always

Steps to Reproduce:
1. Inatall OpenShift 3.11 with Ansible playbook
2. Execute ansible playbook 'playbook/redeplloy-certificate.yaml'

Actual results:
Failed to redeploy service catalog certificates.

Expected results:
Succeed to redeploy certificates.

Additional info:

Comment 1 Hiroyuki Kaneko 2019-07-26 04:15:23 UTC
Created attachment 1593553 [details]
pod error log

Comment 2 Hiroyuki Kaneko 2019-07-26 04:16:06 UTC
Created attachment 1593554 [details]
Ansible Debug Log

Comment 3 Hiroyuki Kaneko 2019-07-29 06:39:36 UTC
Created attachment 1594155 [details]
Ansible Inventory file

Comment 4 Jesus M. Rodriguez 2019-08-23 03:13:57 UTC

*** This bug has been marked as a duplicate of bug 1733327 ***