Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

vendor: remove redundancies under vendor #47

Merged
merged 1 commit into from
Mar 2, 2017

Conversation

dongsupark
Copy link

K8s vendor trees should be installed with "glide install --strip-vendor", so that kubeless doesn't panic with errors like "flag redefined: log_dir" at runtime.

/cc @rosskukulinski @ngtuna
Fixes #46
See also kubernetes/client-go#19 (comment)

K8s vendor trees should be installed with "glide install
--strip-vendor", so that kubeless doesn't panic with errors like
"flag redefined: log_dir" at runtime.

Fixes vmware-archive#46
See also kubernetes/client-go#19 (comment)
@ngtuna
Copy link
Contributor

ngtuna commented Mar 2, 2017

Thanks @dongsupark I will make it passed. Found this, just for more information: https://github.com/kubernetes/client-go/blob/master/INSTALL.md#glide

@ngtuna ngtuna merged commit dccaf14 into vmware-archive:master Mar 2, 2017
@dongsupark dongsupark deleted the dongsu/strip-vendor branch March 2, 2017 08:37
@dongsupark
Copy link
Author

@ngtuna Thanks for merging!
Yeah, the install document was updated last week. I suppose the maintainers will change client-go rapidly in the future, to address those dependency issues.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants