Unverified Commit e6805dc8 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #62347 from mindprince/update-1.10-installer

Automatic merge from submit-queue. Switch to k8s-1.10 branch of the installer in release-1.10 branch. ```release-note NONE ``` /assign jiayingz vishh MaciekPytel
parents a95d6cb0 fed740d1
...@@ -172,7 +172,7 @@ func SetupNVIDIAGPUNode(f *framework.Framework, setupResourceGatherer bool) *fra ...@@ -172,7 +172,7 @@ func SetupNVIDIAGPUNode(f *framework.Framework, setupResourceGatherer bool) *fra
if dsYamlUrlFromEnv != "" { if dsYamlUrlFromEnv != "" {
dsYamlUrl = dsYamlUrlFromEnv dsYamlUrl = dsYamlUrlFromEnv
} else { } else {
dsYamlUrl = "https://raw.githubusercontent.com/GoogleCloudPlatform/container-engine-accelerators/master/daemonset.yaml" dsYamlUrl = "https://raw.githubusercontent.com/GoogleCloudPlatform/container-engine-accelerators/k8s-1.10/daemonset.yaml"
} }
gpuResourceName = framework.NVIDIAGPUResourceName gpuResourceName = framework.NVIDIAGPUResourceName
podCreationFunc = makeCudaAdditionDevicePluginTestPod podCreationFunc = makeCudaAdditionDevicePluginTestPod
......
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