Advertisement
Guest User

Untitled

a guest
Mar 1st, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. {
  2. "apiVersion": "vlabs",
  3. "properties": {
  4. "orchestratorProfile": {
  5. "orchestratorType": "Kubernetes"
  6. },
  7. "masterProfile": {
  8. "count": 1,
  9. "dnsPrefix": "",
  10. "vmSize": "Standard_D2_v2"
  11. },
  12. "agentPoolProfiles": [
  13. {
  14. "name": "agentpool2",
  15. "count": 3,
  16. "vmSize": "Standard_D2_v2",
  17. "availabilityProfile": "AvailabilitySet"
  18. },
  19. {
  20. "name": "agentpool1",
  21. "count": 2,
  22. "vmSize": "Standard_DS2",
  23. "availabilityProfile": "AvailabilitySet"
  24. }
  25. ],
  26. "linuxProfile": {
  27. "adminUsername": "azureuser",
  28. "ssh": {
  29. "publicKeys": [
  30. {
  31. "keyData": ""
  32. }
  33. ]
  34. }
  35. },
  36. "servicePrincipalProfile": {
  37. "servicePrincipalClientID": "",
  38. "servicePrincipalClientSecret": ""
  39. }
  40. }
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement