If you were logged in you would be able to see more operations.
|
|
|
QuickBuild
Created: 04/May/20 01:08 PM
Updated: 29/Mar/21 01:32 PM
|
|
Component/s: |
None
|
Affects Version/s: |
10.0.11
|
Fix Version/s: |
None
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
when raising a resource in Kubernetes, there is no way to define volumes, cpus, memory usage ...
This is a feature present in jenkins (sorry for writing this) and we would like the same pipeline in QB in order to keep using it properly.
https://github.com/jenkinsci/kubernetes-plugin
Thank you.
|
Description
|
when raising a resource in Kubernetes, there is no way to define volumes, cpus, memory usage ...
This is a feature present in jenkins (sorry for writing this) and we would like the same pipeline in QB in order to keep using it properly.
https://github.com/jenkinsci/kubernetes-plugin
Thank you. |
Show » |
|
By giving possibility to manage pod specification (in this case nodeSelector) we can even connect to Kubernetes cluster with Windows nodes and try to build code on Windows containers.
By mounting volumes, we can use shared storage for huge binaries instead fetching it over the network which will speed up build process.
List of advantages and possibilities is really long.
Please kindly increase priority of this request.