Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-19785

Set a proper UserAgent for easier debugging via managed fields

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done-Errata
    • Icon: Normal Normal
    • None
    • 4.15.0
    • Node Tuning Operator
    • Moderate
    • No
    • False
    • Hide

      None

      Show
      None
    • * Previously, the Node Tuning Operator (NTO) did not set the `UserAgent` and used a default one. With this update, the NTO sets the `UserAgent` appropriately which makes debugging the cluster easier.
    • Bug Fix
    • In Progress

      Description of problem:

      As pointed out by https://issues.redhat.com/browse/OCPBUGS-19351 NTO doesn't set the UserAgent and uses a default one.  It makes debugging cluster issues harder.

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

      All

      How reproducible:

       

      Steps to Reproduce:

      1. create a TuneD CR which changes kernel command-line parameters, for example:
      
      oc create -f- <<EOF
      apiVersion: tuned.openshift.io/v1
      kind: Tuned
      metadata:
        name: openshift-bootcmdline-cpu
        namespace: openshift-cluster-node-tuning-operator
      spec:
        profile:
        - data: |
            [main]
            summary=Custom OpenShift profile
            [bootloader]
            cmdline=+dummy
          name: openshift-bootcmdline-cpu  recommend:
        - machineConfigLabels:
            machineconfiguration.openshift.io/role: "worker"
          priority: 20
          profile: openshift-bootcmdline-cpu
      EOF
      
      

      Actual results:

      oc get --show-managed-fields mc/50-nto-worker -o yaml | grep manager:   manager: Go-http-client 

      Expected results:

      oc get --show-managed-fields mc/50-nto-worker -o yaml | grep manager:
      manager: cluster-node-tuning-operator

      Additional info:

      https://issues.redhat.com/browse/OCPBUGS-19351

       

            jmencak Jiri Mencak
            jmencak Jiri Mencak
            Liquan Cui Liquan Cui
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: