-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #422 from mbarbero/master
Improve labels and help text for cloud and pod templates cap
- Loading branch information
Showing
6 changed files
with
17 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...sources/org/csanchez/jenkins/plugins/kubernetes/KubernetesCloud/help-containerCapStr.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<div> | ||
The maximum number of concurrently running agent containers that Kubernetes is allowed to run. | ||
If set to empty it means no limit. Set to 0 means no containers will be started. | ||
The maximum number of concurrently running agent pods that are permitted in this Kubernetes Cloud. | ||
If set to empty it means no limit. Set to 0 means no pod will ever be started. | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
<div> | ||
Max number of containers to start from this template. If set to empty or negative number it means no limit. | ||
The maximum number of concurrently running agent pods created from this template that are permitted in the Kubernetes Cloud. | ||
The number of running agents will never exceed the global concurrency limit sets at the Cloud Configuration level. | ||
If set to empty or negative number it means no limit. | ||
</div> |