美文网首页
kubernetes pod setup mac address

kubernetes pod setup mac address

作者: SmalltalkVoice | 来源:发表于2024-12-19 14:06 被阅读0次
spec:
  progressDeadlineSeconds: 600
  replicas: 1
  revisionHistoryLimit: 10
  selector:
    matchLabels:
      k8s.kuboard.cn/layer: svc
      k8s.kuboard.cn/name: lims-web-service
  strategy:
    rollingUpdate:
      maxSurge: 25%
      maxUnavailable: 25%
    type: RollingUpdate
  template:
    metadata:
      annotations:
        cni.projectcalico.org/hwAddr: '1c:0c:0a:c0:ff:ee' #这个地方设置mac地址,不同网络参数不一样,例如calico,
        kubectl.kubernetes.io/restartedAt: '2024-12-19T11:20:02+08:00'
      creationTimestamp: null
      labels:
        k8s.kuboard.cn/layer: svc
        k8s.kuboard.cn/name: lims-web-service

相关文章

网友评论

      本文标题:kubernetes pod setup mac address

      本文链接:https://www.haomeiwen.com/subject/imljejtx.html