• Kubernetes Submit Queue's avatar
    Merge pull request #29889 from janetkuo/deployment-e2e-test-fix · 74477a83
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue
    
    Fix deployment e2e test: waitDeploymentStatus should error when entering an invalid state
    
    Follow up #28162
    
    1. We should check that max unavailable and max surge aren't violated at all times in e2e tests (didn't check this in deployment scaled rollout yet, but we should wait for it to become valid and then continue do the check until it finishes)
    2. Fix some minor bugs in e2e tests 
    
    @kubernetes/deployment 
    74477a83
Name
Last commit
Last update
..
util Loading commit data...
deployment_controller.go Loading commit data...
deployment_controller_test.go Loading commit data...
recreate.go Loading commit data...
rollback.go Loading commit data...
rolling.go Loading commit data...
rolling_test.go Loading commit data...
sync.go Loading commit data...
sync_test.go Loading commit data...