From 23907decd5af6ab47d20dcf8842c14e079a33f92 Mon Sep 17 00:00:00 2001
From: Kenny Ho <y2kenny@gmail.com>
Date: Sat, 29 Sep 2018 11:44:43 -0400
Subject: [PATCH] Update documentation

---
 README.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 1b80f082..24352188 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ More information about [RadeonOpenCompute (ROCm)][rocm]
 * [ROCm capable machines][sysreq]
 * [kubeadm capable machines][kubeadm] (if you are using kubeadm to deploy your k8s cluster)
 * [ROCm kernel][rock] ([Installation guide][rocminstall]) or latest AMD GPU Linux driver ([Installation guide][amdgpuinstall])
-* A [Kubernetes deployment][k8sinstall] with the `DevicePlugins` [feature gate][k8sfg] set to true
+* A [Kubernetes deployment][k8sinstall]
 * `--allow-privileged=true` for both kube-apiserver and kubelet (only needed if the device plugin is deployed via DaemonSet since the device plugin container requires privileged security context to access `/dev/kfd` for device health check)
 
 
@@ -61,7 +61,6 @@ For comparison, an example pod definition of running the same benchmark with CPU
 [amdgpuinstall]: https://support.amd.com/en-us/kb-articles/Pages/AMDGPU-PRO-Install.aspx
 [sysreq]: http://rocm-documentation.readthedocs.io/en/latest/Installation_Guide/Installation-Guide.html#system-requirement
 [gd]: https://github.com/golang/dep
-[k8sfg]: https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/
 [kubeadm]: https://kubernetes.io/docs/setup/independent/install-kubeadm/#before-you-begin
 [k8sinstall]: https://kubernetes.io/docs/setup/independent/install-kubeadm
 [k8s]: https://kubernetes.io
-- 
GitLab