add EnableNodeAuthorization in the list of experimental features

This commit is contained in:
Christophe Gasmi 2018-10-16 10:11:23 +02:00
parent be291eea86
commit 3c05a721f1
1 changed files with 1 additions and 0 deletions

View File

@ -14,3 +14,4 @@ The following experimental features are currently available:
* `+EnableSeparateConfigBase` - Allow a config-base that is different from the state store.
* `+SpecOverrideFlag` - Allow setting spec values on `kops create`.
* `+ExperimentalClusterDNS` - Turns off validation of the kubelet cluster dns flag.
* `+EnableNodeAuthorization` - Enable support of Node Authorization, see [node_authorization.md](node_authorization.md).