Skip to content

Instantly share code, notes, and snippets.

@dobbythebot
Created July 24, 2024 11:43
Show Gist options
  • Save dobbythebot/32b723aaf96c5a882ff0712054f0e654 to your computer and use it in GitHub Desktop.
Save dobbythebot/32b723aaf96c5a882ff0712054f0e654 to your computer and use it in GitHub Desktop.
{
"workload": [],
"machineSet": [
{
"id": 0,
"name": "default",
"cpu": 2,
"memory": 8,
"instanceName": "m5.large",
"numberOfDisks": 24,
"onlyFor": [],
"label": "Worker Node"
},
{
"id": 1,
"name": "controlPlane",
"cpu": 4,
"memory": 16,
"instanceName": "m5.xlarge",
"numberOfDisks": 24,
"onlyFor": [],
"label": "Control Plane Node"
},
{
"name": "sa",
"cpu": 8,
"memory": 16,
"instanceName": "c5d.2xlarge",
"numberOfDisks": 1,
"onlyFor": [],
"label": "Worker Node",
"instanceStorage": 200,
"id": 2
}
],
"ocs": {
"flashSize": 2.5,
"usableCapacity": 10,
"deploymentType": "internal",
"nvmeTuning": false,
"cephFSActive": true,
"nooBaaActive": true,
"rgwActive": false,
"dedicatedMachines": []
},
"platform": "AWS"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment