Skip to content
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

[DOCS-5624] inclusive naming screenshot update inbound agent #5209

Merged
merged 4 commits into from
Jul 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
16 changes: 8 additions & 8 deletions content/doc/book/scaling/architecting-for-scale.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -169,14 +169,14 @@ http://<your-jenkins-host>/jnlpJars/agent.jar
If running a version of Jenkins newer than 1.559, the _.jar_ will be kept
up to date each time it connects to the controller.

* *The JNLP-HTTP connector*: This approach is quite similar to the JNLP-TCP
* *The Inbound-HTTP connector*: This approach is quite similar to the Inbound-TCP
Java Web Start approach, with the difference in this case being that the
agent is executed as headless and the connection can be tunneled via HTTP(s).
The exact command can be found on your JNLP agent's configuration page:
The exact command can be found on your Inbound agent's configuration page:

[[jnlp_agent]]
.JNLP agent launch command
image::hardware-recommendations/jnlp-slave.png[scaledwidth=90%]
[[inbound_agent]]
.Inbound agent launch command
image::hardware-recommendations/inbound-agent.png[Inbound agent node screen, scaledwidth=90%]

This approach is convenient for an execution as a daemon on Unix.

Expand Down Expand Up @@ -270,9 +270,9 @@ resources together with their destruction when they are not needed anymore:
of on-premises agents. The EC2 agents will be dynamically created inside an
AWS network and de-provisioned when they are not needed.
* The plugin:azure-vm-agents[Azure VM Agents Plugin]
dynamically spins up Jenkins agents as Azure VMs per user provided
configuration via templates, including support for virtual network integration
and subnet placement. Idle agents can be configured for automatic shutdown
dynamically spins up Jenkins agents as Azure VMs per user provided
configuration via templates, including support for virtual network integration
and subnet placement. Idle agents can be configured for automatic shutdown
to reduce costs.
* The plugin:jclouds-jenkins[JCloud plugin]
creates the possibility of executing the jobs on any cloud provider supported
Expand Down