• Kubernetes Submit Queue's avatar
    Merge pull request #49018 from luxas/kubeadm_cleanup_kubernetesdir · d3ff93ef
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 49019, 48919, 49040, 49018, 48874)
    
    kubeadm: Remove the old KubernetesDir envparam
    
    **What this PR does / why we need it**:
    
    The last piece of https://github.com/kubernetes/kubernetes/issues/48053 for moving the env params into the API, and the KubernetesDir into a constant.
    
    After this pretty mechanical change, we might offer short-hand functions in constants like `GetStaticPodManifestDir()` etc easily in order to centralize the `filepath.Join` logic into one place.
    
    **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #
    fixes https://github.com/kubernetes/kubeadm/issues/326
    
    **Special notes for your reviewer**:
    
    **Release note**:
    
    ```release-note
    NONE
    ```
    cc @kubernetes/sig-cluster-lifecycle-pr-reviews @fabriziopandini
    d3ff93ef
Name
Last commit
Last update
..
app Loading commit data...
test/cmd Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
kubeadm.go Loading commit data...