-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[AKS] az aks create, aks nodepool add: Add --kubelet-config and --linux-os-config to support custom node configuration
#21722
New issue
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
Conversation
82f6335 to
afc3db3
Compare
|
AKS |
az aks create, aks nodepool add: Add --kubelet-config/--linux-os-config to support custom node configuration
az aks create, aks nodepool add: Add --kubelet-config/--linux-os-config to support custom node configurationaz aks create, aks nodepool add: Add --kubelet-config and --linux-os-config to support custom node configuration
|
/azp list |
|
Commenter does not have sufficient privileges for PR 21722 in repo Azure/azure-cli |
|
@FumingZhang mind taking a look? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure if it's better to remind the user that this should be the path to a json format configuration file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also a link indicates what properties/options the configuration file can have?
3e49dd8 to
8e05cbf
Compare
|
hmm, not sure about that last one? it's not in my code, but the error is too many local vars, yet it's on a function definition? https://github.com/Azure/azure-cli/blob/dev/src/azure-cli/azure/cli/command_modules/serviceconnector/custom.py#L244 |
|
The CI failure is fixed by PR #21826. |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
FumingZhang
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
Add custom node config for AKS
Testing Guide
Added live test example
History Notes
[AKS]
az aks create: Add--kubelet-configand--linux-os-configto support custom node configuration[AKS]
az aks nodepool add: Add--kubelet-configand--linux-os-configto support custom node configurationThis checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.