You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2021/12/29 03:26:34 UTC

[GitHub] [rocketmq-operator] inetkiller opened a new issue #88: operator build failed

inetkiller opened a new issue #88:
URL: https://github.com/apache/rocketmq-operator/issues/88


   run ./create-operator.sh, get the following error :
   ```+ DOCKERHUB_REPO=apacherocketmq/rocketmq-operator:0.3.0-snapshot
   + ROCKETMQ_VERSION=4.5.0
   + export GO111MODULE=on
   + GO111MODULE=on
   + '[' '!' -e build/rocketmq.zip ']'
   + operator-sdk generate k8s
   The 'operator-sdk generate' command invokes a specific generator to generate
   code or manifests.
   
   Usage:
     operator-sdk generate [command]
   
   Available Commands:
     bundle           Generates bundle data for the operator
     kustomize        Contains subcommands that generate operator-framework kustomize data for the operator
   
   Flags:
     -h, --help   help for generate
   
   Global Flags:
         --plugins strings   plugin keys to be used for this subcommand execution
         --verbose           Enable verbose logging
   
   Use "operator-sdk generate [command] --help" for more information about a command.
   + operator-sdk generate openapi
   The 'operator-sdk generate' command invokes a specific generator to generate
   code or manifests.
   
   Usage:
     operator-sdk generate [command]
   
   Available Commands:
     bundle           Generates bundle data for the operator
     kustomize        Contains subcommands that generate operator-framework kustomize data for the operator
   
   Flags:
     -h, --help   help for generate
   
   Global Flags:
         --plugins strings   plugin keys to be used for this subcommand execution
         --verbose           Enable verbose logging
   
   Use "operator-sdk generate [command] --help" for more information about a command.
   + go mod vendor
   + echo 'Start building RocketMQ-Operator...'
   Start building RocketMQ-Operator...
   + operator-sdk build apacherocketmq/rocketmq-operator:0.3.0-snapshot
   Error: unknown command "build" for "operator-sdk"
   Run 'operator-sdk --help' for usage.
   FATA[0000] unknown command "build" for "operator-sdk" ```
   
   extra information:
   operator sdk version: v1.15.0


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq-operator] inetkiller closed issue #88: operator build failed

Posted by GitBox <gi...@apache.org>.
inetkiller closed issue #88:
URL: https://github.com/apache/rocketmq-operator/issues/88


   


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq-operator] inetkiller commented on issue #88: operator build failed

Posted by GitBox <gi...@apache.org>.
inetkiller commented on issue #88:
URL: https://github.com/apache/rocketmq-operator/issues/88#issuecomment-1002951986


   operator sdk version can not > 1.0.0 , https://sdk.operatorframework.io/docs/upgrading-sdk-version/v1.0.0/


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org