harvester-ui icon indicating copy to clipboard operation
harvester-ui copied to clipboard

add annotations

Open WuJun2016 opened this issue 4 years ago • 0 comments

version: 1
config:
  - type: physical
    name: enp1s0
    subnets:
      - type: dhcp
  - type: physical
    name: enp2s0
    subnets:
      - type: static
        address: 10.10.1.110/24
        gateway: 10.10.1.0

Add networks.harvester.cattle.io/ips: [“10.10.1.22/24”] to annotation when there is an address

WuJun2016 avatar Nov 18 '20 03:11 WuJun2016