-
Notifications
You must be signed in to change notification settings - Fork 754
Compiled version panics with redefined: log_dir
#46
Comments
I should note I'm using |
That's actually not a kubeless-specific issue, but a general issue for every client that depends on How about cleaning up your local vendor directory, and updating to the current master branch that includes all the vendor? At least it worked for me. EDIT: you should also run |
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)
I just created a PR #47 to strip unnecessary vendors from the kubeless repo. Please try that branch. That should fix the issue of redefinition of log_dir. |
thanks @dongsupark - I'll give it a go tonight. |
seems to be back?
|
hi @gertcuykens, that seems to be an error related to |
yea sorry kubernetes/kubernetes#70447 |
@sebgoa I'm still learning Golang - is there something I've missed or screwed up?
The text was updated successfully, but these errors were encountered: