Jun
Jun
pvc is managed by `volumeClaimTemplates`, have a lifetime independent of pods. (This is intentional behavior in k8s.)
You can set values `etcd.persistence.size=100G` and `etcd.persistence.enabled=true` when creating apisix.
Duplicate with https://github.com/apache/apisix-helm-chart/issues/12
You need to specify `etcd.persistence.storageClass` to automatically create pvc.
Supported by https://github.com/apache/apisix-helm-chart/pull/39
@mg-bayoo Sorry for the late reply, I will take the time to fix it soon, PRs are welcome too
@manju-rn I can open the dashboard, but refreshing it won't work properly under certain routes https://github.com/linkerd/linkerd2/issues/8718
@manju-rn also have the same problem
i think i found the root cause: https://github.com/linkerd/linkerd2/blob/main/web/app/index_bundle.js.lodash.tmpl#L4-L17 Some browser plugins will insert script tags in HTML page, resulting in wrong root paths
I have the same confusion.