Created
September 1, 2025 06:04
-
-
Save dobbythebot/6e831c8788277eb11a1deb3f38a1c74a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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