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

Merge pull request #63311 from jiayingz/release-1.10-update

Automatic merge from submit-queue. Update 1.10 test gpu_util.go to use the 1.10 nvidia-gpu device-plugin… **What this PR does / why we need it**: Update 1.10 test gpu_util.go to use the 1.10 nvidia-gpu device-plugin yaml. **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes # **Special notes for your reviewer**: **Release note**: ```release-note ```
parents 11c6670e 5a889c80
...@@ -32,7 +32,7 @@ const ( ...@@ -32,7 +32,7 @@ const (
// TODO: Parametrize it by making it a feature in TestFramework. // TODO: Parametrize it by making it a feature in TestFramework.
// so we can override the daemonset in other setups (non COS). // so we can override the daemonset in other setups (non COS).
// GPUDevicePluginDSYAML is the official Google Device Plugin Daemonset NVIDIA GPU manifest for GKE // GPUDevicePluginDSYAML is the official Google Device Plugin Daemonset NVIDIA GPU manifest for GKE
GPUDevicePluginDSYAML = "https://raw.githubusercontent.com/kubernetes/kubernetes/master/cluster/addons/device-plugins/nvidia-gpu/daemonset.yaml" GPUDevicePluginDSYAML = "https://raw.githubusercontent.com/kubernetes/kubernetes/release-1.10/cluster/addons/device-plugins/nvidia-gpu/daemonset.yaml"
) )
// TODO make this generic and not linked to COS only // TODO make this generic and not linked to COS only
......
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