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

Updated screenshot for the user guide documentation of the kubernetes plugin using Jenkins #7598

Closed
Show file tree
Hide file tree
Changes from 12 commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
e525070
Added new UI Screenshots for viewing logs in system administration to…
yashpal2104 Oct 9, 2024
cf9fa47
Revert "Added new UI Screenshots for viewing logs in system administr…
yashpal2104 Oct 9, 2024
0ec8edb
Added new UI Screenshots for viewing logs in system administration to…
yashpal2104 Oct 9, 2024
60773a6
Merge branch 'master' into update-screenshots
yashpal2104 Oct 9, 2024
3489a00
Added new UI Screenshots for viewing logs in system administration to…
yashpal2104 Oct 9, 2024
47974e3
Updated 2 compressed images Examplelogger.png and SystemLog.png
yashpal2104 Oct 9, 2024
2fff30c
Updated 2 compressed images Examplelogger.png and SystemLog.png
yashpal2104 Oct 9, 2024
46d7ca5
Updated 2 compressed images Examplelogger.png and SystemLog.png
yashpal2104 Oct 9, 2024
7ce3ae9
Merge remote-tracking branch 'refs/remotes/origin/update-screenshots'…
yashpal2104 Oct 9, 2024
628b0ab
Updated screenshots for user guide for kubernetes-plugin configuratio…
yashpal2104 Oct 10, 2024
00026f6
Updated and fixed the screenshots for the user guide for the kubernet…
yashpal2104 Oct 11, 2024
247482e
Merge branch 'master' into updated-screenshot-kubernetes-plugin
yashpal2104 Oct 11, 2024
8a95950
Removed misplaced screenshots
yashpal2104 Oct 11, 2024
f862d49
Updated and fixed the screenshots for the user guide for the kubernet…
yashpal2104 Oct 11, 2024
0c4588a
Final updation of screenshots for kubernetes-plugin user guide
yashpal2104 Oct 11, 2024
6d86075
Merge remote-tracking branch 'origin/updated-screenshot-kubernetes-pl…
yashpal2104 Oct 11, 2024
c59703a
Merge branch 'master' into updated-screenshot-kubernetes-plugin
kmartens27 Oct 14, 2024
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
Binary file added content/doc/book/resources/managing/Build-job.png
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.
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.
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.
8 changes: 4 additions & 4 deletions content/doc/book/scaling/scaling-jenkins-on-kubernetes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ IP: 172.17.0.4

Now, we are ready to fill in the Kubernetes plugin configuration. In order to do that, open the Jenkins UI and navigate to “Manage Jenkins -> Nodes and Clouds -> Clouds -> Add a new cloud -> Kubernetes and fill in the `Kubernetes URL` and `Jenkins URL` appropriately, by using the values which we have just collected in the previous step.

image::kubernetes-plugin-configuration.png[kubernetes-plugin-configuration]
image::Kubernetes-cloud.png[kubernetes-plugin-configuration]

In addition to that, in the `Kubernetes Pod Template` section, we need to configure the image that will be used to spin up the agents.
If you have some custom requirements for your agents, you can build one more dockerfile with the appropriate changes the same way we did for the Jenkins controller.
Expand All @@ -199,13 +199,13 @@ On the other hand, if you don’t have unique requirements for your agents, you
Kubernetes Pod Template Name - can be any and will be shown as a prefix for unique generated agents' names, which will be run automatically during builds
Docker image - the docker image name that will be used as a reference to spin up a new Jenkins agents.

image::pod-template-configuration.png[pod-template-configuration]
image::Pod-template.png[pod-template-configuration]

== Using Jenkins Agents
== Using Jenkins Agentsgit
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
== Using Jenkins Agentsgit
== Using Jenkins Agents

Removal of undesired text.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok will do that thanks for your help I really appreciate it


Now all the configuration seems to be in place and we are ready for some tests. Let’s create two different build plans.

image::build-jobs.png[image]
image::Build-job.png[image]

Now let’s trigger the execution for both of the builds.
You should see that both build plans appear in the `Build Queue` box almost immediately.
Expand Down