Commit ab8dbd22 authored by Jerzy Szczepkowski's avatar Jerzy Szczepkowski

Merge pull request #18296 from sdminonne/downwardapi_volume

rising timeout for mount-tester image
parents 7785dbce 584ed9b2
...@@ -156,7 +156,7 @@ func downwardAPIVolumePod(name string, labels, annotations map[string]string, fi ...@@ -156,7 +156,7 @@ func downwardAPIVolumePod(name string, labels, annotations map[string]string, fi
{ {
Name: "client-container", Name: "client-container",
Image: "gcr.io/google_containers/mounttest:0.6", Image: "gcr.io/google_containers/mounttest:0.6",
Command: []string{"/mt", "--break_on_expected_content=false", "--retry_time=10", "--file_content_in_loop=" + filePath}, Command: []string{"/mt", "--break_on_expected_content=false", "--retry_time=120", "--file_content_in_loop=" + filePath},
VolumeMounts: []api.VolumeMount{ VolumeMounts: []api.VolumeMount{
{ {
Name: "podinfo", Name: "podinfo",
......
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