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

Remove the last provider-specific handling in kubectl.sh, ginkgo-e2e.sh #9227

Merged
merged 1 commit into from Jun 16, 2015

Conversation

j3ffml
Copy link
Contributor

@j3ffml j3ffml commented Jun 4, 2015

Last actual use for kubectl.sh. It can now be turned into an initialization script (#8817), just have to go through and correct all the uses.

@j3ffml j3ffml added the priority/backlog Higher priority than priority/awaiting-more-evidence. label Jun 4, 2015
@j3ffml j3ffml added this to the v1.0-post milestone Jun 4, 2015
@j3ffml
Copy link
Contributor Author

j3ffml commented Jun 4, 2015

cc @cjcullen

@k8s-bot
Copy link

k8s-bot commented Jun 4, 2015

EXPERIMENTAL JENKINS PR BUILDER: e2e build succeeded.

@bgrant0607
Copy link
Member

Cool, thanks.

@@ -60,13 +60,6 @@ if [[ -z "${AUTH_CONFIG:-}" ]]; then
auth_config=(
"--kubeconfig=${KUBECONFIG:-$DEFAULT_KUBECONFIG}"
)
if [[ "${KUBERNETES_PROVIDER}" == "gke" ]]; then
# gcloud doesn't override the current-context, so we explicitly set it
detect-project &> /dev/null
Copy link
Member

Choose a reason for hiding this comment

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

Do we still want to detect-project here? Are there tests that depend on $ZONE or $PROJECT being set? cc @mbforbes

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not needed. Tests that depend on zone/project should be calling detect-project themselves.

@cjcullen
Copy link
Member

lgtm

@cjcullen cjcullen added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jun 11, 2015
@fabioy
Copy link
Contributor

fabioy commented Jun 15, 2015

@jlowdermilk - Could you rebase this again? Site says PR can't be automatically merged... Thanks.

@j3ffml
Copy link
Contributor Author

j3ffml commented Jun 15, 2015

Rebased.

@k8s-bot
Copy link

k8s-bot commented Jun 15, 2015

GCE e2e build/test failed for commit 5fed84414340d17ca13cbe7579f5abd9c9d9dc9d.

@fabioy
Copy link
Contributor

fabioy commented Jun 15, 2015

@k8s-bot ok to test

@k8s-bot
Copy link

k8s-bot commented Jun 15, 2015

GCE e2e build/test passed for commit 5fed84414340d17ca13cbe7579f5abd9c9d9dc9d.

@fabioy
Copy link
Contributor

fabioy commented Jun 15, 2015

@k8s-bot ok to test

Retrying tests. Hopefully test timeout fixes will let this go green.

@k8s-bot
Copy link

k8s-bot commented Jun 16, 2015

GCE e2e build/test failed for commit 8233455aba2d6051664d3e7e9bfec454a522fd91.

@k8s-bot
Copy link

k8s-bot commented Jun 16, 2015

GCE e2e build/test passed for commit 47901b7.

saad-ali added a commit that referenced this pull request Jun 16, 2015
Remove the last provider-specific handling in kubectl.sh, ginkgo-e2e.sh
@saad-ali saad-ali merged commit d31fd40 into kubernetes:master Jun 16, 2015
@WIZARD-CXY
Copy link
Contributor

some errors here #9237 @jlowdermilk

@adyanthaya17
Copy link

The 'kubectl get nodes' command doesn't seem to be working in the ubuntu.md file as instructed.

@ixdy ixdy mentioned this pull request Jun 22, 2015
@j3ffml j3ffml deleted the shell-cleanup branch June 24, 2015 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm "Looks good to me", indicates that a PR is ready to be merged. priority/backlog Higher priority than priority/awaiting-more-evidence.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

9 participants