Skip to content

Kubernetes Cluster Node Pool API shouldn't switch the key of node label as lower case #10763

Open

Description

After tested, I found Kubernetes Cluster Node Pool API would switch the key of node label as lower case. I assume it shouldn't switch it to lower case.

Http request call:

PUT https://management.azure.com/subscriptions/xx-xx-xx-xx/resourceGroups/acctestRG-aks-test02/providers/Microsoft.ContainerService/managedClusters/acctestakstest02/agentPools/kubepool02

{
	"properties": {
		"count": 1,
		"enableAutoScaling": false,
		"enableNodePublicIP": false,
		"mode": "User",
		"nodeLabels": {
			"serverGroupName": "testServerGroup"
		},
		"osType": "Linux",
		"scaleSetPriority": "Regular",
		"tags": {},
		"type": "VirtualMachineScaleSets",
		"vmSize": "Standard_DS2_v2"
	}
}

Response:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions