From e1788fdd0606caf2adb8bdd7909dece6e0186bf5 Mon Sep 17 00:00:00 2001 From: Casey Davenport Date: Thu, 23 Jul 2026 08:48:05 -0700 Subject: [PATCH] Clarify migrate-policy-names help text 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. --- calicoctl/calicoctl/commands/datastore.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calicoctl/calicoctl/commands/datastore.go b/calicoctl/calicoctl/commands/datastore.go index 8f9c3bccc0a..b61c6ab5806 100644 --- a/calicoctl/calicoctl/commands/datastore.go +++ b/calicoctl/calicoctl/commands/datastore.go @@ -33,7 +33,7 @@ func Datastore(args []string) error { datastore [...] migrate Migrate the contents of an etcdv3 datastore to a Kubernetes datastore. - migrate-policy-names Rewrite pre-v3.32 policy names in an etcdv3 datastore to drop the tier prefix. + migrate-policy-names Rewrite pre-v3.32 policy names in an etcdv3 datastore to drop the legacy "default." tier prefix. Options: -h --help Show this screen.