62 строки
1.8 KiB
JSON
62 строки
1.8 KiB
JSON
{
|
|
"apiVersion": "vlabs",
|
|
"properties": {
|
|
"orchestratorProfile": {
|
|
"orchestratorType": "Kubernetes",
|
|
"orchestratorRelease": "1.22",
|
|
"orchestratorVersion": "1.22.15",
|
|
"kubernetesConfig": {
|
|
"networkPlugin": "azure",
|
|
"networkPolicy": "azure",
|
|
"azureCNIVersion": "",
|
|
"azureCNIURLLinux": "",
|
|
"apiServerConfig": {
|
|
"--tls-min-version": "VersionTLS12",
|
|
"--tls-cipher-suites": "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256"
|
|
},
|
|
"addons": [
|
|
{
|
|
"name": "azure-npm-daemonset",
|
|
"enabled": true,
|
|
"containers": [
|
|
{
|
|
"name": "azure-npm-daemonset",
|
|
"image": ""
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"masterProfile": {
|
|
"count": 1,
|
|
"dnsPrefix": "cniLinux",
|
|
"vmSize": "Standard_D2_v2"
|
|
},
|
|
"agentPoolProfiles": [
|
|
{
|
|
"name": "agentpool1",
|
|
"count": 3,
|
|
"vmSize": "Standard_D2_v2",
|
|
"availabilityProfile": "AvailabilitySet",
|
|
"osType": "Linux",
|
|
"distro": "aks-ubuntu-18.04"
|
|
}
|
|
],
|
|
"linuxProfile": {
|
|
"adminUsername": "azureuser",
|
|
"ssh": {
|
|
"publicKeys": [
|
|
{
|
|
"keyData": ""
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"servicePrincipalProfile": {
|
|
"clientId": "",
|
|
"secret": ""
|
|
}
|
|
}
|
|
}
|