mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +00:00
Merge pull request #45707 from Crazykev/cri-experimental
Automatic merge from submit-queue (batch tested with PRs 45996, 46121, 45707, 46011, 45564) Remove flag `experimental-cri` in e2e-node test Signed-off-by: Crazykev <crazykev@zju.edu.cn> **What this PR does / why we need it**: This patch remove deprecated flag in node e2e test script, cause kubelet already remove this. Leave this will make kubelet start failed. **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**: /cc @feiskyer **Release note**: ```release-note NONE ```
This commit is contained in:
commit
e2a9327999
@ -153,7 +153,6 @@ else
|
||||
# Runtime flags
|
||||
test_args='--kubelet-flags="--container-runtime='$runtime'" '$test_args
|
||||
if [[ $runtime == "remote" ]] ; then
|
||||
test_args='--kubelet-flags="--experimental-cri=true" '$test_args
|
||||
if [[ ! -z $container_runtime_endpoint ]] ; then
|
||||
test_args='--kubelet-flags="--container-runtime-endpoint='$container_runtime_endpoint'" '$test_args
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user