Uploaded image for project: 'OpenShift Virtualization'
  1. OpenShift Virtualization
  2. CNV-31139

[2223747] virtctl create instancetype/preference --namespaced flag render menifest

XMLWordPrintable

    • Important
    • None

      Description of problem:
      When calling on instancetype or preference 'virtctl create <resource> --namespaced test' the resource will be become namespaced (VirtualMachinePreference/VirtualMachineInstancetype), but the namespace wont show in the menifest

      Version-Release number of selected component (if applicable):
      CNV 4.14

      How reproducible:
      100%

      Steps to Reproduce:
      1.virtctl create preference --namespaced roni

      Actual results:

      apiVersion: instancetype.kubevirt.io/v1beta1
      kind: VirtualMachinePreference
      metadata:
      creationTimestamp: null
      name: preference-zb4kc
      spec: {}

      Expected results:

      apiVersion: instancetype.kubevirt.io/v1beta1
      kind: VirtualMachinePreference
      metadata:
      creationTimestamp: null
      name: preference-zb4kc
      namespace: roni
      spec: {}

              dholler@redhat.com Dominik Holler
              rhn-support-rkishner Roni Kishner
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: