You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by ca...@apache.org on 2023/01/31 05:03:28 UTC

[rocketmq-operator] branch master updated: [ISSUE #130] Add explanation how to solve 'controller-gen: No such file or directory question' in READE.md (#148)

This is an automated email from the ASF dual-hosted git repository.

caigy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-operator.git


The following commit(s) were added to refs/heads/master by this push:
     new ac98046  [ISSUE #130] Add explanation how to solve 'controller-gen: No such file or directory question' in READE.md (#148)
ac98046 is described below

commit ac9804643989fd2983c5c90fcb2c084d78cead47
Author: koalawangyang <40...@users.noreply.github.com>
AuthorDate: Tue Jan 31 13:03:23 2023 +0800

    [ISSUE #130] Add explanation how to solve 'controller-gen: No such file or directory question' in READE.md (#148)
    
    * [ISSUE #130]
    
    * fix the typo of "mode" by "mod"
---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 5491ecb..55911ec 100644
--- a/README.md
+++ b/README.md
@@ -62,6 +62,8 @@ $ cd rocketmq-operator
 $ make deploy
 ```
 
+If you get error `rocketmq-operator/bin/controller-gen: No such file or directory`, please run `go version` to check the version of Golang, the main version should be 1.16. Then run `go mod tidy` before run `make deploy`.
+
 3. Use command ```kubectl get pods``` to check the RocketMQ Operator deploy status like:
 
 ```