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

This reverts commit c1da81866a.

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

Signed-off-by: Jenny Li <jing.li@zilliz.com>
pull/20000/head
Jenny Li 2022-10-23 22:29:31 +08:00 committed by GitHub
parent 3a40ce8028
commit 08cfc140d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 7 deletions

View File

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