Using Operator-SDK v1.27.0 (from Makefile at the time)
Goal is to run ./bin/operator-sdk create api --kind TcxNsProgram ... to add a new kind object.
As is, can't run in our repo without hitting errors.
$ ./bin/operator-sdk create api --group bpfman --version v1alpha1 --kind TcxNsProgram --resource --controller --force --namespaced=true
Error: failed to create API: unable to inject the resource to "base.go.kubebuilder.io/v3": multiple groups are not allowed by default, to enable multi-group visit https://kubebuilder.io/migration/multi-group.html