mirror of https://github.com/dapr/docs.git
Update info about supported Kubernetes versions (#1603)
This commit is contained in:
parent
e90208ea7a
commit
fcd1b66d9d
|
@ -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
|
||||
|
||||
|
|
|
@ -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 >}})
|
||||
|
|
Loading…
Reference in New Issue