Skip to content

Commit

Permalink
Document kubeAPIServer featureGates
Browse files Browse the repository at this point in the history
  • Loading branch information
willthames committed Apr 2, 2019
1 parent 33128e5 commit adea385
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/cluster_spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,18 @@ Will result in the flag `--feature-gates=Accelerators=true,AllowExtTrafficLocalE

NOTE: Feature gate `ExperimentalCriticalPodAnnotation` is enabled by default because some critical components like `kube-proxy` depend on its presence.

Some feature gates (e.g. `PodShareProcessNamespace`) also require the `featureGates` setting to be used on the kubeAPIServer:

```yaml
spec:
kubelet:
featureGates:
PodShareProcessNamespace: "true"
kubeAPIServer:
featureGates:
PodShareProcessNamespace: "true"
```

#### Compute Resources Reservation

```yaml
Expand Down

0 comments on commit adea385

Please sign in to comment.