Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

helm 部署失败 #1510

Open
chanson-chan opened this issue Mar 1, 2023 · 1 comment
Open

helm 部署失败 #1510

chanson-chan opened this issue Mar 1, 2023 · 1 comment

Comments

@chanson-chan
Copy link

chanson-chan commented Mar 1, 2023

用默认提供的 https://gitee.com/longguikeji/arkid-charts/raw/main/arkid.yaml 部署时 etcd, mysql, redis 组件会报 permission denied
加入以下配置后解决

    apisix:
      etcd:
        volumePermissions: 
          enabled: true
    redis:
      volumePermissions: 
        enabled: true
    mysql:
      volumePermissions: 
        enabled: true
@chanson-chan chanson-chan changed the title helm 部署时 arkid-etcd 会报 permission denied helm 部署时会报 permission denied Mar 1, 2023
@chanson-chan
Copy link
Author

chanson-chan commented Mar 1, 2023

persistence:
  accessMode: ReadWriteOnce

accessMode 也有问题, 多个组件都挂载了 arkid 这个存储, ReadWriteOnce 会导致只能有一个组件挂载成功

@chanson-chan chanson-chan changed the title helm 部署时会报 permission denied helm 部署失败 Mar 1, 2023
notevery added a commit to longguikeji/arkid-charts that referenced this issue Apr 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant