-
Notifications
You must be signed in to change notification settings - Fork 992
kubectl suggestion should also include aliases #1795
Copy link
Copy link
Open
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.priority/backlogHigher priority than priority/awaiting-more-evidence.Higher priority than priority/awaiting-more-evidence.triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.priority/backlogHigher priority than priority/awaiting-more-evidence.Higher priority than priority/awaiting-more-evidence.triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
What would you like to be added:
This is somewhat related to #1740 issue, but this time it covers the suggestions.
I have a
runxalias defined as follows:when trying to run, I've made a typo and tried to run
kubectl runc:As presented above, the suggestion ONLY considered the built-in command, would it be possible to expand the suggestions with aliases?
/cc @ardaguclu @rxinui