docs/kubernetes: Document compatible k8s versions (#15020)

This commit is contained in:
Radek Simko 2017-06-02 15:37:07 +01:00 committed by GitHub
parent 13583b4b8b
commit 2b9b89197d
1 changed files with 9 additions and 0 deletions

View File

@ -29,6 +29,15 @@ resource "kubernetes_namespace" "example" {
}
```
## Kubernetes versions
Both backward and forward compatibility with Kubernetes API is mostly defined
by the [official K8S Go library](https://github.com/kubernetes/kubernetes) which we ship with Terraform.
Below are versions of the library bundled with given versions of Terraform.
* Terraform `<= 0.9.6` - Kubernetes `1.5.4`
* Terraform `0.9.7+` - Kubernetes `1.6.1`
## Authentication
There are generally two ways to configure the Kubernetes provider.