Skip to content

Commit

Permalink
adjust vip prints as ip (#3248)
Browse files Browse the repository at this point in the history
Signed-off-by: bobz965 <zhangbingbing2_yewu@cmss.chinamobile.com>
  • Loading branch information
bobz965 committed Sep 25, 2023
1 parent 7d3dc03 commit e19b5b5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 18 deletions.
9 changes: 3 additions & 6 deletions charts/templates/kube-ovn-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1420,18 +1420,15 @@ spec:
served: true
storage: true
additionalPrinterColumns:
- name: NS
type: string
jsonPath: .spec.namespace
- name: V4IP
type: string
jsonPath: .status.v4ip
- name: Mac
type: string
jsonPath: .status.mac
- name: V6IP
type: string
jsonPath: .status.v6ip
- name: Mac
type: string
jsonPath: .status.mac
- name: PMac
type: string
jsonPath: .spec.parentMac
Expand Down
9 changes: 3 additions & 6 deletions dist/images/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1958,18 +1958,15 @@ spec:
served: true
storage: true
additionalPrinterColumns:
- name: NS
type: string
jsonPath: .spec.namespace
- name: V4IP
type: string
jsonPath: .status.v4ip
- name: Mac
type: string
jsonPath: .status.mac
- name: V6IP
type: string
jsonPath: .status.v6ip
- name: Mac
type: string
jsonPath: .status.mac
- name: PMac
type: string
jsonPath: .spec.parentMac
Expand Down
9 changes: 3 additions & 6 deletions yamls/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1731,18 +1731,15 @@ spec:
served: true
storage: true
additionalPrinterColumns:
- name: NS
type: string
jsonPath: .spec.namespace
- name: V4IP
type: string
jsonPath: .status.v4ip
- name: Mac
type: string
jsonPath: .status.mac
- name: V6IP
type: string
jsonPath: .status.v6ip
- name: Mac
type: string
jsonPath: .status.mac
- name: PMac
type: string
jsonPath: .spec.parentMac
Expand Down

0 comments on commit e19b5b5

Please sign in to comment.