Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: network status in ForeignCluster resource #2783

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 24, 2024

  1. fix: network status in ForeignCluster resource

    This patch fixes the network status in the ForeignCluster resource.
    Previously, when the connection or the configuration were missing no
    conditions were shown, so who looked at the ForeignCluster status could
    think that everything is correctly configured.
    Moreover, this patch makes the status check more robust, collecting all
    the errors first and only once we are sure that the module is enabled
    (there is at least a network resource present), it writes the
    errors in the status.
    claudiolor committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    f79d00b View commit details
    Browse the repository at this point in the history