cjnovak98 / ocp4-disconnected-collection

0 stars 0 forks source link

Pull Secret lost when using Internet connected bastion to install cluster #2

Open cjnovak98 opened 2 days ago

cjnovak98 commented 2 days ago

When running all playbooks, including push images and installing the cluster on an internet connected bastion, at one point I checked my ~/.docker/config.json and it no longer had my pull secret. Only the pull secret for the locally hosted registry.

cjnovak98 commented 2 days ago

labelled as bug since we should be backing up any currently configured pull secrets. (In case they are managing multiple clusters, or in the test case of deploying multiple clusters or any other odd use case)

cjnovak98 commented 1 day ago

Discussed this with @mriensch and I think we should be able to make this work with some JSON editing - just gotta see how idempotent we can make it with Ansible. (and how much of a PITA it's going to be)