-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
IPsec encrypt status JSON output. #30167
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall this looks good, but it needs two things:
- A release-note block in your initial PR comment.
- An addition to to the upgrade guide outlining the change in the API.
44adb1a
to
43da864
Compare
Done. |
/test |
528d202
to
a27787c
Compare
/test |
a27787c
to
bda0022
Compare
/test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall LGTM, left some non-blocking codestyle/naming nits wrt the status "getters".
Cilium agent
encrypt status
command refactored and JSON output support implemented.The changes were requested in Cilium CLI PR: cilium/cilium-cli#2212 to improve encryption status parsing.