Commit 9247ff7e authored by Matthew Wong's avatar Matthew Wong

Update nfsprovisioner image to v1.0.9 to fix annotation race with pv controller

parent 49e3446a
......@@ -914,7 +914,7 @@ func startExternalProvisioner(c clientset.Interface, ns string) *v1.Pod {
Containers: []v1.Container{
{
Name: "nfs-provisioner",
Image: "quay.io/kubernetes_incubator/nfs-provisioner:v1.0.6",
Image: "quay.io/kubernetes_incubator/nfs-provisioner:v1.0.9",
SecurityContext: &v1.SecurityContext{
Capabilities: &v1.Capabilities{
Add: []v1.Capability{"DAC_READ_SEARCH"},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment