Try to use pvc cache instead of hostpath (#19801)

Signed-off-by: Jenny Li <jing.li@zilliz.com>

Signed-off-by: Jenny Li <jing.li@zilliz.com>
This commit is contained in:
Jenny Li 2022-10-23 08:43:33 +08:00 committed by GitHub
parent e19e364c21
commit c1da81866a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,10 +57,13 @@ spec:
name: docker-graph
- emptyDir: {}
name: docker-root
- hostPath:
path: /tmp/krte/cache
type: DirectoryOrCreate
name: build-cache
- name: build-cache
persistentVolumeClaim:
claimName: milvus-build-cache
# - hostPath:
# path: /tmp/krte/cache
# type: DirectoryOrCreate
# name: build-cache
- hostPath:
path: /lib/modules
type: Directory