Skip to content
Snippets Groups Projects
Commit 20c6fb5c authored by Sheng Yang's avatar Sheng Yang
Browse files

Local Path Provisioner v0.0.7 release

Thanks to @vvitkovskiy, now the helper pod tolerates all the taints.

Since the pod is able to use the node, the helper pod should be able to
run on the node as well.
parent 582896f1
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,7 @@ spec: ...@@ -60,7 +60,7 @@ spec:
serviceAccountName: local-path-provisioner-service-account serviceAccountName: local-path-provisioner-service-account
containers: containers:
- name: local-path-provisioner - name: local-path-provisioner
image: rancher/local-path-provisioner:v0.0.6 image: rancher/local-path-provisioner:v0.0.7
imagePullPolicy: Always imagePullPolicy: Always
command: command:
- local-path-provisioner - local-path-provisioner
......
...@@ -16,7 +16,7 @@ spec: ...@@ -16,7 +16,7 @@ spec:
serviceAccountName: local-path-provisioner-service-account serviceAccountName: local-path-provisioner-service-account
containers: containers:
- name: local-path-provisioner - name: local-path-provisioner
image: rancher/local-path-provisioner:v0.0.6 image: rancher/local-path-provisioner:v0.0.7
imagePullPolicy: Always imagePullPolicy: Always
command: command:
- local-path-provisioner - local-path-provisioner
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment