What happened:
wait_for_controlled_pods.go reports total number of pods that exceeds the number of pods in the test deployment:
wait_for_controlled_pods.go:629] WaitForControlledPodsRunning: ... summary of pods : Pods: 5017 out of 4990 created, 4988 running (4988 updated), 0 pending scheduled, 2 not scheduled, 27 inactive, 0 terminating, 0 unknown, 0 runningButNotReady
What you expected to happen:
I expect it to say, Pods: 4990 out of 4990 created, ...
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
- Kubernetes version (use
kubectl version):
- Cloud provider or hardware configuration:
- OS (e.g:
cat /etc/os-release):
- Kernel (e.g.
uname -a):
- Install tools:
- Network plugin and version (if this is a network-related bug):
- Others:
What happened:
wait_for_controlled_pods.goreports total number of pods that exceeds the number of pods in the test deployment:What you expected to happen:
I expect it to say,
Pods: 4990 out of 4990 created, ...How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
kubectl version):cat /etc/os-release):uname -a):