Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
pin device plugin ds to only labelled nodes. Update device plugin ver…
Browse files Browse the repository at this point in the history
…sion for 1.11 (#3422)
  • Loading branch information
lachie83 authored and jackfrancis committed Jul 5, 2018
1 parent 17b558a commit 5e9e377
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@ spec:
path: /var/lib/kubelet/device-plugins
nodeSelector:
beta.kubernetes.io/os: linux
accelerator: nvidia
2 changes: 1 addition & 1 deletion pkg/acsengine/k8s_versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var k8sComponentVersions = map[string]map[string]string{
ContainerMonitoringAddonName: "oms:ciprod05082018",
AzureCNINetworkMonitoringAddonName: "networkmonitor:v0.0.4",
"cluster-autoscaler": "cluster-autoscaler:v1.3.0",
NVIDIADevicePluginAddonName: "k8s-device-plugin:1.10",
NVIDIADevicePluginAddonName: "k8s-device-plugin:1.11",
"nodestatusfreq": DefaultKubernetesNodeStatusUpdateFrequency,
"nodegraceperiod": DefaultKubernetesCtrlMgrNodeMonitorGracePeriod,
"podeviction": DefaultKubernetesCtrlMgrPodEvictionTimeout,
Expand Down

0 comments on commit 5e9e377

Please sign in to comment.