You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@lynic Thanks for reporting this issue. I think you may have found a bug in the way we determine the module path in go.mod. You can fix it yourself by editing the first line of your go.mod to be module memcached-operator, or you can recreate the project in a subdirectory within $GOPATH (e.g. $GOPATH/src/github.com/lynic/memcached-operator)
In the meantime, I'll submit a PR that fixes the bug in operator-sdk.
Bug Report
What did you do?
I following the guide to add memcache-operator API, but got invalid memory error:
What did you expect to see?
I pass without error
What did you see instead? Under which circumstances?
I use the operator-sdk master brach and make install to build and install.
Environment
1.12
Kubernetes cluster kind:
Are you writing your operator in ansible, helm, or go?
go
Possible Solution
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: