mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-20 11:48:24 -06:00
docs/kubernetes: Document compatible k8s versions (#15020)
This commit is contained in:
parent
13583b4b8b
commit
2b9b89197d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user