• Kubernetes Submit Queue's avatar
    Merge pull request #62101 from bart0sh/PR0010-e2e_node-kubelet-command-line-fix · 452b8c9e
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 58474, 60034, 62101, 63198). 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 wrong usage of kubelet option
    
    **What this PR does / why we need it**:
    
    "--allow-privileged true" is incorrect usage of boolean option.
    It means setting '--allow-priviledged' to its default value plus
    non-existing subcommand 'true'.
    
    "--allow-privileged false" is even more confusing as it sets
    allow-priviledged flag to its default value 'true'
    
    This is true for any boolean command line option.
    
    Fixed this by using correct syntax --allow-priviledged=true
    
    **Special notes for your reviewer**:
    This is a show-stopper for PR #61833 
    
    **Release note**:
    
    ```release-note
    NONE
    ```
    452b8c9e
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...