huangzx3 commented on issue #198:
URL:
https://github.com/apache/apisix-helm-chart/issues/198#issuecomment-999237851
i create APISIX just
```
helm install apisix/apisix
```
I created pvc manually
```
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: data-apisix-1640139056-etcd-0
namespace: default
uid: 2a64b5a6-193d-468d-8215-d69ff68a05c9
resourceVersion: '7222'
creationTimestamp: '2021-12-22T02:11:05Z'
labels:
app.kubernetes.io/instance: apisix-1640139056
app.kubernetes.io/name: etcd
finalizers:
- kubernetes.io/pvc-protection
managedFields:
- manager: kube-controller-manager
operation: Update
apiVersion: v1
time: '2021-12-22T02:11:05Z'
fieldsType: FieldsV1
fieldsV1:
f:metadata:
f:labels:
.: {}
f:app.kubernetes.io/instance: {}
f:app.kubernetes.io/name: {}
f:spec:
f:accessModes: {}
f:resources:
f:requests:
.: {}
f:storage: {}
f:volumeMode: {}
f:status:
f:phase: {}
selfLink: >-
/api/v1/namespaces/default/persistentvolumeclaims/data-apisix-1640139056-etcd-0
status:
phase: Pending
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 20Gi
volumeMode: Filesystem
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]