From 6b745f6fd812ce53ba8af98e4d031f8ebfcd3c67 Mon Sep 17 00:00:00 2001 From: bobz965 Date: Fri, 22 Sep 2023 10:51:03 +0800 Subject: [PATCH] adjust vip prints as ip Signed-off-by: bobz965 --- charts/templates/kube-ovn-crd.yaml | 9 +++------ dist/images/install.sh | 9 +++------ yamls/crd.yaml | 9 +++------ 3 files changed, 9 insertions(+), 18 deletions(-) diff --git a/charts/templates/kube-ovn-crd.yaml b/charts/templates/kube-ovn-crd.yaml index 399b4a88d76..fac0dad0237 100644 --- a/charts/templates/kube-ovn-crd.yaml +++ b/charts/templates/kube-ovn-crd.yaml @@ -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 diff --git a/dist/images/install.sh b/dist/images/install.sh index 7ec740c68f6..a4f7677d674 100755 --- a/dist/images/install.sh +++ b/dist/images/install.sh @@ -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 diff --git a/yamls/crd.yaml b/yamls/crd.yaml index c7be4c63754..a081d1819b6 100644 --- a/yamls/crd.yaml +++ b/yamls/crd.yaml @@ -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