一些k8s的小的报错记录

apply报错

Resource: “apps/v1, Resource=deployments”, GroupVersionKind: “apps/v1, Kind=Deployment”
Name: “istio-egressgateway”, Namespace: “istio-system”
for: “egressgateway.yaml”: Operation cannot be fulfilled on deployments.apps “istio-egressgateway”: the object has been modified; please apply your changes to the latest version and try again

解决:
将导出的yaml文件中的如下字段删除

  creationTimestamp:   
  resourceVersion:  
  selfLink:   
  uid:

相关推荐

  1. 一些k8s记录

    2024-01-05 14:54:06       41 阅读
  2. K8S 调试运行中 Pod

    2024-01-05 14:54:06       14 阅读
  3. k8s处理

    2024-01-05 14:54:06       34 阅读

最近更新

  1. TCP协议是安全的吗?

    2024-01-05 14:54:06       14 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2024-01-05 14:54:06       16 阅读
  3. 【Python教程】压缩PDF文件大小

    2024-01-05 14:54:06       15 阅读
  4. 通过文章id递归查询所有评论(xml)

    2024-01-05 14:54:06       18 阅读

热门阅读

  1. Github数据库集群的升级部署思路

    2024-01-05 14:54:06       33 阅读
  2. [scala] 列表常见用法

    2024-01-05 14:54:06       32 阅读
  3. 【Linux】流量劫持网络安全应急响应

    2024-01-05 14:54:06       34 阅读
  4. uniapp子组件向父组件传值

    2024-01-05 14:54:06       39 阅读
  5. 多汗症对患者的生活有哪些影响?

    2024-01-05 14:54:06       42 阅读
  6. 整理composer安装版本的python脚本

    2024-01-05 14:54:06       33 阅读
  7. LeetCode 33 搜索旋转排序数组

    2024-01-05 14:54:06       38 阅读