skupper
skupper copied to clipboard
configmaps "skupper-router" not found
We have noticed that sometimes when we are cleaning up the skupper site entirely and recreating it, skupper site creationg failing with error configmaps "skupper-router" not found.
Steps to reproduce:
- skupper delete site --all -n namespace
- Create site ( apply site yaml configuration file )
$ oc get site
NAME STATUS SITES IN NETWORK MESSAGE
SRE Error configmaps "skupper-router" not found
Workaround for this issue is;
- Restart the skupper-controller pod
- Then create the site. Even after creating the site sometime skupper-router pods get stuck in
config-initcontainer creation state. In this case wait for sometime if the error still persists then simply give rollout restart ofskupper-router-*pod, it will come up in sometime. - Wait for sometime to get the
Sitein toReadystate.