Bug 1678372
| Summary: | redeploy_certificates does not drain nodes and restart automatically docker | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Gabriel Stein <gferrazs> |
| Component: | Installer | Assignee: | Joseph Callen <jcallen> |
| Status: | CLOSED ERRATA | QA Contact: | Gaoyun Pei <gpei> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.9.0 | CC: | aos-bugs, eparis, gpei, jialiu, jokerman, mmccomas, vlaad, xtian |
| Target Milestone: | --- | ||
| Target Release: | 3.9.z | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
Cause: When using crio docker was being restarted.
Consequence: Docker-based pods are stopped during recertification
Fix: Add a check to only restart docker when openshift_use_crio_only is false
Result: Docker is not restarted if using cri-o
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-07-05 06:58: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: | |||
|
Comment 5
Gaoyun Pei
2019-04-19 06:44:20 UTC
build: openshift-ansible-3.9.80-1 Verify this bug with openshift-ansible-3.9.85-1.git.0.7c950b1.el7.noarch.rpm
When running playbooks/redeploy-certificates.yml to renew the certs, docker service will not be restarted.
PLAY [Restart nodes] ***********************************************************
TASK [Gathering Facts] *********************************************************
ok: [ec2-54-209-35-240.compute-1.amazonaws.com]
TASK [Mark node unschedulable] *************************************************
skipping: [ec2-54-209-35-240.compute-1.amazonaws.com] => {"changed": false, "skip_reason": "Conditional result was False", "skipped": true}
TASK [Drain Node for Kubelet restart] ******************************************
skipping: [ec2-54-209-35-240.compute-1.amazonaws.com] => {"changed": false, "skip_reason": "Conditional result was False", "skipped": true}
TASK [Restart docker] **********************************************************
skipping: [ec2-54-209-35-240.compute-1.amazonaws.com] => {"changed": false, "skip_reason": "Conditional result was False", "skipped": true}
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:1642 |