-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Fix Kubeadm e2e Tests #4684
Fix Kubeadm e2e Tests #4684
Conversation
/test periodic-kubernetes-e2e-kubeadm-gce-1-7 |
/test pull-kubernetes-e2e-kubeadm-gce |
/ok-to-test |
/test pull-kubernetes-bazel-build |
/cc @krousey @pipejakob |
/assign @krousey @pipejakob |
jobs/config.json
Outdated
@@ -8180,6 +8180,7 @@ | |||
"--kubernetes-anywhere-kubelet-ci-version=latest", | |||
"--kubernetes-anywhere-kubernetes-version=ci/latest", | |||
"--provider=kubernetes-anywhere", | |||
"--tag=latest", |
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.
this --tag
flag is not going to work for prow jobs..
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.
Will remove
rerun a ci job is trickier, you need to go to places like http://prow.k8s.io/?type=periodic&job=periodic-kubernetes-e2e-kubeadm-gce-1-7 and hit rerun, and go into prow cluster to run the kubectl command. |
As discussed offline, I believe all of the |
--tag=latest only works for docker mode :-) you want to change to |
LGTM from my point of view after the tags are removed. |
/lgtm either bump the image tag, or change that to |
@krzyzacy could you merge and bump the kubekins image to pickup the kubetest changes? I can bump the kubeadm image to pickup the changes afterwards (unless you feel like taking care of this as well). |
@jessicaochen you can simply |
Good to know bumping kubekins does not require special steps. I bumped the images. Look good for merge? |
@jessicaochen: I updated Prow config for you! In response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
🤞 |
No description provided.