mirror of https://github.com/kubernetes/kops.git
Update feature flag documentation
I went through the list of feature flags that still default to false and added any missing ones to this list
This commit is contained in:
parent
b92babeda2
commit
ef9a5ebad5
|
@ -8,6 +8,7 @@ The following experimental features are currently available:
|
|||
|
||||
* `+VSphereCloudProvider` - Enable vSphere cloud provider.
|
||||
* `+EnableExternalDNS` - Enable external-dns with default settings (ingress sources only).
|
||||
* `+EnableLaunchTemplates` - Enable using launch templates rather than launchconfigurations (AWS only)
|
||||
* `+VPCSkipEnableDNSSupport` - Enables creation of a VPC that does not need DNSSupport enabled.
|
||||
* `+SkipTerraformFormat` - Do not `terraform fmt` the generated terraform files.
|
||||
* `+EnableExternalCloudController` - Enables the use of cloud-controller-manager introduced in v1.7.
|
||||
|
@ -15,3 +16,8 @@ The following experimental features are currently available:
|
|||
* `+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).
|
||||
* `+GoogleCloudBucketAcl` - Enables setting the ACL on the state store bucket when using GCS
|
||||
* `+KeepLaunchConfigurations` - Prevents garbage collection of old launch configurations
|
||||
* `+Spotinst` - Enables the use of the Spotinst cloud provider
|
||||
* `+SpotinstOcean` - Enables the use of Spotinst Ocean instance groups
|
||||
* `+SkipEtcdVersionCheck` - Bypasses the check that etcd-manager is using a supported etcd version
|
||||
|
|
Loading…
Reference in New Issue