-
Notifications
You must be signed in to change notification settings - Fork 1.8k
operator-sdk new app-operator failed #1392
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
Comments
@ligc I tried the current master branch and could not reproduce the problem. What is the version of |
@lilic Thanks for looking into this, here is the dep version I am using.
it is kind of strange, I was able to create operators a while ago on this same node, but it does not work any more, and I did not remember any change that may affect operator-sdk. Maybe some dep packages on internet was changed? |
@ligc It's odd as for me it works fine locally. It seems the problem seems to be here:
This commit exists in operator-sdk, so it must be a dep cache issue. Can you try to do |
I ran the following commands, but it does not seem help, the
Inspired by your statement "it must be a dep cache issue", I completely removed the $GOPATH and re-initialized everything, then I could successfully run I am fine with closing this issue, as I could use Thanks |
@ligc I think if you run into this issue next time, updating local master branch, e.g. pulling from master, in Closing as this is solved. |
Bug Report
What did you do?
Failed to new an operator with operator-sdk CLI. The same(similiar) error with both v0.7.0 and master branch. I was able to run the "operator-sdk new" command successfully a while ago on the same node, but it does not work any more.
What did you see instead? Under which circumstances?
Environment
OpenShift Origin 3.11
I am writing the operator in go
The text was updated successfully, but these errors were encountered: