From "Extending kubectl with plugins":
It is currently not possible to create plugins that overwrite existing
kubectl
commands. [...] Due to this limitation, it is also not possible to use plugins to add new subcommands to existingkubectl
commands. For example, adding a subcommandkubectl create foo
by naming your pluginkubectl-create-foo
will cause that plugin to be ignored.-- https://kubernetes.io/docs/tasks/extend-kubectl/kubectl-plugins/#limitations
Is there another way to extend kubectl create
?