kubectl-aks icon indicating copy to clipboard operation
kubectl-aks copied to clipboard

Print imported information after running `config import`

Open blanquicet opened this issue 1 year ago • 0 comments

Originally posted by @blanquicet in https://github.com/Azure/kubectl-aks/pull/52#discussion_r1478434793:

If we check, we always execute config show after a config import. I started thinking that we should automatically print the imported data in the config import (maybe with a --quiet flag). Also for the documentation, it makes things more consistent. For instance:

Import node info:

kubectl aks config import

Run command against one of the nodes:

kubectk aks run-command --node <myNode>

Users will take the node name from the previous config import output, they we don't need to ask them to also run config show.

blanquicet avatar Feb 05 '24 22:02 blanquicet