kruise
kruise copied to clipboard
[BUG] Issue with invalid parallelism for ImagePullJob.
What happened:使用imagepulljob镜像预热功能,设置了parallelism=1,但是实际active值总是超过parallelism,不能控制并发
What you expected to happen:预期active值要小于parallelism
How to reproduce it (as minimally and precisely as possible)
Anything else we need to know?:
Environment:
- Kruise version:1.3.0
- Kubernetes version (use
kubectl version
):v1.23.10 - Install details (e.g. helm install args):
- Others:
这个问题有什么进展吗
这个问题有人看下不
@veophi PTAL
I cannot repeat this bug. Is it reproducible in your environment? @1182986209
I cannot repeat this bug. Is it reproducible in your environment? @1182986209
yes, this problem becomes very frequent. Now I have to control the selected nodes list to prevent the active value not exceed the parallelism
@1182986209 Can you show the whole ImagePullJob yaml?