Skip to content
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

Add kubectl to e2e image. #2182

Merged
merged 1 commit into from
Mar 9, 2017
Merged

Conversation

pipejakob
Copy link
Contributor

This is a dependency of kubetest, and I believe it got removed from the base image somewhere along the way.

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Mar 8, 2017
@krzyzacy
Copy link
Member

krzyzacy commented Mar 8, 2017

guess you also want to bump the image

@pipejakob
Copy link
Contributor Author

@krzyzacy I do, but I have a few PRs out for modifying the same image concurrently, so I was going to wait until a few (or all of them) got merged and then send a follow-up PR to bump the image and reference all of the PRs it would include. Otherwise, I have to guess at the order they'll get merged in so each can bump the image id appropriately.

@@ -42,6 +42,9 @@ RUN mkdir -p /tmp/terraform/ && \
) && \
rm -rf /tmp/terraform

# Needed by kubetest
RUN gcloud components update kubectl
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure. Let me update to move it there.

@fejta
Copy link
Contributor

fejta commented Mar 9, 2017

/assign

This is a dependency of kubetest.
@pipejakob pipejakob changed the title Add kubectl to kubeadm e2e image. Add kubectl to e2e image. Mar 9, 2017
@pipejakob
Copy link
Contributor Author

I've now moved the command into the base e2e image.

@fejta
Copy link
Contributor

fejta commented Mar 9, 2017

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Mar 9, 2017
@pipejakob pipejakob merged commit ae72bae into kubernetes:master Mar 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants