kubectl 创建服务报no matches versio

发布时间:2020-03-10 12:09:38 作者:无锋剑
来源:网络 阅读:315

故障现象:

执行 kubectl create -f  filebeat.yml 

报错如下:

error: unable to recognize "filebeat.yml": no matches for kind "DaemonSet" in version "extensions/v1beta1"

解决办法:

将yml配置文件内的api接口修改为 apps/v1 ,导致原因为之间使用的kubernetes 版本是1.14.x版本,1.16.x 版本放弃部分API支持!

参考地址:

https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.16.md#deprecations-and-removals

API
The following APIs are no longer served by default:
All resources under apps/v1beta1 and apps/v1beta2 - use apps/v1 instead
daemonsets, deployments, replicasets resources under extensions/v1beta1 - use apps/v1 instead
networkpolicies resources under extensions/v1beta1 - use networking.k8s.io/v1 instead
podsecuritypolicies resources under extensions/v1beta1 - use policy/v1beta1 instead
Serving these resources can be temporarily re-enabled using the --runtime-config apiserver flag.
推荐阅读:
  1. 如何使用Vuejs实现带样式的单文件组件
  2. 怎么在Docker中构建一个kubectl镜像

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

kubectl 创建服务 matches

上一篇:swift篇第四期:闭包、UI基础、Protocol

下一篇:TypeScript的PureMVC框架之Facade类;

相关阅读

您好,登录后才能下订单哦!

密码登录
登录注册
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》