mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 20:09:57 +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
|
name: docker-graph
|
||||||
- emptyDir: {}
|
- emptyDir: {}
|
||||||
name: docker-root
|
name: docker-root
|
||||||
- hostPath:
|
- name: build-cache
|
||||||
path: /tmp/krte/cache
|
persistentVolumeClaim:
|
||||||
type: DirectoryOrCreate
|
claimName: milvus-build-cache
|
||||||
name: build-cache
|
# - hostPath:
|
||||||
|
# path: /tmp/krte/cache
|
||||||
|
# type: DirectoryOrCreate
|
||||||
|
# name: build-cache
|
||||||
- hostPath:
|
- hostPath:
|
||||||
path: /lib/modules
|
path: /lib/modules
|
||||||
type: Directory
|
type: Directory
|
||||||
|
Loading…
Reference in New Issue
Block a user