We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
az
We must specify every time the subscription ID. Given that usually users work in one single subscription, let's allow to set it once and forever.
Analogous to az, allow setting a default subscription:
az account set --subscription <mySubscriptionID>
kubectl aks config set-subscription <mySubscriptionID>
It doesn't make sense to have a use-subscription flag because we can't set more than one subscription.
use-subscription
config import
--subscription
set-subscription
set
set --node
set --subscription
unset all
unset nodes [node1,node2,...,nodeX]>
unset subscription
The text was updated successfully, but these errors were encountered:
--current-node
set-node
No branches or pull requests
Current situation
We must specify every time the subscription ID. Given that usually users work in one single subscription, let's allow to set it once and forever.
Ideal situation
Analogous to
az
, allow setting a default subscription:It doesn't make sense to have a
use-subscription
flag because we can't set more than one subscription.Implementation details
config import
command should also import and set the subscription in the config file.--subscription
flag, it should have precedence over the one in the config file.set-subscription
or make it a sub-command ofset
so that we have:set --node
andset --subscription
?unset all
,unset nodes [node1,node2,...,nodeX]>
(optionally, user can unset one or mode nodes) andunset subscription
?The text was updated successfully, but these errors were encountered: