RockteMQ-AI commented on issue #111: URL: https://github.com/apache/rocketmq-operator/issues/111#issuecomment-5259919172
**Issue Evaluation** Category: `question` | Status: **Answered** The `controller-gen` binary is not found because it needs to be installed first. This is a code generation tool used by the operator-sdk/kubebuilder framework. **Fix:** Install it via: ```bash make install # or: go install sigs.k8s.io/controller-tools/cmd/controller-gen@latest ``` Or if using the `bin/` directory approach, run `make controller-gen` to download it to `bin/`. --- *Automated evaluation by github-manager* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
