Skip to content

Commit 0fd6466

Browse files
authored
Merge pull request #1135 from lauksas/documentation_enhancement
2 parents b3725ad + f03d317 commit 0fd6466

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ Supported credentials include:
6464
* Google Service Account from private key (GKE authentication)
6565
* X.509 Client Certificate
6666

67+
If you check **WebSocket** then agents will connect over HTTP(S) rather than the Jenkins service TCP port.
68+
This is unnecessary when the Jenkins controller runs in the same Kubernetes cluster,
69+
but can greatly simplify setup when agents are in an external cluster
70+
and the Jenkins controller is not directly accessible (for example, it is behind a reverse proxy or a ingress resource).
71+
See [JEP-222](https://jenkins.io/jep/222) for more.
72+
6773
To test this connection is successful you can use the **Test Connection** button to ensure there is
6874
adequate communication from Jenkins to the Kubernetes cluster, as seen below
6975

@@ -79,11 +85,7 @@ Docker image - the docker image name that will be used as a reference to spin up
7985

8086
![image](images/pod-template-configuration.png)
8187

82-
If you check **WebSocket** then agents will connect over HTTP(S) rather than the Jenkins service TCP port.
83-
This is unnecessary when the Jenkins controller runs in the same Kubernetes cluster,
84-
but can greatly simplify setup when agents are in an external cluster
85-
and the Jenkins controller is not directly accessible (for example, it is behind a reverse proxy).
86-
See [JEP-222](https://jenkins.io/jep/222) for more.
88+
8789

8890
> **Notes:**
8991
>

images/cloud-configuration.png

-89.2 KB
Loading

0 commit comments

Comments
 (0)