Document that ExperimentalCriticalPodAnnotation is enabled by default

This commit is contained in:
Andrey Chernih 2017-09-05 22:04:04 -07:00
parent 11c702ea0c
commit fcf78ebcd2
1 changed files with 4 additions and 2 deletions

View File

@ -162,11 +162,13 @@ Will result in the flag `--resolv-conf=` being built.
spec:
kubelet:
featureGates:
ExperimentalCriticalPodAnnotation: "true"
Accelerators: "true"
AllowExtTrafficLocalEndpoints: "false"
```
Will result in the flag `--feature-gates=ExperimentalCriticalPodAnnotation=true,AllowExtTrafficLocalEndpoints=false`
Will result in the flag `--feature-gates=Accelerators=true,AllowExtTrafficLocalEndpoints=false`
NOTE: Feature gate `ExperimentalCriticalPodAnnotation` is enabled by default because some critical components like `kube-proxy` depend on its presence.
#### Compute Resources Reservation