-
Notifications
You must be signed in to change notification settings - Fork 40.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Correct env var name in configure-helper #33848
Correct env var name in configure-helper #33848
Conversation
The variable should be KUBEPROXY_TEST_ARGS, not KUBE_PROXY_TEST_ARGS.
lgtm |
@@ -1131,7 +1131,7 @@ function start-rescheduler { | |||
function setup-kubelet-dir { | |||
echo "Making /var/lib/kubelet executable for kubelet" | |||
mount --bind /var/lib/kubelet /var/lib/kubelet/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While you are there, can you change --bind
to -B
to be consistent?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one comment, otherwise LGTM. Feel free to self -lgtm this patch once tests are green.
Thanks for the quick fix! Please also cherry-pick this for 1.4.1. |
Jenkins unit/integration failed for commit edcf97d. Full PR test history. The magic incantation to run this job again is |
@k8s-bot gci gke test this issue #IGNORE |
Jenkins GCI GKE smoke e2e failed for commit edcf97d. Full PR test history. The magic incantation to run this job again is |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
@mtaufen - thanks for fixing this! |
Jenkins GKE smoke e2e failed for commit edcf97d. Full PR test history. The magic incantation to run this job again is |
Automatic merge from submit-queue |
@jessfraz @adityakali This still needs to be cherry-picked to 1.4. |
cherry-pick opened in #37140 |
The variable should be KUBEPROXY_TEST_ARGS, not KUBE_PROXY_TEST_ARGS.
This change is