Skip to content

Instantly share code, notes, and snippets.

@dobbythebot
Created November 11, 2024 07:04
Show Gist options
  • Save dobbythebot/8ea1cd71cb55e4d7c9edd6bfe77bffac to your computer and use it in GitHub Desktop.
Save dobbythebot/8ea1cd71cb55e4d7c9edd6bfe77bffac 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"
}
],
"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