no matches for kind “Deployment” in version "extensions/v1beta1

后端 未结 5 965
春和景丽
春和景丽 2020-12-01 03:06

I have been having the issue while deploying mojaloop .kubernetes is responding with an error log like

I have checked my Kubernetes version and 1.16 is the version s

5条回答
  •  不知归路
    2020-12-01 04:03

    To put it simply, you don't force the current installation to use an outdated version of the API; you fix the version in your config files. If you want to check which version your current kube supports, run :

    root@ubn64:~# kubectl api-versions | grep -i apps
    
    apps/v1
    

提交回复
热议问题