• Kubernetes Submit Queue's avatar
    Merge pull request #45119 from dims/set-default-host-path-as-provisioner · ec415a12
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 45860, 45119, 44525, 45625, 44403)
    
    Support running StatefulSetBasic e2e tests with local-up-cluster
    
    **What this PR does / why we need it**:
    
    Currently StatefulSet(s) fail when you use local-up-cluster without
    setting a cloud provider. In this PR, we use set the
    kubernetes.io/host-path provisioner as the default provisioner when
    there CLOUD_PROVIDER is not specified. This enables e2e test(s)
    (specifically StatefulSetBasic) to work.
    
    **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #
    
    **Special notes for your reviewer**:
    
    **Release note**:
    
    ```release-note
    ```
    ec415a12
local-up-cluster.sh 34.4 KB