-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
cmd/manager/main.go:119:11: undefined: metrics.ExposeMetricsPort #1619
Comments
@bingosummer hello, yes this is expected, as stated in the CHANGELOG we have removed this and instead use Can you explain how you ran into this problem? As if I use master branch to create a new operator that works fine for me. Same if I use a release. |
Thanks @lilic for your quick response. BTW, the version is |
@bingosummer building from source of master or a different branch? |
master |
@bingosummer weird, I built from master as well and it worked fine for me. Can you provide details on how you built from master to get the above error, thanks! |
The initial issue is gone. As I mentioned, A new question is about the version |
Yes pretty sure that should have been updated, already pinged @joelanford who was doing the release in case there is a specific reason why it wasn't. Thanks for spotting that! |
Bug Report
What did you do?
Create and deploy an app-operator
What did you expect to see?
operator-sdk new app-operator
should succeed.What did you see instead? Under which circumstances?
#1560 breaks the released version. Please release a new version.
Environment
$ operator-sdk version
operator-sdk version: v0.8.0-46-gc8ead552, commit: c8ead55
Kubernetes cluster kind:
Are you writing your operator in ansible, helm, or go?
Possible Solution
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: