Closed lovelife100 closed 4 years ago
same problem what is the solution ???
my ansible versoin is : ansible --version ansible 2.7.7
Same here.. arghhh
Same here also, with one master-infra plus two worker nodes.
# git describe openshift-ansible-3.11.107-1-4-gcb41a644f
# ansible --version ansible 2.7.10
any solution?
I had same issue with OCP. My workaround was to disable service catalog.
openshift_enable_service_catalog=false
Facing the same issue while installing on AtomicOS 7.2. @ztanaka1971 would it be possible to manually install the service catalog after setting up the openshift cluster if we disable it as suggested by you?
I didn't tried additional installation of the service catalog, because my installation didn't need the service catalog...
Okay, thanks @ztanaka1971
same here - possible workaround: check the namespace manually and one pod might not be healthy, delete it. Another pods will spawn that will be healthy.
Issues go stale after 90d of inactivity.
Mark the issue as fresh by commenting /remove-lifecycle stale
.
Stale issues rot after an additional 30d of inactivity and eventually close.
Exclude this issue from closing by commenting /lifecycle frozen
.
If this issue is safe to close now please do so with /close
.
/lifecycle stale
Stale issues rot after 30d of inactivity.
Mark the issue as fresh by commenting /remove-lifecycle rotten
.
Rotten issues close after an additional 30d of inactivity.
Exclude this issue from closing by commenting /lifecycle frozen
.
If this issue is safe to close now please do so with /close
.
/lifecycle rotten /remove-lifecycle stale
Rotten issues close after 30d of inactivity.
Reopen the issue by commenting /reopen
.
Mark the issue as fresh by commenting /remove-lifecycle rotten
.
Exclude this issue from closing again by commenting /lifecycle frozen
.
/close
@openshift-bot: Closing this issue.
Description
OKD 3.11 installation hung up at:
TASK [openshift_service_catalog : Wait for Controller Manager rollout success].
Version
Please put the following version information in the code block indicated below.
Your ansible version per
ansible --version
If you're operating from a git clone:
The output of
git describe
openshift-ansible-3.11.90-1
Steps To Reproduce
Expected Results
Describe what you expected to happen. OKD 3.11 to install and the Service Catalog install to rollout successfully and the pod kube-service-catalog: po/controller-manager-* is ready.
Observed Results
Describe what is actually happening.
the log of controller-manager:
Additional Information
Provide any additional information which may help us diagnose the issue.