Skip to content

Commit 0862c49

Browse files
authored
Create external.json
1 parent 68587f9 commit 0862c49

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

test/e2e/manifest/external.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
{
2+
"apiVersion": "vlabs",
3+
"location": "westus2",
4+
"properties": {
5+
"orchestratorProfile": {
6+
"orchestratorType": "Kubernetes",
7+
"orchestratorRelease": "1.22",
8+
"kubernetesConfig": {
9+
"useManagedIdentity": false,
10+
"useCloudControllerManager": true,
11+
"networkPlugin": "azure",
12+
"containerRuntime": "containerd",
13+
"cloudProviderRateLimitQPS": 6,
14+
"cloudProviderRateLimitBucket": 20,
15+
"kubeletConfig": {
16+
"--feature-gates": "DelegateFSGroupToCSIDriver=true"
17+
},
18+
"apiServerConfig": {
19+
"--enable-admission-plugins": "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,ResourceQuota,AlwaysPullImages"
20+
},
21+
"addons": [
22+
{
23+
"name": "azuredisk-csi-driver",
24+
"enabled": false
25+
},
26+
{
27+
"name": "azurefile-csi-driver",
28+
"enabled": false
29+
}
30+
]
31+
}
32+
},
33+
"masterProfile": {
34+
"count": 1,
35+
"dnsPrefix": "{dnsPrefix}",
36+
"vmSize": "Standard_DS2_v2"
37+
},
38+
"agentPoolProfiles": [
39+
{
40+
"name": "agentpool1",
41+
"count": 2,
42+
"vmSize": "Standard_DS2_v2"
43+
}
44+
],
45+
"linuxProfile": {
46+
"adminUsername": "azureuser",
47+
"ssh": {
48+
"publicKeys": [
49+
{
50+
"keyData": "{keyData}"
51+
}
52+
]
53+
}
54+
},
55+
"servicePrincipalProfile": {
56+
"clientID": "{clientID}",
57+
"secret": "{secret}"
58+
}
59+
}
60+
}

0 commit comments

Comments
 (0)