noseka1 / openshift-auto-upi

OpenShift Automated User-Provided Infrastructure
Apache License 2.0
98 stars 51 forks source link

expired ignition files #15

Closed jfblaine closed 4 years ago

jfblaine commented 4 years ago

I deleted/recreated a cluster over the course of more than 24h and found after 24h I received the x509 error. What I did to trigger the code to recreate the ign files was to delete the following file:

rm -rf /root/openshift-auto-upi-workspace/autoupi/timestamps/ignition_created

If this is the correct course of action, may be worth calling out in the readme

jfblaine commented 4 years ago

I actually found to clear the x509 error I needed to run the following:

rm -rf /root/openshift-auto-upi-workspace/autoupi/timestamps /root/openshift-auto-upi-workspace/autoupi/conf

noseka1 commented 4 years ago

Thanks for reporting this. Yes, that's exactly the right course of action. I added an item to the backlog to document this.