• Yu-Ju Hong's avatar
    Add an e2e test to verify that pods are deleted on nodes · a10a6a29
    Yu-Ju Hong authored
    The test verifies that kubelet deletes the pods/containers within a reasonable
    time. It queries the kubelet /runningpods endpoint to retrieve a list of
    running pods directly. The outline of the test is:
    
     - Create an RC
     - Wait until all pods are running (based on the pod status)
     - Verify pods are running by querying the /runningpods
     - Delete the RC
     - Check all pods are deleted by querying /runningpods
    a10a6a29
kubelet.go 5.42 KB