Weiwei
Weiwei
@fi-ecavc , Please provide the result of the following cmd: ``` kubectl -n kube-system get po -owide | grep juicefs kubectl -n kube-system logs juicefs-csi-node-xxxxx -c node-driver-registrar ```
completed by https://github.com/juicedata/juicefs-csi-driver/pull/623
@breuerfelix , sure, after juicefs v1.1 released since PVC capacity depends on it.
Hi @andyzheung , can you check if there is liveness probe in juicefs worker pod ? Maybe probe timeout and results in pod restart.
Hi, can you try set dependence `myjfs` on `api-service` and have a retry? It's because `myjfs` container should be ready before application container which uses juicefs.
@gdzy1987 代码和文章里都有写哦,将代码里生成的 yaml 文件按照文章所述修改即可: ```yaml apiVersion: admissionregistration.k8s.io/v1beta1 kind: MutatingWebhookConfiguration metadata: creationTimestamp: null name: mutating-webhook-configuration webhooks: - clientConfig: caBundle: LS0tLS1CRUdJTiBDRVJ...FLS0tLS0= url: https://:9443/mutate-app-o0w0o-cn-v1-app failurePolicy: Fail name: mapp.kb.io rules: - apiGroups: - app.o0w0o.cn...