You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by "wang-dagou (via GitHub)" <gi...@apache.org> on 2023/03/29 05:50:36 UTC

[GitHub] [apisix-helm-chart] wang-dagou opened a new issue, #519: 通过helm部署apisix etcd一直无法启动

wang-dagou opened a new issue, #519:
URL: https://github.com/apache/apisix-helm-chart/issues/519

   部署过程如下
   helm repo add apisix https://charts.apiseven.com
   helm repo update
   
   helm install apisix apisix/apisix --namespace ingress-apisix --create-namespace
   部署完成后,etcd启动一直无法就绪
   ![image](https://user-images.githubusercontent.com/82074802/228438500-19013eca-821c-49d4-8241-6e1dc5689154.png)
   
   看起来似乎是etcd的后端存储有问题
   我使用的后端存储是nfs
   在etcd启动过程中pvc也被自动创建了,一切看起来正常,但是etcd无法就绪,三个pod都在一直不停重启
   


-- 
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@apisix.apache.org.apache.org

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


[GitHub] [apisix-helm-chart] flylan commented on issue #519: 通过helm部署apisix etcd一直无法启动

Posted by "flylan (via GitHub)" <gi...@apache.org>.
flylan commented on issue #519:
URL: https://github.com/apache/apisix-helm-chart/issues/519#issuecomment-1514291444

   In my experience, stateful services should not be deployed on k8s. The etcd in the Apisix helm is suitable for use in development environments, but it is still recommended to use non k8s deployment methods in production environments, such as kvm or traditional servers


-- 
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@apisix.apache.org

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


[GitHub] [apisix-helm-chart] wang-dagou commented on issue #519: 通过helm部署apisix etcd一直无法启动

Posted by "wang-dagou (via GitHub)" <gi...@apache.org>.
wang-dagou commented on issue #519:
URL: https://github.com/apache/apisix-helm-chart/issues/519#issuecomment-1487987637

   我发现我挂载出来的路径用户为root,但是我另外一个正常的集群所属用户为1001,也许这就是问题的关键
   ![image](https://user-images.githubusercontent.com/82074802/228439505-e937ad2e-3785-42b8-adff-702007e65bfd.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: notifications-unsubscribe@apisix.apache.org

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


[GitHub] [apisix-helm-chart] tao12345666333 commented on issue #519: 通过helm部署apisix etcd一直无法启动

Posted by "tao12345666333 (via GitHub)" <gi...@apache.org>.
tao12345666333 commented on issue #519:
URL: https://github.com/apache/apisix-helm-chart/issues/519#issuecomment-1495440479

   It means that the Raft state cannot be written. You can check your cluster configuration.


-- 
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@apisix.apache.org

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