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

No ability to debug node-ip detection logic

XMLWordPrintable

    • No
    • False
    • Hide

      None

      Show
      None
    • Hide
      * Previously, you could not control log levels for the internal component that selects IP addresses for cluster nodes. With this release, you can now enable debug log levels so that you can either increase or decrease log levels on demand. To adjust log levels, you must create a config map manifest file with a configuration analogous to the following:
      +
      [source,yaml]
      ----
      apiVersion: v1
      data:
        enable-nodeip-debug: "true"
      kind: ConfigMap
      metadata:
        name: logging
        namespace: openshift-vsphere-infra
      # ...
      ----

      Show
      * Previously, you could not control log levels for the internal component that selects IP addresses for cluster nodes. With this release, you can now enable debug log levels so that you can either increase or decrease log levels on demand. To adjust log levels, you must create a config map manifest file with a configuration analogous to the following: + [source,yaml] ---- apiVersion: v1 data:   enable-nodeip-debug: "true" kind: ConfigMap metadata:   name: logging   namespace: openshift-vsphere-infra # ... ----
    • Enhancement
    • In Progress

      This is a clone of issue OCPBUGS-32348. The following is the description of the original issue:

      After fixing https://issues.redhat.com/browse/OCPBUGS-29919 by merging https://github.com/openshift/baremetal-runtimecfg/pull/301 we have lost ability to properly debug the logic of selection Node IP used in runtimecfg.

      In order to preserve debugability of this component, it should be possible to selectively enable verbose logs.

            mkowalsk@redhat.com Mat Kowalski
            openshift-crt-jira-prow OpenShift Prow Bot
            Zhanqi Zhao Zhanqi Zhao
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: