Comment 2 for bug 2067070

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to config (master)

Reviewed: https://review.opendev.org/c/starlingx/config/+/920389
Committed: https://opendev.org/starlingx/config/commit/46cb112872b37f8ccdb7f282539306a9b9862722
Submitter: "Zuul (22348)"
Branch: master

commit 46cb112872b37f8ccdb7f282539306a9b9862722
Author: David Bastos <email address hidden>
Date: Fri May 24 09:41:11 2024 -0300

    Improvement log error indicating namespace not found

    Namespace not found error message is shown in sysinv.log when an application that has a specific namespace is uploaded.

    This log is expected and has no impact on the system. This
    happens due to the command "kubectl -k <manifest_dir>
    --dry-run=server". If the application has a specific namespace that
    the system does not yet have, the command shows this error. But
    there is nothing to worry about, as the namespace is created within
    the apply process.

    To avoid misinterpretations, this log has been suppressed.

    Test Plan:
    PASS: Add the new log to kube_app.py and restart sysinv.
    PASS: During the application upload process, the log that says the
          namespace was not found no longer appears.

    Closes-Bug: 2067070

    Change-Id: I6e56c338c9789c686381c330be65ec109a3f0b50
    Signed-off-by: David Bastos <email address hidden>