Skip to content

Commit

Permalink
Update kubelet feature gate instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
guptaNswati committed Dec 4, 2019
1 parent d485179 commit 04720d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This is a technical preview release of the GPU operator. The operator can be dep
- Set the variable nfd.enabled=false at the helm install step:
- $ helm install --devel --set nfd.enabled=false nvidia/gpu-operator -n test-operator
- See notes on [NFD setup](https://github.com/kubernetes-sigs/node-feature-discovery)
- For monitoring, enable the kubelet KubeletPodResources feature gate
- For monitoring in Kubernetes <= 1.13 and > 1.15, enable the kubelet "KubeletPodResources" feature gate. From Kubernetes 1.15 onwards, its enabled by default.
- $ echo -e "KUBELET_EXTRA_ARGS=--feature-gates=KubeletPodResources=true" | sudo tee /etc/default/kubelet

## Installation
Expand Down

0 comments on commit 04720d9

Please sign in to comment.