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

cmd: Display decryption interfaces in encrypt status #28640

Merged
merged 1 commit into from
Oct 24, 2023

Commits on Oct 23, 2023

  1. cmd: Display decryption interfaces in encrypt status

    This commit adds a new line to cilium encrypt status, with the
    list of interfaces on which decryption can happen:
    
        $ ks exec ds/cilium -c cilium-agent -- cilium encrypt status
        Encryption: IPsec
        Decryption interface(s): eth0, eth1, eth2
        Keys in use: 1
        Max Seq. Number: 0x6e/0xffffffff
        Errors: 0
    
    This can be useful to check that Cilium is attached to all the
    interfaces it should be attached to (all those that can receive remote
    pod traffic).
    
    Signed-off-by: Paul Chaignon <paul.chaignon@gmail.com>
    pchaigno committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    abacf48 View commit details
    Browse the repository at this point in the history