Skip to content

Commit e19b5b5

Browse files
committed
adjust vip prints as ip (#3248)
Signed-off-by: bobz965 <zhangbingbing2_yewu@cmss.chinamobile.com>
1 parent 7d3dc03 commit e19b5b5

File tree

3 files changed

+9
-18
lines changed

3 files changed

+9
-18
lines changed

charts/templates/kube-ovn-crd.yaml

+3-6
Original file line numberDiff line numberDiff line change
@@ -1420,18 +1420,15 @@ spec:
14201420
served: true
14211421
storage: true
14221422
additionalPrinterColumns:
1423-
- name: NS
1424-
type: string
1425-
jsonPath: .spec.namespace
14261423
- name: V4IP
14271424
type: string
14281425
jsonPath: .status.v4ip
1429-
- name: Mac
1430-
type: string
1431-
jsonPath: .status.mac
14321426
- name: V6IP
14331427
type: string
14341428
jsonPath: .status.v6ip
1429+
- name: Mac
1430+
type: string
1431+
jsonPath: .status.mac
14351432
- name: PMac
14361433
type: string
14371434
jsonPath: .spec.parentMac

dist/images/install.sh

+3-6
Original file line numberDiff line numberDiff line change
@@ -1958,18 +1958,15 @@ spec:
19581958
served: true
19591959
storage: true
19601960
additionalPrinterColumns:
1961-
- name: NS
1962-
type: string
1963-
jsonPath: .spec.namespace
19641961
- name: V4IP
19651962
type: string
19661963
jsonPath: .status.v4ip
1967-
- name: Mac
1968-
type: string
1969-
jsonPath: .status.mac
19701964
- name: V6IP
19711965
type: string
19721966
jsonPath: .status.v6ip
1967+
- name: Mac
1968+
type: string
1969+
jsonPath: .status.mac
19731970
- name: PMac
19741971
type: string
19751972
jsonPath: .spec.parentMac

yamls/crd.yaml

+3-6
Original file line numberDiff line numberDiff line change
@@ -1731,18 +1731,15 @@ spec:
17311731
served: true
17321732
storage: true
17331733
additionalPrinterColumns:
1734-
- name: NS
1735-
type: string
1736-
jsonPath: .spec.namespace
17371734
- name: V4IP
17381735
type: string
17391736
jsonPath: .status.v4ip
1740-
- name: Mac
1741-
type: string
1742-
jsonPath: .status.mac
17431737
- name: V6IP
17441738
type: string
17451739
jsonPath: .status.v6ip
1740+
- name: Mac
1741+
type: string
1742+
jsonPath: .status.mac
17461743
- name: PMac
17471744
type: string
17481745
jsonPath: .spec.parentMac

0 commit comments

Comments
 (0)