-
Notifications
You must be signed in to change notification settings - Fork 424
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
errors during getting pods from kube. #13
Comments
Hello I am als having the same problem [root@ansible ~]# oc get secret 19:47:33,113 WARNING [org.jgroups.protocols.openshift.KUBE_PING] (Timer-3,shared=tcp) Problem getting Pod json from Kubernetes Client[masterUrl=https://172.30.0.1:443/api/v1, headers={Authorization=#MASKED:911#}, connectTimeout=5000, readTimeout=30000, operationAttempts=3, operationSleep=1000, streamProvider=org.openshift.ping.common.stream.InsecureStreamProvider@635afc39] for cluster [hornetq-channel], namespace [wkocpappdev], labels [application=bookstore]; encountered [java.lang.Exception: 3 attempt(s) with a 1000ms sleep to execute [OpenStream] failed. Last failure was [java.io.IOException: Server returned HTTP response code: 403 for URL: https://172.30.0.1:443/api/v1/namespaces/wkocpappdev/pods?labelSelector=application%3Dbookstore]] |
I'm seeing this too. Is there a resolution or workaround? |
Similar error... Any updates ? |
The logs just show a warning. Are there any errors as a result in the demo flow? |
Im no Jboss expert, so lets not go there, however i see this error in the logs when ever i use the project which is quite nice for a demo.
Are there a permission this project needs to run, or do you want to have a sa with access to some special settings for running it.
06:37:50,719 WARN [org.jgroups.protocols.openshift.KUBE_PING] (Timer-3,shared=tcp) Problem getting Pod json from Kubernetes Client[masterUrl=https://10.244.0.1:443/api/v1, headers={Authorization=#MASKED:845#}, connectTimeout=5000, readTimeout=30000, operationAttempts=3, operationSleep=1000, streamProvider=org.openshift.ping.common.stream.InsecureStreamProvider@d6ee295] for cluster [hornetq-channel], namespace [demo], labels [application=tasks]; encountered [java.lang.Exception: 3 attempt(s) with a 1000ms sleep to execute [OpenStream] failed. Last failure was [java.io.IOException: Server returned HTTP response code: 403 for URL: https://10.244.0.1:443/api/v1/namespaces/demo/pods?labelSelector=application%3Dtasks]]
The text was updated successfully, but these errors were encountered: