-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Can't start main.go using v0.1.1 #720
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
It looks like the For the prometheus operator issues, I'm not quite sure why that's having issues. It looks like it should work. Maybe somebody else can help figure that out. |
@cmoulliard can you try running |
I was able to resolve the dep issue of prometheus by adding this dep to the tom file. Can you add it to
|
I still continue to have the dep problem for the service catalog even if I use their version
Here is the output of the graph calculated by
|
From the reading of the |
@cmoulliard Did that solve your problem? |
Yes. If you then add this dependency within the code generated by the operator-sdk, then the ticket could be closed
|
@cmoulliard I am not seeing this problem when you create a new operator with the sdk. This leads me to believe that the reason you had to override this was due to some other dependencies that you brought in. I do not believe that the SDK should be setting an override for a dependacy that it does not need. |
Yes up to now it didn't need that, something happened in the latest release of the In any case I pined to that release of the operator in this PR #715 as we need that from now on. Closing this for now. |
Uh oh!
There was an error while loading. Please reload this page.
Bug Report
I can't launch main.go as it reports such prometheus or servicecatalog issues
Project : https://github.com/snowdrop/component-operator/blob/operator-0.1.1/cmd/component-operator/main.go#L59
Questions :
The text was updated successfully, but these errors were encountered: