Skip to content
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

Microsoft.ContainerService: clarify BYO Kubelet identity API since preview API version 2024-09-02-preview #30976

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion cSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,8 @@
"PDBs",
"undrainable",
"Undrainable",
"acnstls"
"acnstls",
"kubeletidentity"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6170,7 +6170,7 @@
"additionalProperties": {
"$ref": "#/definitions/UserAssignedIdentity"
},
"description": "Identities associated with the cluster."
"description": "The user identity associated with the managed cluster. This identity will be used by the kubelet. Only one user assigned identity is allowed. The only accepted key is \"kubeletidentity\", with value of \"resourceId\": \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}\"."
},
"privateLinkResources": {
"type": "array",
Expand Down