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
Just for ease of discovery, copying our existing findings here.
In testdata/hybrid/memcached-operator/
Dockerfile Go builder base image is incompatible with go.mod
make install fails. It assumes there will be a config/crd/kustomization.yaml file and there is not one.
Manually fixing these two things allows me to make docker-build, load the image into the kind cluster, and then make install deploy successfully. After that, I see that the controller deployment startup successfully.
As discovered in https://kubernetes.slack.com/archives/C0181L6JYQ2/p1716234751101299 the hybrid plugin successfully scaffolds an operator project but it is not functional. We need to identify the issues and fix them before a new release is cut.
Additionally, we should add e2e test to verify that the scaffolded projects are functional.
Additional findings related to this can/should be added as a comment or by updating this description.
The text was updated successfully, but these errors were encountered: