hpe-storage / python-hpedockerplugin

HPE Native Docker Plugin
Apache License 2.0
36 stars 64 forks source link

3.3 After deleting pod from worker-1 new PODs are not getting created on Worker-2. #747

Closed sandesh-desai closed 4 years ago

sandesh-desai commented 4 years ago

Testbed Details: Host: -- k8s single master setup. Host OS: CentOS Linux 7 OC version: "v1.15.1"

Steps to reproduce:

1) Create SC and 50 PVCs 2) Create 50 PODs with PVCs. 3) Drain worker -1 4) Uncordon worker-1 4) Drain worker-2 5) Create additional 50 pvc 6) Create additional 50 pods 7) Uncordon worker -2 8) Delete some pods which are on worker -1 9) PODs deleted successfully from Worker-1 and No new PODs created on Worker-2.

Attaching the logs: 3pardcv log.txt Delete some pod.txt deletepodwk2.txt dorylog deletepodwk1.txt

sandesh-desai commented 4 years ago

After reboot worker-1, All PODs which were running on Worker1, not migrated from Worker-1 to Worker-2.

Attaching the logs: 9oct_afterrebootwk1.txt afterreboot_3pardcv.txt

sandesh-desai commented 4 years ago

Verified and working as expected hence closing the bug.

Attaching the logs: 50 PODs creation.txt Create additional 50 PVC and POD.txt Delete PODs from wk1 to wk2.txt eviction 50 PODs from wk2 to wk1.txt eviction from wk1 to wk2.txt