首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
apiversion专题
K8S的apiVersion该用哪个
Kubernetes的官方文档中并没有对apiVersion的详细解释,而且因为K8S本身版本也在快速迭代,有些资源在低版本还在beta阶段,到了高版本就变成了stable。 如Deployment: 1.6版本之前 apiVsersion:extensions/v1beta11.6版本到1.9版本之间:apps/v1beta11.9版本之后:apps/v1 一.各种apiVersion的
阅读更多...
compileSdkVersion and releaseType of the app do not match the apiVersion and releaseType on the devi
compileSdkVersion and releaseType of the app do not match the apiVersion and releaseType on the device. 润和鸿蒙开发板真机测试编译运行时报这个错误。 原因:编译sdk版本高于真机 解决办法:第一步:修改 entry下面 build_profile.json5 里面的 apiT
阅读更多...