-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
Jenkins 2.60.2
k8s plugin 0.12
k8s cluster 1.67
Hello,
while creating Jenkins slaves using k8s plugin some slaves are falling due to:
SEVERE: The server rejected the connection: None of the protocols were accepted
java.lang.Exception: The server rejected the connection: None of the protocols were accepted
at hudson.remoting.Engine.onConnectionRejected(Engine.java:297)
at hudson.remoting.Engine.run(Engine.java:268)
this can happens to me no matter what image im using.
also, the pod that gets created is not deleting itself and still lives in error state.
The JNLP TCP port im using is fixed,
and the agents protocols im using are JNLP-WEB2 and JNLP-WEB4
- duplicates
-
JENKINS-44042 jnlp slave ConnectionRefusalException None of the protocols were accepted
- Resolved