Kubernetes create deployment unexpected SchemaError

后端 未结 18 1927
北荒
北荒 2020-12-24 00:29

I\'m following that tutorial (https://www.baeldung.com/spring-boot-minikube) I want to create Kubernetes deployment in yaml file (simple-crud-dpl.yaml):

apiV         


        
18条回答
  •  清酒与你
    2020-12-24 00:59

    You are using the wrong kubectl version.

    Kubectl is compatible 1 version up and down as described in the official docs

    The error is confusing but it simply means that your version 1.10 isn't sending all the required parameters to the 1.14 api.

提交回复
热议问题