Clarify calicoctl datastore migrate-policy-names help text (release-v3.32) - #13303
Merged
caseydavenport merged 1 commit intoJul 28, 2026
Conversation
The command only rewrites default-tier policy names, so the one-line summary now names the legacy "default." prefix specifically, matching the fuller description the subcommand already prints.
Contributor
There was a problem hiding this comment.
Pull request overview
Updates calicoctl’s datastore migrate-policy-names one-line help text on the release-v3.32 branch to accurately describe what the command rewrites (the legacy default. tier prefix) rather than implying it drops an arbitrary tier prefix. This aligns the top-level datastore command summary with the subcommand’s more detailed description.
Changes:
- Refine
migrate-policy-namessummary text to specify the legacy"default."tier prefix. - Improve consistency between the datastore command list and the subcommand help description.
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.
release-v3.32 equivalent of #13302.
The
migrate-policy-namesone-line help said it drops "the tier prefix", but the command only rewrites default-tier policy names. Updated the summary to name the legacy "default." prefix specifically, matching the fuller description the subcommand already prints.This is a separate change from #13302 rather than an auto-pick, because calicoctl still uses docopt on this branch (docopt was removed on master in #12624), so the wording lives in a different place here.
Companion docs update: tigera/docs#2877.