Kubernetes create deployment unexpected SchemaError

后端 未结 18 1907
北荒
北荒 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:53

    After installing kubectl with brew you should run:

    1. rm /usr/local/bin/kubectl

    2. brew link --overwrite kubernetes-cli

    And also optionally:

    brew link --overwrite --dry-run kubernetes-cli.

提交回复
热议问题