Completing the implementation of colocated sites. - #127
Conversation
…ach managed VAN.
|
@ted-ross @fgiorgetti During the initial deployment of the colocated site, I get logs showing an attempt to create the vms-colo-manage secret twice, failing on the second attempt since it already exists. Have either of you run into this? |
@JPadovano1483 I am not seeing it. |
Yes the clusterrole is updated. Hmm ok, just me then. Haha I'll keep digging then and see if I can find whats going on for me. |
|
After some more testing, I am getting a mixed bag of results. Sometimes everything deploys without any duplication errors. Other times, it tries to recreate almost all the resources. I think this is because there are several paths that call the "visitNamespace" function, which is causing a race condition. |
I think this is right. If there are multiple instances of |
No description provided.