Search code examples
kuberneteskubectldocker-desktop

Problems with Kubernetes Client & Server Versions


I've been using Docker Desktop for Windows for a while and recently I updated to the latest version (3.5.1) but now I'm having problems with Kubernetes because it updated the client version (1.21.2) but the server version was not updated and continues on the version (1.19.7).

How can I update the server version to avoid the conflicts that K8s faces when the versions between client and server are more than 1 version different?


Solution

  • As Alejandro has mentioned in the comment:

    I decided to install Minikube and all problems were solved.

    This problem can also be resolved by reinstalling Docker Desktop.