github.com/jmclong/azuredisk-csi-driver@v0.7.0/test/e2e/manifest/single-az.json (about) 1 { 2 "apiVersion": "vlabs", 3 "location": "westus2", 4 "properties": { 5 "orchestratorProfile": { 6 "orchestratorType": "Kubernetes", 7 "orchestratorRelease": "1.16", 8 "kubernetesConfig": { 9 "useManagedIdentity": true, 10 "userAssignedID": "azuredisk-csi-driver-e2e-test-id", 11 "useCloudControllerManager": true, 12 "networkPolicy": "none", 13 "cloudProviderRateLimitQPS": 6, 14 "cloudProviderRateLimitBucket": 20, 15 "controllerManagerConfig": { 16 "--feature-gates": "CSIInlineVolume=true,LocalStorageCapacityIsolation=true,ServiceNodeExclusion=true" 17 }, 18 "apiServerConfig": { 19 "--feature-gates": "VolumeSnapshotDataSource=true", 20 "--enable-admission-plugins": "NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,ResourceQuota,AlwaysPullImages" 21 }, 22 "addons": [ 23 { 24 "name": "azuredisk-csi-driver", 25 "enabled": false 26 }, 27 { 28 "name": "azurefile-csi-driver", 29 "enabled": false 30 } 31 ] 32 } 33 }, 34 "masterProfile": { 35 "count": 1, 36 "dnsPrefix": "{dnsPrefix}", 37 "vmSize": "Standard_DS2_v2" 38 }, 39 "agentPoolProfiles": [ 40 { 41 "name": "agentpool1", 42 "count": 2, 43 "vmSize": "Standard_DS2_v2", 44 "availabilityProfile": "AvailabilitySet", 45 "storageProfile": "ManagedDisks" 46 } 47 ], 48 "linuxProfile": { 49 "adminUsername": "azureuser", 50 "ssh": { 51 "publicKeys": [ 52 { 53 "keyData": "{keyData}" 54 } 55 ] 56 } 57 } 58 } 59 }