Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion install_config/redeploying_certificates.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -385,9 +385,17 @@ file:

----
$ ansible-playbook -i <inventory_file> \
/usr/share/ansible/openshift-ansible/playbooks/openshift-master/redeploy-certificates.yml
/usr/share/ansible/openshift-ansible/playbooks/openshift-master/redeploy-master-certificates.yml
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The playbook name should not be changed. The previous one is correct for ocp-3.9.
What we may need to improve is "redeploy-master-certificates.yml playbook" in line380, for more specifically, we should name it as "master redeploy-certificates.yml playbook".
So is in line 402 and line 421, which should be:
The etcd redeploy-certificates.yml playbook
The node redeploy-certificates.yml playbook

----

[IMPORTANT]
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This part lgtm 👍

====
After running this playbook, you need to regenerate any xref:../dev_guide/secrets.adoc#service-serving-certificate-secrets[service signing certificate or key pairs]
by deleting existing secrets that contain service serving certificates or removing and re-adding
annotations to appropriate services.
====


[[redeploying-etcd-certificates]]
=== Redeploying etcd Certificates Only

Expand Down