mirror of https://github.com/kubernetes/kops.git
Cleanup documentation
This commit is contained in:
parent
02cb57ee7b
commit
5ca54b5928
|
@ -89,7 +89,7 @@ Kubernetes version.
|
|||
| kops version | k8s 1.8.x | k8s 1.9.x | k8s 1.10.x | k8s 1.11.x | k8s 1.12.x | k8s 1.13.x | k8s 1.14.x |
|
||||
|---------------|-----------|-----------|------------|------------|------------|------------|------------|
|
||||
| 1.14.x - Alpha| ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
|
||||
| 1.13.x - Alpha| ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ❌ |
|
||||
| 1.13.x - Beta | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ❌ |
|
||||
| 1.12.x | ✔ | ✔ | ✔ | ✔ | ✔ | ❌ | ❌ |
|
||||
| 1.11.x | ✔ | ✔ | ✔ | ✔ | ❌ | ❌ | ❌ |
|
||||
| 1.10.x | ✔ | ✔ | ✔ | ❌ | ❌ | ❌ | ❌ |
|
||||
|
|
|
@ -63,11 +63,11 @@ Values:
|
|||
|
||||
## out
|
||||
|
||||
`out` determines the directory into which kubectl will write the target output. It defaults to `out/terraform`
|
||||
`out` determines the directory into which Kops will write the target output for Terraform and CloudFormation. It defaults to `out/terraform` and `out/cloudformation` respectively.
|
||||
|
||||
# API only Arguments
|
||||
|
||||
Certain arguments can only be passed via the API, eg, `kops edit cluster`. The following documents some of the more interesting or lesser-known options.
|
||||
Certain arguments can only be passed via the API, eg, `kops edit cluster`. The following documents some of the more interesting or lesser-known options. See the [Cluster Spec](./cluster_spec.md) page for more fields.
|
||||
|
||||
## kubeletPreferredAddressTypes
|
||||
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
* Announce the new release on twitter under the *k8sops* account
|
||||
* Announce the new release on slack
|
||||
|
||||
##### 9. Clean up
|
||||
#### 9. Clean up
|
||||
|
||||
* Validate the release milestone has been cleaned in github.
|
||||
* All remaining issues need to be bumped to the backlog, or the next milestone
|
||||
|
|
Loading…
Reference in New Issue