提交 7550fcd6 编写于 作者: D dlorenc 提交者: dlorenc

Make the provisioner use a hostPath.

上级 bf2ea0ec
......@@ -25,4 +25,13 @@ spec:
containers:
- name: storage-provisioner
image: gcr.io/k8s-minikube/storage-provisioner:v1.8.1
command: ["/storage-provisioner"]
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /tmp
name: tmp
volumes:
- name: tmp
hostPath:
path: /tmp
type: Directory
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册