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

operator/cmd: Move Cilium Operator version log earlier #25018

Merged
merged 1 commit into from
Apr 25, 2023

Commits on Apr 20, 2023

  1. operator/cmd: Move Cilium Operator version log earlier

    To be consistent with where the version log is printed in the Agent,
    move the Operator's log statement accordingly to be after the options
    are printed.
    
    This is a very minor change, but I found it much easier to find the
    version when it's in the usual spot that we are used to when looking
    at the Agent. Without this change, the version is printed after the hive
    framework initialization. If that fails, we wouldn't be able to see the
    version log anyway.
    
    Signed-off-by: Chris Tarazi <chris@isovalent.com>
    christarazi committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    4ebf90e View commit details
    Browse the repository at this point in the history