diff --git a/docs/topics/clusterdefinitions.md b/docs/topics/clusterdefinitions.md index c7ee85285e..27693e9a88 100644 --- a/docs/topics/clusterdefinitions.md +++ b/docs/topics/clusterdefinitions.md @@ -111,7 +111,7 @@ $ aks-engine get-versions | kubernetes-dashboard | false | 1 | Deprecated. We recommend installing dashboard manually, see: https://github.com/kubernetes/dashboard for more info. | | rescheduler | false | 1 | Deprecated, no longer available after aks-engine v0.60.0. | | [cluster-autoscaler](../../examples/addons/cluster-autoscaler/README.md) | false | 1 | Delivers the Kubernetes cluster autoscaler component. See https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler/cloudprovider/azure for more info; only supported for VMSS clusters on the first agent pool. | -| [nvidia-device-plugin](../../examples/addons/nvidia-device-plugin/README.md) | Enabled by default if you're using the docker container runtime and have at least one N-series VM node pool. You may explicitly disable this addon if you want to manage your own GPU driver implementation, for example [using the nvidia gpu-operator solution](https://developer.nvidia.com/blog/announcing-containerd-support-for-the-nvidia-gpu-operator/). If you're using the containerd container runtime then this addon will be disabled, as this solution required docker. | 1 | Delivers the Kubernetes NVIDIA device plugin component. See https://github.com/NVIDIA/k8s-device-plugin for more info. | +| [nvidia-device-plugin](../../examples/addons/nvidia-device-plugin/README.md) | Enabled by default if you have at least one N-series VM node pool. You may explicitly disable this addon if you want to manage your own GPU driver implementation, for example [using the nvidia gpu-operator solution](https://developer.nvidia.com/blog/announcing-containerd-support-for-the-nvidia-gpu-operator/). | 1 | Delivers the Kubernetes NVIDIA device plugin component. See https://github.com/NVIDIA/k8s-device-plugin for more info. | | container-monitoring | false | 1 | Delivers the Kubernetes container monitoring component | | [blobfuse-flexvolume](https://github.com/Azure/kubernetes-volume-drivers/tree/master/flexvolume/blobfuse) | true | as many as linux agent nodes | Access virtual filesystem backed by the Azure Blob storage | | [smb-flexvolume](https://github.com/Azure/kubernetes-volume-drivers/tree/master/flexvolume/smb) | false | as many as linux agent nodes | Access SMB server by using CIFS/SMB protocol |