caigy commented on issue #110:
URL: 
https://github.com/apache/rocketmq-operator/issues/110#issuecomment-1181384204

   @suuugeee I've tried `make docker-build 
IMG=apacherocketmq/rocketmq-operator:0.3.0-snapshot` and then deployed it, but 
couldn't reproduce the issue. Could you provide more detailed information about 
your operation?
   
   1. I found that `/manager` was not found in your container, please enter 
your container to check whether it exists. Also, confirm that following 
messages were printed when the operator image was built:
   ```
   Step 19/21 : COPY --from=builder /workspace/manager .
    ---> 854f7b6b7af5
   Step 20/21 : USER 65532:65532
    ---> Running in eddefca4e329
   Removing intermediate container eddefca4e329
    ---> 57456f64ede1
   Step 21/21 : ENTRYPOINT ["/manager"]
    ---> Running in f75b5644e0a8
   Removing intermediate container f75b5644e0a8
    ---> 1e53679155f9
   Successfully built 1e53679155f9
   Successfully tagged apacherocketmq/rocketmq-operator:0.3.0-snapshot
   ```
   2. Please provide the result of `docker info`. The environment I deployed: 
   
   - docker: 19.03.15
   - OS: CentOS 7.9 with core version 3.10.0-1160.53.1.el7.x86_64
   - CPU architecture: x86_64 
   
   =============================================
   I ran the following commands then got successful result:
   - `make docker-build IMG=apacherocketmq/rocketmq-operator:0.3.0-snapshot`
   - `kubectl create -f deploy/service_account.yaml`
   - `kubectl create -f deploy/role.yaml`
   - `kubectl create -f deploy/role_binding.yaml`
   - `kubectl create -f deploy/operator.yaml`
   
   
![image](https://user-images.githubusercontent.com/17410645/178423617-d9bdd0c9-f945-436b-b246-231ffc522e41.png)
   
   


-- 
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]

Reply via email to