Which kubernetes version is supported in docker version 18.09

后端 未结 4 1117
星月不相逢
星月不相逢 2021-02-05 17:41

I am using Raspberry pi for kubernetes cluster setup. I was using below docker version:

Client:
 Version:           18.06.1-ce
 API ver         


        
4条回答
  •  太阳男子
    2021-02-05 18:15

    As mentioned above, the message is more of a warning that not all features were tested against that specific Docker release. On your own risk, you can try to temporarily ignore those errors by using the --ignore-preflight-errors flag. Eg : kubedam init --ignore-preflight-errors all

提交回复
热议问题