diff --git a/charts/templates/kube-ovn-crd.yaml b/charts/templates/kube-ovn-crd.yaml index fae15ed101d..4232b855590 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 668d4d82879..dc3aa6ecec2 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 3b7b14e16e7..05f0aa44163 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