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

new-app spews out way too much cmd gorp #6804

Closed
smarterclayton opened this issue Jan 25, 2016 · 4 comments
Closed

new-app spews out way too much cmd gorp #6804

smarterclayton opened this issue Jan 25, 2016 · 4 comments
Assignees
Labels
area/performance component/cli kind/bug Categorizes issue or PR as related to a bug. priority/P0

Comments

@smarterclayton
Copy link
Contributor

$ oc new-app --search ruby-hello-world --loglevel=4
I0124 21:22:32.651752   53443 loader.go:241] Config loaded from file /Users/clayton/projects/go/src/github.com/openshift/origin/openshift.local.config/master/admin.kubeconfig
I0124 21:22:32.652833   53443 loader.go:241] Config loaded from file /Users/clayton/projects/go/src/github.com/openshift/origin/openshift.local.config/master/admin.kubeconfig
I0124 21:22:32.674245   53443 loader.go:241] Config loaded from file /Users/clayton/projects/go/src/github.com/openshift/origin/openshift.local.config/master/admin.kubeconfig
I0124 21:22:32.674729   53443 loader.go:241] Config loaded from file /Users/clayton/projects/go/src/github.com/openshift/origin/openshift.local.config/master/admin.kubeconfig
I0124 21:22:32.675447   53443 newapp.go:419] Docker client did not respond to a ping: Get http://unix.sock/_ping: dial unix /var/run/docker.sock: connect: no such file or directory
I0124 21:22:32.675459   53443 newapp.go:423] No local Docker daemon detected: Get http://unix.sock/_ping: dial unix /var/run/docker.sock: connect: no such file or directory
I0124 21:22:32.675967   53443 loader.go:241] Config loaded from file /Users/clayton/projects/go/src/github.com/openshift/origin/openshift.local.config/master/admin.kubeconfig
I0124 21:22:32.676438   53443 loader.go:241] Config loaded from file /Users/clayton/projects/go/src/github.com/openshift/origin/openshift.local.config/master/admin.kubeconfig

Why the heck are we loading the client config 6 times?

@smarterclayton smarterclayton added kind/bug Categorizes issue or PR as related to a bug. component/cli area/performance labels Jan 25, 2016
@smarterclayton
Copy link
Contributor Author

@fabianofranz @deads2k suspect at some point we may have broken the client cache so that we're going all the way back to the client config, OR that we're calling raw config in a path we shouldn't.

@deads2k
Copy link
Contributor

deads2k commented Jan 25, 2016

@smarterclayton I'd like to defer this until after the rebase. The client caching and negotiation code was significantly altered.

@smarterclayton
Copy link
Contributor Author

smarterclayton commented Jan 25, 2016 via email

@smarterclayton
Copy link
Contributor Author

Bumping this up, it's stop ship for 1.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/performance component/cli kind/bug Categorizes issue or PR as related to a bug. priority/P0
Projects
None yet
Development

No branches or pull requests

4 participants