mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 10:59:32 +08:00
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:
parent
e19e364c21
commit
c1da81866a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user