Uploaded image for project: 'OpenShift Request For Enhancement'
  1. OpenShift Request For Enhancement
  2. RFE-5198

Providing simplified view of MachineConfig configuration files

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Unresolved
    • Normal
    • None
    • openshift-4.12
    • User Interface
    • None
    • False
    • None
    • False
    • Not Selected
    • 0
    • 0% 0%

    Description

      1. Proposed title of this feature request

      • Provide a simplified view of config files belonging to MachineConfig objects

      2. What is the nature and description of the request?

      Situation:

      • When a user/partner needs to retrieve contents from a MachineConfig they need to manually decode the file into a readable format from the URL-encoded one. For example: $ oc get mc $machineConfigName -o jsonpath=' {.spec.config.storage.files[1].contents.source}' | sed "s@+@ @g;s@%@\\\\x@g" | xargs -0 printf "%b\n

      Request:

      • Instead of the command below the partner would like to get the content of the config files by default in a human-readable format via the OpenShift web dashboard. Please see the attached image. On this screen, a new tab can be introduced to be able to check the content of the configuration files.

      3. Why does the customer need this? (List the business requirements here)

      • It provides a more convenient user experience. simpler management

      4. List any affected packages or components.

      •  machine configs, web-console

      Attachments

        Activity

          People

            gausingh@redhat.com Gaurav Singh
            rh-ee-abaloghb Attila Balogh-Biro
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: