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