Uploaded image for project: 'Product Technical Learning'
  1. Product Technical Learning
  2. PTL-15186

RHT2414110: Ch05s02: Not really relevant to write manually the list of resource when you can get it with the commands we learned before

XMLWordPrintable

    • Icon: Story Story
    • Resolution: Unresolved
    • Icon: Undefined Undefined
    • None
    • CL170 - RHOSO18.0-en-1-20241127
    • CL170
    • None
    • False
    • Hide

      None

      Show
      None
    • False
    • en-US (English)

      Not really relevant to write manually the list of resource when you can get it with the commands we learned before as below.
      for resource in $(oc get crd | grep nova| awk -F '.' '{print $1}'); do for resource in Nova NovaAPI NovaCell \
       NovaCompute NovaConductor NovaMetadata NovaNoVNCProxy \
       NovaScheduler; do echo $resource; oc get $resource; echo; done 

              glsbugs-hybridcloud@redhat.com PTL - RHEL Team
              wraja@redhat.com Wasim Raja
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: