mirror of https://github.com/docker/docs.git
Document how to upgrade the kubernetes cluster (#12344)
* Document how to upgrade the kubernetes cluster Signed-off-by: Lorena Rangel <lorena.rangel@docker.com> * Minor style update * Minor style update Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
This commit is contained in:
parent
e0fc223bac
commit
87d2c502dc
|
@ -249,6 +249,10 @@ experience conflicts, remove `/usr/local/bin/kubectl`.
|
|||
For more about using the Kubernetes integration with Docker Desktop, see
|
||||
[Deploy on Kubernetes](kubernetes.md){:target="_blank" rel="noopener" class="_"}.
|
||||
|
||||
> Upgrade Kubernetes
|
||||
>
|
||||
> Docker Desktop does not upgrade your Kubernetes cluster automatically after a new update. To upgrade your Kubernetes cluster to the latest version, select **Reset the Kubernetes Cluster**.
|
||||
|
||||
### Reset
|
||||
|
||||
> Reset and Restart options
|
||||
|
|
|
@ -297,6 +297,10 @@ experience conflicts, remove it.
|
|||
|
||||
For more information on using the Kubernetes integration with Docker Desktop, see [Deploy on Kubernetes](kubernetes.md).
|
||||
|
||||
> Upgrade Kubernetes
|
||||
>
|
||||
> Docker Desktop does not upgrade your Kubernetes cluster automatically after a new update. To upgrade your Kubernetes cluster to the latest version, select **Reset Kubernetes Cluster**.
|
||||
|
||||
### Reset
|
||||
|
||||
The **Restart Docker Desktop** and **Reset to factory defaults** options are now available on the **Troubleshoot** menu. For information, see [Logs and Troubleshooting](troubleshoot.md).
|
||||
|
|
Loading…
Reference in New Issue