Skip to content

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 (Azure#3422)
  • Loading branch information
lachie83 authored and julienstroheker committed Jul 16, 2018
1 parent ab8b788 commit 5251fd2
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 5251fd2

Please sign in to comment.