mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 19:28:16 +00:00
Automatic merge from submit-queue CreateNodeSelectorPods should respect parameter Fix (1): `CreateNodeSelectorPods` should respect parameter `id`. The existing e2e does not break because it happened use "node-selector" as id, which is the same as the hard coded value. Fix (2): The current `CreateNodeSelectorPods` does not use `nodeSelector` parameter, it hard coded a label instead. The reason current e2e does not influenced because we happened use the same label: https://github.com/kubernetes/kubernetes/blob/master/test/e2e/cluster_size_autoscaling.go#L177 Found these bugs during testing #36238