Radeity commented on issue #261:
URL: 
https://github.com/apache/incubator-hugegraph-computer/issues/261#issuecomment-1678599990

   Hi @simon824 , I just realize that we have not uploaded the latest image, 
would you like to follow these steps and test locally  to make sure if there's 
other problems with codes or environment?
   
   - Use description yaml under `computer-k8s-operator/manifests`, or you can 
generate by yourself.
     ```shell
     cd computer-k8s-operator/crd-generate
     make gen-all
     ```
   - Build and Push manager image: 
     ```shell
     docker build -t hugegraph/hugegraph-computer-operator-manager:latest 
./computer-k8s-operator/crd-generate
     docker push hugegraph/hugegraph-computer-operator-manager:latest
     ```
   - Build and Push controller image:
     ```shell
     mvn clean package -DskipTests
     docker build -t hugegraph/hugegraph-computer-operator:latest -f 
./computer-k8s-operator/Dockerfile ./computer-k8s-operator
     docker push hugegraph/hugegraph-computer-operator:latest


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to