diff --git a/upgrading/automated_upgrades.adoc b/upgrading/automated_upgrades.adoc index 01378b815c24..feaea0df6b94 100644 --- a/upgrading/automated_upgrades.adoc +++ b/upgrading/automated_upgrades.adoc @@ -213,6 +213,7 @@ xref:../install_config/configuring_red_hat_registry.adoc#install-config-configur . Review and update your xref:../install/configuring_inventory_file.adoc#configuring-ansible[inventory file]. + .. Ensure that any manual configuration changes you made to your master or node configuration files since your last Ansible playbook run, whether that was initial installation or your most recent cluster upgrade, are in the inventory @@ -247,6 +248,10 @@ you used in previous versions. You must not remove the `openshift_kubelet_name_override` parameter from your inventory file after you upgrade. ==== +.. If you manually manage the cluster's *_/etc/origin/master/htpasswd_* file, +add `openshift_master_manage_htpasswd=false` to your inventory file to prevent +the upgrade process from overwriting the *_htpasswd_* file. + [[updating-policy-definitions]]