• Kubernetes Submit Queue's avatar
    Merge pull request #52551 from mattmoyer/drop-experimental-bootstrap-token-auth · 2dc33077
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 52355, 52537, 52551, 52403, 50673). 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>..
    
    Drop --experimental-bootstrap-token-auth flag.
    
    **What this PR does / why we need it**:
    Drops support for the `--experimental-bootstrap-token-auth` flag for the API server. This flag was replaced by `--enable-bootstrap-token-auth` in 1.8 (https://github.com/kubernetes/kubernetes/pull/51198) but the old flag was accepted with a deprecation warning. In 1.9 we want to totally drop it.
    
    **Which issue this PR fixes**: fixes #50613
    
    **Special notes for your reviewer**:
    There are other places in kubeadm where we need to drop support for this flag (at init and at postupgrade). We can tackle those in a separate PR.
    
    **Release note**:
    I think this change is already document well enough in the changelog for 1.8.
    ```release-note
    NONE
    ```
    
    @kubernetes/sig-cluster-lifecycle-pr-reviews @kubernetes/sig-auth-pr-reviews 
    
    /kind cleanup
    2dc33077
Name
Last commit
Last update
..
admission Loading commit data...
authenticator Loading commit data...
authorizer Loading commit data...
options Loading commit data...
server Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
default_storage_factory_builder.go Loading commit data...
default_storage_factory_builder_test.go Loading commit data...
doc.go Loading commit data...