You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by "yikuaibro (via GitHub)" <gi...@apache.org> on 2023/03/31 02:31:36 UTC

[GitHub] [shardingsphere-on-cloud] yikuaibro opened a new issue, #289: 🚀 request help: Proxy Chart: Failed to deploy zookeeper

yikuaibro opened a new issue, #289:
URL: https://github.com/apache/shardingsphere-on-cloud/issues/289

   ### Request description
   
   Under the main branch, directly in the directory proxy-charts ```helm dependency build```, and then execute ```helm install ...```, it appears:
   zk pod failed to build,
   ![image](https://user-images.githubusercontent.com/44493045/229007350-d1d99cf7-9afa-4523-9923-b64736be5cbf.png)
   
   helm repo:
   ![image](https://user-images.githubusercontent.com/44493045/229007889-64067e9a-6d47-439e-b721-ea7f5004aa6b.png)
   
   
   ### Environment
   
   - your ShardingSphere-Operator Version
   - Kubernetes distro (e.g. RKE/K3s/EKS/OpenShift) and version
   


-- 
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: notifications-unsubscribe@shardingsphere.apache.org.apache.org

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


[GitHub] [shardingsphere-on-cloud] yikuaibro closed issue #289: 🚀 request help: Proxy Chart: Failed to deploy zookeeper

Posted by "yikuaibro (via GitHub)" <gi...@apache.org>.
yikuaibro closed issue #289: 🚀 request help: Proxy Chart: Failed to deploy zookeeper
URL: https://github.com/apache/shardingsphere-on-cloud/issues/289


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

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


[GitHub] [shardingsphere-on-cloud] moomman commented on issue #289: 🚀 request help: Proxy Chart: Failed to deploy zookeeper

Posted by "moomman (via GitHub)" <gi...@apache.org>.
moomman commented on issue #289:
URL: https://github.com/apache/shardingsphere-on-cloud/issues/289#issuecomment-1491312605

   The question is zk pod not start yet.
   When you start,you need to run `helm dependency build` in `charts/shardingsphere-proxy/charts/governance`.you will see some chart generate there,like this:
   <img width="266" alt="image" src="https://user-images.githubusercontent.com/85389467/229029847-a10f6305-9fc4-41b2-ae6c-d12d5c30828c.png">
   
   Please run these command again:
   
   ` git clone https://github.com/apache/shardingsphere-on-cloud.git
    cd charts/shardingsphere-proxy/charts/governance
    helm dependency build 
    cd ../..
    helm dependency build 
    cd ..
    helm install shardingsphere-proxy shardingsphere-proxy`
   
   
   
   


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

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


[GitHub] [shardingsphere-on-cloud] yikuaibro commented on issue #289: 🚀 request help: Proxy Chart: Failed to deploy zookeeper

Posted by "yikuaibro (via GitHub)" <gi...@apache.org>.
yikuaibro commented on issue #289:
URL: https://github.com/apache/shardingsphere-on-cloud/issues/289#issuecomment-1491488542

   @moomman yes, thanks for your answer.


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

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