-
1. Re: Openshift CDK application route is not accepting traffic because not admitted to a router
tsesmelisi Aug 9, 2016 2:43 AM (in response to janvandeklok)Hi,
I have the same problem on two windows machines installed with Development Suite 2.1 (2016-06-24) Installer for windows. The installations were fine without any issues. We have noticed that the environments in few cases work OK but after restarting we are getting the same message and behavior as you described.
Any help from CDK experts would be valuable because I am very new on Openshift with no clue where to search ...
Thanks in advance,
Yiannis
-
2. Re: Openshift CDK application route is not accepting traffic because not admitted to a router
janvandeklok Aug 9, 2016 10:25 AM (in response to tsesmelisi)Yannis,
My CDK is working now! Got this mail from a CDK developer as response on the request:
- Have you halted your CDK at some point. We have observed that the router stops registering endpoints after it has been halted. If so, the way we have resolved this issue is to either scale down your router or delete the active router pod.
- Try to destroy that vagrant box and then again vagrant up.
I did indeed halted my box at some point. After doing a 'vagrant destroy' and a 'vagrant up' again and of course create all my stuff in the Openshift environment again, everything worked OK.
Hope this will help you (as it did me).
Regards
Jan van de klok.
-
3. Re: Openshift CDK application route is not accepting traffic because not admitted to a router
tsesmelisi Aug 10, 2016 1:50 PM (in response to janvandeklok)Hi Jan,
After a few up-halt-reload-recreate and I do not remember anymore what I did it finally works.
For sure CDK is not very stable yet but at least we have a sandbox to start playing with openshift !
Thanks a lot for your help !