Update info about supported Kubernetes versions (#1603)

This commit is contained in:
Dmitry Shmulevich 2021-07-08 13:46:06 -07:00 committed by GitHub
parent e90208ea7a
commit fcd1b66d9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 6 deletions

View File

@ -37,12 +37,7 @@ Deploying and running a Dapr enabled application into your Kubernetes cluster is
You can see some examples [here](https://github.com/dapr/quickstarts/tree/master/hello-kubernetes) in the Kubernetes getting started quickstart.
## Supported versions
Dapr is tested and supported on the following versions of Kubernetes.
| Supported Kubernetes versions |
|-----------------------|
| 1.17.x and above |
Dapr support for Kubernetes is aligned with [Kubernetes Version Skew Policy](https://kubernetes.io/releases/version-skew-policy).
## Related links

View File

@ -72,5 +72,9 @@ After announcing a future breaking change, the change will happen in 2 releases
## Upgrade on Hosting platforms
Dapr can support multiple hosting platforms for production. With the 1.0 release the two supported platforms are Kubernetes and physical machines. For Kubernetes upgrades see [Production guidelines on Kubernetes]({{< ref kubernetes-production.md >}})
### Supported Kubernetes versions
Dapr follows [Kubernetes Version Skew Policy](https://kubernetes.io/releases/version-skew-policy).
## Related links
* Read the [Versioning policy]({{< ref support-versioning.md >}})