Make the provisioner use a hostPath.
parent
bf2ea0ec93
commit
7550fcd6e0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue