doc: use correct policy-default-local-cluster inspect command in example#41118
Merged
giorio94 merged 1 commit intocilium:mainfrom Aug 19, 2025
Merged
doc: use correct policy-default-local-cluster inspect command in example#41118giorio94 merged 1 commit intocilium:mainfrom
giorio94 merged 1 commit intocilium:mainfrom
Conversation
Member
|
@Preisschild Ah actually the CI is not happy with your commit message, IIUC you pointed to the commit hash in my PR and not the one in the main branch which is this one 260af0e |
The correct command is `cilium clustermesh inspect-policy-default-local-cluster --all-namespaces`. It appears that the command name was changed, and it was forgotten to change it here too. Fixes: 260af0e ("doc: add early warning for policy-default-local-cluster") Signed-off-by: Florian Ströger <florian@florianstroeger.com>
Contributor
Author
|
ah, sorry, its fixed now |
Member
|
/test |
hemanthmalla
approved these changes
Aug 19, 2025
17 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Please ensure your pull request adheres to the following guidelines:
description and a
Fixes: #XXXline if the commit addresses a particularGitHub issue.
Fixes: <commit-id>tag, thenplease add the commit author[s] as reviewer[s] to this issue.
It's @MrFreezeex. (I don't think I can assign a reviewer.)
The correct command is
cilium clustermesh inspect-policy-default-local-cluster --all-namespaces.It appears that the command name was changed, and it was forgotten to change it here too.
Fixes: 260af0e ("doc: add early warning for
policy-default-local-cluster")