• Kubernetes Submit Queue's avatar
    Merge pull request #62271 from wojtek-t/fix_disruptive_regional_tests_3 · 8eeb0c55
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 62245, 62271). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.
    
    Fix disruptive regional tests 3
    
    With GKE multizonal and regional clusters (when nodes are in created in more than one zones), in test framework we are passing:
    1. --num-nodes equal to number of nodes in a single zone
    2. --node-instance-groups equal to MIG names in that zone
    The (1) is consistent with end-user experience, since the same semantic for "--num-nodes" is used in gcloud. (2) is strictly connected to that, and we don't want to change that.
    
    As a result, the number of expected nodes, mig size etc. can't be explicitly based on those numbers. Also commands for nodes restarts etc. need to be splitted across zones and correct zone parameter has to be passed.
    8eeb0c55
Name
Last commit
Last update
..
conformance Loading commit data...
e2e Loading commit data...
e2e_node Loading commit data...
fixtures Loading commit data...
images Loading commit data...
integration Loading commit data...
kubemark Loading commit data...
list Loading commit data...
soak Loading commit data...
typecheck Loading commit data...
utils Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
test_owners.csv Loading commit data...
test_owners.json Loading commit data...