Document URL: https://docs.openshift.com/container-platform/3.11/install_config/redeploying_certificates.html#redeploying-node-certificates Section Number and Name: Redeploying Node Certificates Only Describe the issue: in redeploying-certificate is not calling ../openshift-node/redeploy-certificate.yml --- - import_playbook: init/main.yml - import_playbook: openshift-etcd/private/redeploy-certificates.yml - import_playbook: openshift-master/private/redeploy-certificates.yml - import_playbook: openshift-etcd/private/restart.yml vars: g_etcd_certificates_expired: "{{ ('expired' in (hostvars | lib_utils_oo_select_keys(groups['etcd']) | lib_utils_oo_collect('check_results.check_results.etcd') | lib_utils_oo_collect('health'))) | bool }}" - import_playbook: openshift-master/private/restart.yml - import_playbook: openshift-node/private/restart.yml - import_playbook: openshift-hosted/private/redeploy-router-certificates.yml when: openshift_hosted_manage_router | default(true) | bool - import_playbook: openshift-hosted/private/redeploy-registry-certificates.yml when: openshift_hosted_manage_registry | default(true) | bool - import_playbook: openshift-master/private/revert-client-ca.yml - import_playbook: openshift-master/private/restart.yml - import_playbook: openshift-web-console/private/redeploy-certificates.yml when: openshift_web_console_install | default(true) | bool - import_playbook: openshift-console/private/redeploy-certificates.yml when: openshift_console_install | default(true) | bool ~ Suggestions for improvement: Additional information:
Hi Abhishek, Thanks for opening this bug. I'm working on an update to the documentation.
I've created a PR with updates here: https://github.com/openshift/openshift-docs/pull/13569 Can someone confirm if the changes are correct? Thank you.
The issue is also in 3.11
OCP 3.6-3.10 is no longer on full support [1]. Marking un-triaged bugs CLOSED DEFERRED. If you have a customer case with a support exception or have reproduced on 3.11+, please reopen and include those details. When reopening, please set the Version to the appropriate version where reproduced. [1]: https://access.redhat.com/support/policy/updates/openshift
Re-opening as this is in 3.11 as well.
*** This bug has been marked as a duplicate of bug 1635251 ***