I\'m running kubectl create -f notRelevantToThisQuestion.yml
The response I get is:
Error from server (NotFound): the server could no
The cause of problem in versions:
From documentation
a client should be skewed no more than one minor version from the master, but may lead the master by up to one minor version. For example, a v1.3 master should work with v1.1, v1.2, and v1.3 nodes, and should work with v1.2, v1.3, and v1.4 clients.