TIEDPAG removed a comment on issue #105:
URL: 
https://github.com/apache/apisix-helm-chart/issues/105#issuecomment-864715232


   前往查看bitnami/etcd 的helm chart,发现如下:
   
![image](https://user-images.githubusercontent.com/24646612/122706444-8a260780-d28a-11eb-8d2e-0a2bafc758fa.png)
   检查values.yaml文件:
   ```yaml
   ## Enable persistence using Persistent Volume Claims
   ## ref: http://kubernetes.io/docs/user-guide/persistent-volumes/
   ##
   persistence:
     ## If true, use a Persistent Volume Claim, If false, use emptyDir
     ##
     enabled: true
   
   ## Init containers parameters:
   ## volumePermissions: Change the owner and group of the persistent volume 
mountpoint to runAsUser:fsGroup values from the securityContext section.
   ##
   volumePermissions:
     enabled: false
     image:
       registry: docker.io
       repository: bitnami/minideb
       tag: buster
       pullPolicy: Always
   ```
   
   尝试把volumePermissions设置为true,etcd正常启动,apisix也正常启动了
   


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to