Skip to content

Commit f824420

Browse files
committed
More clarification in risks section
1 parent e880bbb commit f824420

File tree

1 file changed

+1
-1
lines changed
  • keps/sig-cli/3638-built-in-command-shadowing

1 file changed

+1
-1
lines changed

keps/sig-cli/3638-built-in-command-shadowing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ In terms of risk considerations, users may adopt external plugins that do not ex
122122
built-in subcommand with the same name might be added. This brings about a risk about breaking users' scripts which
123123
rely on external plugins. To overcome that problem, there should be a some form of forcing mechanism to select
124124
external plugin instead built-in subcommand. `KUBECTL_ENABLE_CMD_SHADOW` flag can also be used also for that purpose
125-
in later stages.
125+
in later stages to provide a way to the users always using external plugin instead built-in subcommand.
126126

127127
## Design Details
128128

0 commit comments

Comments
 (0)