Details
-
Type:
New Feature
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: kubernetes-plugin
-
Labels:
-
Similar Issues:
-
Released As:kubernetes-1.19.1
Description
Currently, one have to fiddle with default provisionner flags (https://github.com/jenkinsci/kubernetes-plugin#over-provisioning-flags) to improve responsiveness of agent provisioning (at the risk of overprovisioning). Even with recommended values, some useless delays are introduced.
I guess that in the context of a Kubernetes cloud, we could provide a simpler, yet more efficient, NodeProvisioner.Strategy implementation that would speed up the provisioning time.
WDYT?
Attachments
Issue Links
- causes
-
JENKINS-60055 NoDelayProvisionerStrategy doesn't honor CloudProvisionerListener extension point
-
- Closed
-
- links to
https://github.com/jenkinsci/ec2-plugin/blob/master/src/main/java/hudson/plugins/ec2/NoDelayProvisionerStrategy.java
I think the strategy in the ec2 plugin is very valuable.