curl --request PATCH \
--url https://api.cpln.io/org/{org}/mk8s/{name} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"$drop": [
"description"
],
"name": "<string>",
"description": "<string>",
"tags": {},
"$replace/tags": {},
"spec": {
"$drop": [
"version"
],
"version": "1.26.0",
"firewall": [
{
"sourceCIDR": "<string>",
"description": "<string>"
}
],
"$drop/firewall": [
"<string>"
],
"$append/firewall": [
{
"sourceCIDR": "<string>",
"description": "<string>"
}
],
"$patch/firewall": [
{
"$drop": [
"sourceCIDR"
],
"sourceCIDR": "<string>",
"description": "<string>"
}
],
"$retain/firewall": [
"<string>"
],
"provider": {
"$drop": [
"generic"
],
"generic": {
"$drop": [
"location"
],
"location": "aws-eu-central-1",
"networking": {
"$drop": [
"serviceNetwork"
],
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"$replace/networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
],
"$patch/nodePools": [
{
"$drop": [
"labels"
],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$patch/taints": [
{
"$drop": [
"key"
],
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$retain/taints": [
"<string>"
]
}
],
"$retain/nodePools": [
"<string>"
]
},
"$replace/generic": {
"location": "aws-eu-central-1",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
]
},
"hetzner": {
"$drop": [
"region"
],
"region": "fsn1",
"hetznerLabels": {},
"$replace/hetznerLabels": {},
"networking": {
"$drop": [
"dnsForwarder"
],
"dnsForwarder": "<string>"
},
"$replace/networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"networkId": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [
"labels"
],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$patch/taints": [
{
"$drop": [
"key"
],
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$retain/taints": [
"<string>"
],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$retain/nodePools": [
"<string>"
],
"dedicatedServerNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
],
"$drop/dedicatedServerNodePools": [
"<string>"
],
"$append/dedicatedServerNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
],
"$patch/dedicatedServerNodePools": [
{
"$drop": [
"labels"
],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$patch/taints": [
{
"$drop": [
"key"
],
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$retain/taints": [
"<string>"
]
}
],
"$retain/dedicatedServerNodePools": [
"<string>"
],
"image": "ubuntu-20.04",
"sshKey": "<string>",
"autoscaler": {
"$drop": [
"expander"
],
"expander": [
"random"
],
"$drop/expander": [
"random"
],
"$append/expander": [
"random"
],
"$retain/expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"floatingIPSelector": {},
"$replace/floatingIPSelector": {}
},
"$replace/hetzner": {
"region": "fsn1",
"hetznerLabels": {},
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"networkId": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"dedicatedServerNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
],
"image": "ubuntu-20.04",
"sshKey": "<string>",
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"floatingIPSelector": {}
},
"aws": {
"$drop": [
"region"
],
"region": "af-south-1",
"awsTags": {},
"$replace/awsTags": {},
"skipCreateRoles": true,
"networking": {
"$drop": [
"serviceNetwork"
],
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"$replace/networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"$drop": [
"recommended"
],
"recommended": "ubuntu/jammy-22.04",
"exact": "<string>"
},
"$replace/image": {
"recommended": "ubuntu/jammy-22.04",
"exact": "<string>"
},
"deployRoleArn": "<string>",
"deployRoleChain": [
{
"roleArn": "<string>",
"externalId": "<string>",
"sessionNamePrefix": "<string>"
}
],
"$drop/deployRoleChain": [
"<string>"
],
"$append/deployRoleChain": [
{
"roleArn": "<string>",
"externalId": "<string>",
"sessionNamePrefix": "<string>"
}
],
"$patch/deployRoleChain": [
{
"$drop": [
"roleArn"
],
"roleArn": "<string>",
"externalId": "<string>",
"sessionNamePrefix": "<string>"
}
],
"$retain/deployRoleChain": [
"<string>"
],
"vpcId": "<string>",
"keyPair": "<string>",
"diskEncryptionKeyArn": "<string>",
"securityGroupIds": [
"<string>"
],
"$drop/securityGroupIds": [
"<string>"
],
"$append/securityGroupIds": [
"<string>"
],
"$retain/securityGroupIds": [
"<string>"
],
"extraNodePolicies": [
"<string>"
],
"$drop/extraNodePolicies": [
"<string>"
],
"$append/extraNodePolicies": [
"<string>"
],
"$retain/extraNodePolicies": [
"<string>"
],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"instanceTypes": [
"<string>"
],
"overrideImage": {
"recommended": "ubuntu/jammy-22.04",
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"onDemandBaseCapacity": 123,
"onDemandPercentageAboveBaseCapacity": 123,
"spotAllocationStrategy": "lowest-price",
"subnetIds": [
"<string>"
],
"extraSecurityGroupIds": [
"<string>"
]
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"instanceTypes": [
"<string>"
],
"overrideImage": {
"recommended": "ubuntu/jammy-22.04",
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"onDemandBaseCapacity": 123,
"onDemandPercentageAboveBaseCapacity": 123,
"spotAllocationStrategy": "lowest-price",
"subnetIds": [
"<string>"
],
"extraSecurityGroupIds": [
"<string>"
]
}
],
"$patch/nodePools": [
{
"$drop": [
"labels"
],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$patch/taints": [
{
"$drop": [
"key"
],
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$retain/taints": [
"<string>"
],
"instanceTypes": [
"<string>"
],
"$drop/instanceTypes": [
"<string>"
],
"$append/instanceTypes": [
"<string>"
],
"$retain/instanceTypes": [
"<string>"
],
"overrideImage": {
"$drop": [
"recommended"
],
"recommended": "ubuntu/jammy-22.04",
"exact": "<string>"
},
"$replace/overrideImage": {
"recommended": "ubuntu/jammy-22.04",
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"onDemandBaseCapacity": 123,
"onDemandPercentageAboveBaseCapacity": 123,
"spotAllocationStrategy": "lowest-price",
"subnetIds": [
"<string>"
],
"$drop/subnetIds": [
"<string>"
],
"$append/subnetIds": [
"<string>"
],
"$retain/subnetIds": [
"<string>"
],
"extraSecurityGroupIds": [
"<string>"
],
"$drop/extraSecurityGroupIds": [
"<string>"
],
"$append/extraSecurityGroupIds": [
"<string>"
],
"$retain/extraSecurityGroupIds": [
"<string>"
]
}
],
"$retain/nodePools": [
"<string>"
],
"autoscaler": {
"$drop": [
"expander"
],
"expander": [
"random"
],
"$drop/expander": [
"random"
],
"$append/expander": [
"random"
],
"$retain/expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"$replace/aws": {
"region": "af-south-1",
"awsTags": {},
"skipCreateRoles": true,
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"recommended": "ubuntu/jammy-22.04",
"exact": "<string>"
},
"deployRoleArn": "<string>",
"deployRoleChain": [
{
"roleArn": "<string>",
"externalId": "<string>",
"sessionNamePrefix": "<string>"
}
],
"vpcId": "<string>",
"keyPair": "<string>",
"diskEncryptionKeyArn": "<string>",
"securityGroupIds": [
"<string>"
],
"extraNodePolicies": [
"<string>"
],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"instanceTypes": [
"<string>"
],
"overrideImage": {
"recommended": "ubuntu/jammy-22.04",
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"onDemandBaseCapacity": 123,
"onDemandPercentageAboveBaseCapacity": 123,
"spotAllocationStrategy": "lowest-price",
"subnetIds": [
"<string>"
],
"extraSecurityGroupIds": [
"<string>"
]
}
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"linode": {
"$drop": [
"region"
],
"region": "<string>",
"tokenSecretLink": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"subnetId": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"subnetId": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [
"labels"
],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$patch/taints": [
{
"$drop": [
"key"
],
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$retain/taints": [
"<string>"
],
"serverType": "<string>",
"overrideImage": "<string>",
"subnetId": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$retain/nodePools": [
"<string>"
],
"image": "<string>",
"authorizedUsers": [
"<string>"
],
"$drop/authorizedUsers": [
"<string>"
],
"$append/authorizedUsers": [
"<string>"
],
"$retain/authorizedUsers": [
"<string>"
],
"authorizedKeys": [
"<string>"
],
"$drop/authorizedKeys": [
"<string>"
],
"$append/authorizedKeys": [
"<string>"
],
"$retain/authorizedKeys": [
"<string>"
],
"vpcId": "<string>",
"preInstallScript": "<string>",
"networking": {
"$drop": [
"dnsForwarder"
],
"dnsForwarder": "<string>"
},
"$replace/networking": {
"dnsForwarder": "<string>"
},
"autoscaler": {
"$drop": [
"expander"
],
"expander": [
"random"
],
"$drop/expander": [
"random"
],
"$append/expander": [
"random"
],
"$retain/expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"$replace/linode": {
"region": "<string>",
"tokenSecretLink": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"subnetId": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"image": "<string>",
"authorizedUsers": [
"<string>"
],
"authorizedKeys": [
"<string>"
],
"vpcId": "<string>",
"preInstallScript": "<string>",
"networking": {
"dnsForwarder": "<string>"
},
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"oblivus": {
"$drop": [
"datacenter"
],
"datacenter": "MON1",
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"minSize": 123,
"maxSize": 123,
"flavor": "A100_NVLINK_80GB_x8"
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"minSize": 123,
"maxSize": 123,
"flavor": "A100_NVLINK_80GB_x8"
}
],
"$patch/nodePools": [
{
"$drop": [
"labels"
],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$patch/taints": [
{
"$drop": [
"key"
],
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$retain/taints": [
"<string>"
],
"minSize": 123,
"maxSize": 123,
"flavor": "A100_NVLINK_80GB_x8"
}
],
"$retain/nodePools": [
"<string>"
],
"sshKeys": [
"<string>"
],
"$drop/sshKeys": [
"<string>"
],
"$append/sshKeys": [
"<string>"
],
"$retain/sshKeys": [
"<string>"
],
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
],
"$drop/unmanagedNodePools": [
"<string>"
],
"$append/unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
],
"$patch/unmanagedNodePools": [
{
"$drop": [
"labels"
],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$patch/taints": [
{
"$drop": [
"key"
],
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$retain/taints": [
"<string>"
]
}
],
"$retain/unmanagedNodePools": [
"<string>"
],
"autoscaler": {
"$drop": [
"expander"
],
"expander": [
"random"
],
"$drop/expander": [
"random"
],
"$append/expander": [
"random"
],
"$retain/expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"preInstallScript": "<string>"
},
"$replace/oblivus": {
"datacenter": "MON1",
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"minSize": 123,
"maxSize": 123,
"flavor": "A100_NVLINK_80GB_x8"
}
],
"sshKeys": [
"<string>"
],
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"preInstallScript": "<string>"
},
"lambdalabs": {
"$drop": [
"region"
],
"region": "asia-northeast-1",
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"minSize": 123,
"maxSize": 123,
"instanceType": "cpu_4x_general"
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"minSize": 123,
"maxSize": 123,
"instanceType": "cpu_4x_general"
}
],
"$patch/nodePools": [
{
"$drop": [
"labels"
],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$patch/taints": [
{
"$drop": [
"key"
],
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$retain/taints": [
"<string>"
],
"minSize": 123,
"maxSize": 123,
"instanceType": "cpu_4x_general"
}
],
"$retain/nodePools": [
"<string>"
],
"sshKey": "<string>",
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
],
"$drop/unmanagedNodePools": [
"<string>"
],
"$append/unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
],
"$patch/unmanagedNodePools": [
{
"$drop": [
"labels"
],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$patch/taints": [
{
"$drop": [
"key"
],
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$retain/taints": [
"<string>"
]
}
],
"$retain/unmanagedNodePools": [
"<string>"
],
"autoscaler": {
"$drop": [
"expander"
],
"expander": [
"random"
],
"$drop/expander": [
"random"
],
"$append/expander": [
"random"
],
"$retain/expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"fileSystems": [
"<string>"
],
"$drop/fileSystems": [
"<string>"
],
"$append/fileSystems": [
"<string>"
],
"$retain/fileSystems": [
"<string>"
],
"preInstallScript": "<string>"
},
"$replace/lambdalabs": {
"region": "asia-northeast-1",
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"minSize": 123,
"maxSize": 123,
"instanceType": "cpu_4x_general"
}
],
"sshKey": "<string>",
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"fileSystems": [
"<string>"
],
"preInstallScript": "<string>"
},
"paperspace": {
"$drop": [
"region"
],
"region": "AMS1",
"tokenSecretLink": "<string>",
"sharedDrives": [
"<string>"
],
"$drop/sharedDrives": [
"<string>"
],
"$append/sharedDrives": [
"<string>"
],
"$retain/sharedDrives": [
"<string>"
],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"minSize": 123,
"maxSize": 123,
"publicIpType": "none",
"bootDiskSize": 123,
"machineType": "A100"
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"minSize": 123,
"maxSize": 123,
"publicIpType": "none",
"bootDiskSize": 123,
"machineType": "A100"
}
],
"$patch/nodePools": [
{
"$drop": [
"labels"
],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$patch/taints": [
{
"$drop": [
"key"
],
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$retain/taints": [
"<string>"
],
"minSize": 123,
"maxSize": 123,
"publicIpType": "none",
"bootDiskSize": 123,
"machineType": "A100"
}
],
"$retain/nodePools": [
"<string>"
],
"autoscaler": {
"$drop": [
"expander"
],
"expander": [
"random"
],
"$drop/expander": [
"random"
],
"$append/expander": [
"random"
],
"$retain/expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
],
"$drop/unmanagedNodePools": [
"<string>"
],
"$append/unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
],
"$patch/unmanagedNodePools": [
{
"$drop": [
"labels"
],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$patch/taints": [
{
"$drop": [
"key"
],
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$retain/taints": [
"<string>"
]
}
],
"$retain/unmanagedNodePools": [
"<string>"
],
"preInstallScript": "<string>",
"userIds": [
"<string>"
],
"$drop/userIds": [
"<string>"
],
"$append/userIds": [
"<string>"
],
"$retain/userIds": [
"<string>"
],
"networkId": "<string>"
},
"$replace/paperspace": {
"region": "AMS1",
"tokenSecretLink": "<string>",
"sharedDrives": [
"<string>"
],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"minSize": 123,
"maxSize": 123,
"publicIpType": "none",
"bootDiskSize": 123,
"machineType": "A100"
}
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
],
"preInstallScript": "<string>",
"userIds": [
"<string>"
],
"networkId": "<string>"
},
"ephemeral": {
"$drop": [
"location"
],
"location": "aws-eu-central-1",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"count": 123,
"arch": "any",
"flavor": "debian",
"cpu": "<string>",
"memory": "<string>"
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"count": 123,
"arch": "any",
"flavor": "debian",
"cpu": "<string>",
"memory": "<string>"
}
],
"$patch/nodePools": [
{
"$drop": [
"labels"
],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$patch/taints": [
{
"$drop": [
"key"
],
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$retain/taints": [
"<string>"
],
"count": 123,
"arch": "any",
"flavor": "debian",
"cpu": "<string>",
"memory": "<string>"
}
],
"$retain/nodePools": [
"<string>"
]
},
"$replace/ephemeral": {
"location": "aws-eu-central-1",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"count": 123,
"arch": "any",
"flavor": "debian",
"cpu": "<string>",
"memory": "<string>"
}
]
},
"triton": {
"$drop": [
"connection"
],
"connection": {
"$drop": [
"url"
],
"url": "<string>",
"account": "<string>",
"user": "<string>",
"privateKeySecretLink": "<string>"
},
"$replace/connection": {
"url": "<string>",
"account": "<string>",
"user": "<string>",
"privateKeySecretLink": "<string>"
},
"networking": {
"$drop": [
"dnsForwarder"
],
"dnsForwarder": "<string>"
},
"$replace/networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"location": "aws-eu-central-1",
"loadBalancer": {
"$drop": [
"manual"
],
"manual": {
"$drop": [
"packageId"
],
"packageId": "<string>",
"imageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"$drop/privateNetworkIds": [
"<string>"
],
"$append/privateNetworkIds": [
"<string>"
],
"$retain/privateNetworkIds": [
"<string>"
],
"metadata": {},
"$replace/metadata": {},
"tags": {},
"$replace/tags": {},
"logging": {
"$drop": [
"nodePort"
],
"nodePort": 123,
"externalSyslog": "<string>"
},
"$replace/logging": {
"nodePort": 123,
"externalSyslog": "<string>"
},
"count": 123,
"cnsInternalDomain": "<string>",
"cnsPublicDomain": "<string>"
},
"$replace/manual": {
"packageId": "<string>",
"imageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"metadata": {},
"tags": {},
"logging": {
"nodePort": 123,
"externalSyslog": "<string>"
},
"count": 123,
"cnsInternalDomain": "<string>",
"cnsPublicDomain": "<string>"
},
"none": {},
"$replace/none": {},
"gateway": {},
"$replace/gateway": {}
},
"$replace/loadBalancer": {
"manual": {
"packageId": "<string>",
"imageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"metadata": {},
"tags": {},
"logging": {
"nodePort": 123,
"externalSyslog": "<string>"
},
"count": 123,
"cnsInternalDomain": "<string>",
"cnsPublicDomain": "<string>"
},
"none": {},
"gateway": {}
},
"privateNetworkId": "<string>",
"firewallEnabled": true,
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"packageId": "<string>",
"overrideImageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"tritonTags": {},
"minSize": 123,
"maxSize": 123
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"packageId": "<string>",
"overrideImageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"tritonTags": {},
"minSize": 123,
"maxSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [
"labels"
],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$patch/taints": [
{
"$drop": [
"key"
],
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$retain/taints": [
"<string>"
],
"packageId": "<string>",
"overrideImageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"$drop/privateNetworkIds": [
"<string>"
],
"$append/privateNetworkIds": [
"<string>"
],
"$retain/privateNetworkIds": [
"<string>"
],
"tritonTags": {},
"$replace/tritonTags": {},
"minSize": 123,
"maxSize": 123
}
],
"$retain/nodePools": [
"<string>"
],
"imageId": "<string>",
"sshKeys": [
"<string>"
],
"$drop/sshKeys": [
"<string>"
],
"$append/sshKeys": [
"<string>"
],
"$retain/sshKeys": [
"<string>"
],
"autoscaler": {
"$drop": [
"expander"
],
"expander": [
"random"
],
"$drop/expander": [
"random"
],
"$append/expander": [
"random"
],
"$retain/expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"$replace/triton": {
"connection": {
"url": "<string>",
"account": "<string>",
"user": "<string>",
"privateKeySecretLink": "<string>"
},
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"location": "aws-eu-central-1",
"loadBalancer": {
"manual": {
"packageId": "<string>",
"imageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"metadata": {},
"tags": {},
"logging": {
"nodePort": 123,
"externalSyslog": "<string>"
},
"count": 123,
"cnsInternalDomain": "<string>",
"cnsPublicDomain": "<string>"
},
"none": {},
"gateway": {}
},
"privateNetworkId": "<string>",
"firewallEnabled": true,
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"packageId": "<string>",
"overrideImageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"tritonTags": {},
"minSize": 123,
"maxSize": 123
}
],
"imageId": "<string>",
"sshKeys": [
"<string>"
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"azure": {
"$drop": [
"location"
],
"location": "<string>",
"subscriptionId": "<string>",
"sdkSecretLink": "<string>",
"resourceGroup": "<string>",
"networking": {
"$drop": [
"serviceNetwork"
],
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"$replace/networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"$drop": [
"recommended"
],
"recommended": "ubuntu/noble-24.04",
"reference": {
"$drop": [
"publisher"
],
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
},
"$replace/reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"$replace/image": {
"recommended": "ubuntu/noble-24.04",
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"sshKeys": [
"<string>"
],
"$drop/sshKeys": [
"<string>"
],
"$append/sshKeys": [
"<string>"
],
"$retain/sshKeys": [
"<string>"
],
"networkId": "<string>",
"tags": {},
"$replace/tags": {},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"size": "<string>",
"subnetId": "<string>",
"zones": [
123
],
"overrideImage": {
"recommended": "ubuntu/noble-24.04",
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"size": "<string>",
"subnetId": "<string>",
"zones": [
123
],
"overrideImage": {
"recommended": "ubuntu/noble-24.04",
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [
"labels"
],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$patch/taints": [
{
"$drop": [
"key"
],
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$retain/taints": [
"<string>"
],
"size": "<string>",
"subnetId": "<string>",
"zones": [
123
],
"$drop/zones": [
123
],
"$append/zones": [
123
],
"$retain/zones": [
123
],
"overrideImage": {
"$drop": [
"recommended"
],
"recommended": "ubuntu/noble-24.04",
"reference": {
"$drop": [
"publisher"
],
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
},
"$replace/reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"$replace/overrideImage": {
"recommended": "ubuntu/noble-24.04",
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123
}
],
"$retain/nodePools": [
"<string>"
],
"autoscaler": {
"$drop": [
"expander"
],
"expander": [
"random"
],
"$drop/expander": [
"random"
],
"$append/expander": [
"random"
],
"$retain/expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"$replace/azure": {
"location": "<string>",
"subscriptionId": "<string>",
"sdkSecretLink": "<string>",
"resourceGroup": "<string>",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"recommended": "ubuntu/noble-24.04",
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"sshKeys": [
"<string>"
],
"networkId": "<string>",
"tags": {},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"size": "<string>",
"subnetId": "<string>",
"zones": [
123
],
"overrideImage": {
"recommended": "ubuntu/noble-24.04",
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123
}
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"digitalocean": {
"$drop": [
"region"
],
"region": "ams3",
"digitalOceanTags": [
"<string>"
],
"$drop/digitalOceanTags": [
"<string>"
],
"$append/digitalOceanTags": [
"<string>"
],
"$retain/digitalOceanTags": [
"<string>"
],
"networking": {
"$drop": [
"dnsForwarder"
],
"dnsForwarder": "<string>"
},
"$replace/networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"vpcId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"dropletSize": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"dropletSize": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [
"labels"
],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$patch/taints": [
{
"$drop": [
"key"
],
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$retain/taints": [
"<string>"
],
"dropletSize": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$retain/nodePools": [
"<string>"
],
"image": "<string>",
"sshKeys": [
"<string>"
],
"$drop/sshKeys": [
"<string>"
],
"$append/sshKeys": [
"<string>"
],
"$retain/sshKeys": [
"<string>"
],
"extraSshKeys": [
"<string>"
],
"$drop/extraSshKeys": [
"<string>"
],
"$append/extraSshKeys": [
"<string>"
],
"$retain/extraSshKeys": [
"<string>"
],
"autoscaler": {
"$drop": [
"expander"
],
"expander": [
"random"
],
"$drop/expander": [
"random"
],
"$append/expander": [
"random"
],
"$retain/expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"reservedIPs": [
"<string>"
],
"$drop/reservedIPs": [
"<string>"
],
"$append/reservedIPs": [
"<string>"
],
"$retain/reservedIPs": [
"<string>"
]
},
"$replace/digitalocean": {
"region": "ams3",
"digitalOceanTags": [
"<string>"
],
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"vpcId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"dropletSize": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"image": "<string>",
"sshKeys": [
"<string>"
],
"extraSshKeys": [
"<string>"
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"reservedIPs": [
"<string>"
]
},
"gcp": {
"$drop": [
"projectId"
],
"projectId": "<string>",
"region": "<string>",
"labels": {},
"$replace/labels": {},
"tags": [
"<string>"
],
"$drop/tags": [
"<string>"
],
"$append/tags": [
"<string>"
],
"$retain/tags": [
"<string>"
],
"metadata": {},
"$replace/metadata": {},
"network": "<string>",
"saKeyLink": "<string>",
"networking": {
"$drop": [
"serviceNetwork"
],
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"$replace/networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"$drop": [
"recommended"
],
"recommended": "ubuntu/jammy-22.04",
"family": {
"$drop": [
"project"
],
"project": "<string>",
"family": "<string>"
},
"$replace/family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"$replace/image": {
"recommended": "ubuntu/jammy-22.04",
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"machineType": "<string>",
"assignPublicIP": true,
"zone": "<string>",
"overrideImage": {
"recommended": "ubuntu/jammy-22.04",
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"preemptible": true,
"subnet": "<string>",
"localPersistentDisks": 123
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"machineType": "<string>",
"assignPublicIP": true,
"zone": "<string>",
"overrideImage": {
"recommended": "ubuntu/jammy-22.04",
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"preemptible": true,
"subnet": "<string>",
"localPersistentDisks": 123
}
],
"$patch/nodePools": [
{
"$drop": [
"labels"
],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$patch/taints": [
{
"$drop": [
"key"
],
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$retain/taints": [
"<string>"
],
"machineType": "<string>",
"assignPublicIP": true,
"zone": "<string>",
"overrideImage": {
"$drop": [
"recommended"
],
"recommended": "ubuntu/jammy-22.04",
"family": {
"$drop": [
"project"
],
"project": "<string>",
"family": "<string>"
},
"$replace/family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"$replace/overrideImage": {
"recommended": "ubuntu/jammy-22.04",
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"preemptible": true,
"subnet": "<string>",
"localPersistentDisks": 123
}
],
"$retain/nodePools": [
"<string>"
],
"autoscaler": {
"$drop": [
"expander"
],
"expander": [
"random"
],
"$drop/expander": [
"random"
],
"$append/expander": [
"random"
],
"$retain/expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"$replace/gcp": {
"projectId": "<string>",
"region": "<string>",
"labels": {},
"tags": [
"<string>"
],
"metadata": {},
"network": "<string>",
"saKeyLink": "<string>",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"recommended": "ubuntu/jammy-22.04",
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"machineType": "<string>",
"assignPublicIP": true,
"zone": "<string>",
"overrideImage": {
"recommended": "ubuntu/jammy-22.04",
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"preemptible": true,
"subnet": "<string>",
"localPersistentDisks": 123
}
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
}
},
"$replace/provider": {
"generic": {
"location": "aws-eu-central-1",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
]
},
"hetzner": {
"region": "fsn1",
"hetznerLabels": {},
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"networkId": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"dedicatedServerNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
],
"image": "ubuntu-20.04",
"sshKey": "<string>",
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"floatingIPSelector": {}
},
"aws": {
"region": "af-south-1",
"awsTags": {},
"skipCreateRoles": true,
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"recommended": "ubuntu/jammy-22.04",
"exact": "<string>"
},
"deployRoleArn": "<string>",
"deployRoleChain": [
{
"roleArn": "<string>",
"externalId": "<string>",
"sessionNamePrefix": "<string>"
}
],
"vpcId": "<string>",
"keyPair": "<string>",
"diskEncryptionKeyArn": "<string>",
"securityGroupIds": [
"<string>"
],
"extraNodePolicies": [
"<string>"
],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"instanceTypes": [
"<string>"
],
"overrideImage": {
"recommended": "ubuntu/jammy-22.04",
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"onDemandBaseCapacity": 123,
"onDemandPercentageAboveBaseCapacity": 123,
"spotAllocationStrategy": "lowest-price",
"subnetIds": [
"<string>"
],
"extraSecurityGroupIds": [
"<string>"
]
}
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"linode": {
"region": "<string>",
"tokenSecretLink": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"subnetId": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"image": "<string>",
"authorizedUsers": [
"<string>"
],
"authorizedKeys": [
"<string>"
],
"vpcId": "<string>",
"preInstallScript": "<string>",
"networking": {
"dnsForwarder": "<string>"
},
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"oblivus": {
"datacenter": "MON1",
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"minSize": 123,
"maxSize": 123,
"flavor": "A100_NVLINK_80GB_x8"
}
],
"sshKeys": [
"<string>"
],
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"preInstallScript": "<string>"
},
"lambdalabs": {
"region": "asia-northeast-1",
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"minSize": 123,
"maxSize": 123,
"instanceType": "cpu_4x_general"
}
],
"sshKey": "<string>",
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"fileSystems": [
"<string>"
],
"preInstallScript": "<string>"
},
"paperspace": {
"region": "AMS1",
"tokenSecretLink": "<string>",
"sharedDrives": [
"<string>"
],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"minSize": 123,
"maxSize": 123,
"publicIpType": "none",
"bootDiskSize": 123,
"machineType": "A100"
}
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
],
"preInstallScript": "<string>",
"userIds": [
"<string>"
],
"networkId": "<string>"
},
"ephemeral": {
"location": "aws-eu-central-1",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"count": 123,
"arch": "any",
"flavor": "debian",
"cpu": "<string>",
"memory": "<string>"
}
]
},
"triton": {
"connection": {
"url": "<string>",
"account": "<string>",
"user": "<string>",
"privateKeySecretLink": "<string>"
},
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"location": "aws-eu-central-1",
"loadBalancer": {
"manual": {
"packageId": "<string>",
"imageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"metadata": {},
"tags": {},
"logging": {
"nodePort": 123,
"externalSyslog": "<string>"
},
"count": 123,
"cnsInternalDomain": "<string>",
"cnsPublicDomain": "<string>"
},
"none": {},
"gateway": {}
},
"privateNetworkId": "<string>",
"firewallEnabled": true,
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"packageId": "<string>",
"overrideImageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"tritonTags": {},
"minSize": 123,
"maxSize": 123
}
],
"imageId": "<string>",
"sshKeys": [
"<string>"
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"azure": {
"location": "<string>",
"subscriptionId": "<string>",
"sdkSecretLink": "<string>",
"resourceGroup": "<string>",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"recommended": "ubuntu/noble-24.04",
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"sshKeys": [
"<string>"
],
"networkId": "<string>",
"tags": {},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"size": "<string>",
"subnetId": "<string>",
"zones": [
123
],
"overrideImage": {
"recommended": "ubuntu/noble-24.04",
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123
}
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"digitalocean": {
"region": "ams3",
"digitalOceanTags": [
"<string>"
],
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"vpcId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"dropletSize": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"image": "<string>",
"sshKeys": [
"<string>"
],
"extraSshKeys": [
"<string>"
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"reservedIPs": [
"<string>"
]
},
"gcp": {
"projectId": "<string>",
"region": "<string>",
"labels": {},
"tags": [
"<string>"
],
"metadata": {},
"network": "<string>",
"saKeyLink": "<string>",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"recommended": "ubuntu/jammy-22.04",
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"machineType": "<string>",
"assignPublicIP": true,
"zone": "<string>",
"overrideImage": {
"recommended": "ubuntu/jammy-22.04",
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"preemptible": true,
"subnet": "<string>",
"localPersistentDisks": 123
}
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
}
},
"addOns": {
"$drop": [
"dashboard"
],
"dashboard": {},
"$replace/dashboard": {},
"headlamp": {},
"$replace/headlamp": {},
"azureWorkloadIdentity": {
"$drop": [
"tenantId"
],
"tenantId": "<string>"
},
"$replace/azureWorkloadIdentity": {
"tenantId": "<string>"
},
"awsWorkloadIdentity": {},
"$replace/awsWorkloadIdentity": {},
"localPathStorage": {},
"$replace/localPathStorage": {},
"metrics": {
"$drop": [
"kubeState"
],
"kubeState": true,
"coreDns": true,
"kubelet": true,
"apiserver": true,
"nodeExporter": true,
"cadvisor": true,
"scrapeAnnotated": {
"$drop": [
"intervalSeconds"
],
"intervalSeconds": 123,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"retainLabels": "<string>"
},
"$replace/scrapeAnnotated": {
"intervalSeconds": 123,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"retainLabels": "<string>"
}
},
"$replace/metrics": {
"kubeState": true,
"coreDns": true,
"kubelet": true,
"apiserver": true,
"nodeExporter": true,
"cadvisor": true,
"scrapeAnnotated": {
"intervalSeconds": 123,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"retainLabels": "<string>"
}
},
"logs": {
"$drop": [
"auditEnabled"
],
"auditEnabled": true,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"docker": true,
"kubelet": true,
"kernel": true,
"events": true
},
"$replace/logs": {
"auditEnabled": true,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"docker": true,
"kubelet": true,
"kernel": true,
"events": true
},
"registryMirror": {
"$drop": [
"mirrors"
],
"mirrors": [
{
"registry": "<string>",
"mirrors": [
"<string>"
]
}
],
"$drop/mirrors": [
"<string>"
],
"$append/mirrors": [
{
"registry": "<string>",
"mirrors": [
"<string>"
]
}
],
"$patch/mirrors": [
{
"$drop": [
"registry"
],
"$replace/registry": "<string>",
"registry": "<unknown>",
"mirrors": [
"<string>"
],
"$drop/mirrors": [
"<string>"
],
"$append/mirrors": [
"<string>"
],
"$retain/mirrors": [
"<string>"
]
}
],
"$retain/mirrors": [
"<string>"
]
},
"$replace/registryMirror": {
"mirrors": [
{
"registry": "<string>",
"mirrors": [
"<string>"
]
}
]
},
"nvidia": {
"$drop": [
"taintGPUNodes"
],
"taintGPUNodes": true
},
"$replace/nvidia": {
"taintGPUNodes": true
},
"awsEFS": {
"$drop": [
"roleArn"
],
"roleArn": "<string>"
},
"$replace/awsEFS": {
"roleArn": "<string>"
},
"awsECR": {
"$drop": [
"roleArn"
],
"roleArn": "<string>"
},
"$replace/awsECR": {
"roleArn": "<string>"
},
"awsELB": {
"$drop": [
"roleArn"
],
"roleArn": "<string>"
},
"$replace/awsELB": {
"roleArn": "<string>"
},
"azureACR": {
"$drop": [
"clientId"
],
"clientId": "<string>"
},
"$replace/azureACR": {
"clientId": "<string>"
},
"sysbox": {},
"$replace/sysbox": {},
"byok": {
"$drop": [
"ignoreUpdates"
],
"ignoreUpdates": true,
"location": "<string>",
"config": {
"$drop": [
"actuator"
],
"actuator": {
"$drop": [
"minCpu"
],
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"logLevel": "trace",
"env": {},
"$replace/env": {}
},
"$replace/actuator": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"logLevel": "trace",
"env": {}
},
"middlebox": {
"$drop": [
"enabled"
],
"enabled": true,
"bandwidthAlertMbps": 123
},
"$replace/middlebox": {
"enabled": true,
"bandwidthAlertMbps": 123
},
"common": {
"$drop": [
"deploymentReplicas"
],
"deploymentReplicas": 123,
"pdb": {
"$drop": [
"maxUnavailable"
],
"maxUnavailable": 123
},
"$replace/pdb": {
"maxUnavailable": 123
}
},
"$replace/common": {
"deploymentReplicas": 123,
"pdb": {
"maxUnavailable": 123
}
},
"longhorn": {
"$drop": [
"replicas"
],
"replicas": 123
},
"$replace/longhorn": {
"replicas": 123
},
"byok": {
"$drop": [
"noDefaultStorageClasses"
],
"noDefaultStorageClasses": true
},
"$replace/byok": {
"noDefaultStorageClasses": true
},
"ingress": {
"$drop": [
"cpu"
],
"cpu": "<string>",
"memory": "<string>",
"targetPercent": 123
},
"$replace/ingress": {
"cpu": "<string>",
"memory": "<string>",
"targetPercent": 123
},
"istio": {
"$drop": [
"istiod"
],
"istiod": {
"$drop": [
"replicas"
],
"replicas": 123,
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"pdb": 123
},
"$replace/istiod": {
"replicas": 123,
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"pdb": 123
},
"ingressgateway": {
"$drop": [
"replicas"
],
"replicas": 123,
"maxCpu": "<string>",
"maxMemory": "<string>"
},
"$replace/ingressgateway": {
"replicas": 123,
"maxCpu": "<string>",
"maxMemory": "<string>"
},
"sidecar": {
"$drop": [
"minCpu"
],
"minCpu": "<string>",
"minMemory": "<string>"
},
"$replace/sidecar": {
"minCpu": "<string>",
"minMemory": "<string>"
}
},
"$replace/istio": {
"istiod": {
"replicas": 123,
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"pdb": 123
},
"ingressgateway": {
"replicas": 123,
"maxCpu": "<string>",
"maxMemory": "<string>"
},
"sidecar": {
"minCpu": "<string>",
"minMemory": "<string>"
}
},
"logSplitter": {
"$drop": [
"minCpu"
],
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"memBufferSize": "<string>",
"perPodRate": 123
},
"$replace/logSplitter": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"memBufferSize": "<string>",
"perPodRate": 123
},
"monitoring": {
"$drop": [
"minMemory"
],
"minMemory": "<string>",
"maxMemory": "<string>",
"kubeStateMetrics": {
"$drop": [
"minMemory"
],
"minMemory": "<string>"
},
"$replace/kubeStateMetrics": {
"minMemory": "<string>"
},
"prometheus": {
"$drop": [
"main"
],
"main": {
"$drop": [
"storage"
],
"storage": "<string>"
},
"$replace/main": {
"storage": "<string>"
}
},
"$replace/prometheus": {
"main": {
"storage": "<string>"
}
}
},
"$replace/monitoring": {
"minMemory": "<string>",
"maxMemory": "<string>",
"kubeStateMetrics": {
"minMemory": "<string>"
},
"prometheus": {
"main": {
"storage": "<string>"
}
}
},
"redis": {
"$drop": [
"minCpu"
],
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": "<string>"
},
"$replace/redis": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": "<string>"
},
"redisHa": {
"$drop": [
"minCpu"
],
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"$replace/redisHa": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"redisSentinel": {
"$drop": [
"minCpu"
],
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"$replace/redisSentinel": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"tempoAgent": {
"$drop": [
"minCpu"
],
"minCpu": "<string>",
"minMemory": "<string>"
},
"$replace/tempoAgent": {
"minCpu": "<string>",
"minMemory": "<string>"
},
"internalDns": {
"$drop": [
"minCpu"
],
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>"
},
"$replace/internalDns": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>"
}
},
"$replace/config": {
"actuator": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"logLevel": "trace",
"env": {}
},
"middlebox": {
"enabled": true,
"bandwidthAlertMbps": 123
},
"common": {
"deploymentReplicas": 123,
"pdb": {
"maxUnavailable": 123
}
},
"longhorn": {
"replicas": 123
},
"byok": {
"noDefaultStorageClasses": true
},
"ingress": {
"cpu": "<string>",
"memory": "<string>",
"targetPercent": 123
},
"istio": {
"istiod": {
"replicas": 123,
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"pdb": 123
},
"ingressgateway": {
"replicas": 123,
"maxCpu": "<string>",
"maxMemory": "<string>"
},
"sidecar": {
"minCpu": "<string>",
"minMemory": "<string>"
}
},
"logSplitter": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"memBufferSize": "<string>",
"perPodRate": 123
},
"monitoring": {
"minMemory": "<string>",
"maxMemory": "<string>",
"kubeStateMetrics": {
"minMemory": "<string>"
},
"prometheus": {
"main": {
"storage": "<string>"
}
}
},
"redis": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": "<string>"
},
"redisHa": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"redisSentinel": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"tempoAgent": {
"minCpu": "<string>",
"minMemory": "<string>"
},
"internalDns": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>"
}
}
},
"$replace/byok": {
"ignoreUpdates": true,
"location": "<string>",
"config": {
"actuator": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"logLevel": "trace",
"env": {}
},
"middlebox": {
"enabled": true,
"bandwidthAlertMbps": 123
},
"common": {
"deploymentReplicas": 123,
"pdb": {
"maxUnavailable": 123
}
},
"longhorn": {
"replicas": 123
},
"byok": {
"noDefaultStorageClasses": true
},
"ingress": {
"cpu": "<string>",
"memory": "<string>",
"targetPercent": 123
},
"istio": {
"istiod": {
"replicas": 123,
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"pdb": 123
},
"ingressgateway": {
"replicas": 123,
"maxCpu": "<string>",
"maxMemory": "<string>"
},
"sidecar": {
"minCpu": "<string>",
"minMemory": "<string>"
}
},
"logSplitter": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"memBufferSize": "<string>",
"perPodRate": 123
},
"monitoring": {
"minMemory": "<string>",
"maxMemory": "<string>",
"kubeStateMetrics": {
"minMemory": "<string>"
},
"prometheus": {
"main": {
"storage": "<string>"
}
}
},
"redis": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": "<string>"
},
"redisHa": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"redisSentinel": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"tempoAgent": {
"minCpu": "<string>",
"minMemory": "<string>"
},
"internalDns": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>"
}
}
}
},
"$replace/addOns": {
"dashboard": {},
"headlamp": {},
"azureWorkloadIdentity": {
"tenantId": "<string>"
},
"awsWorkloadIdentity": {},
"localPathStorage": {},
"metrics": {
"kubeState": true,
"coreDns": true,
"kubelet": true,
"apiserver": true,
"nodeExporter": true,
"cadvisor": true,
"scrapeAnnotated": {
"intervalSeconds": 123,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"retainLabels": "<string>"
}
},
"logs": {
"auditEnabled": true,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"docker": true,
"kubelet": true,
"kernel": true,
"events": true
},
"registryMirror": {
"mirrors": [
{
"registry": "<string>",
"mirrors": [
"<string>"
]
}
]
},
"nvidia": {
"taintGPUNodes": true
},
"awsEFS": {
"roleArn": "<string>"
},
"awsECR": {
"roleArn": "<string>"
},
"awsELB": {
"roleArn": "<string>"
},
"azureACR": {
"clientId": "<string>"
},
"sysbox": {},
"byok": {
"ignoreUpdates": true,
"location": "<string>",
"config": {
"actuator": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"logLevel": "trace",
"env": {}
},
"middlebox": {
"enabled": true,
"bandwidthAlertMbps": 123
},
"common": {
"deploymentReplicas": 123,
"pdb": {
"maxUnavailable": 123
}
},
"longhorn": {
"replicas": 123
},
"byok": {
"noDefaultStorageClasses": true
},
"ingress": {
"cpu": "<string>",
"memory": "<string>",
"targetPercent": 123
},
"istio": {
"istiod": {
"replicas": 123,
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"pdb": 123
},
"ingressgateway": {
"replicas": 123,
"maxCpu": "<string>",
"maxMemory": "<string>"
},
"sidecar": {
"minCpu": "<string>",
"minMemory": "<string>"
}
},
"logSplitter": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"memBufferSize": "<string>",
"perPodRate": 123
},
"monitoring": {
"minMemory": "<string>",
"maxMemory": "<string>",
"kubeStateMetrics": {
"minMemory": "<string>"
},
"prometheus": {
"main": {
"storage": "<string>"
}
}
},
"redis": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": "<string>"
},
"redisHa": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"redisSentinel": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"tempoAgent": {
"minCpu": "<string>",
"minMemory": "<string>"
},
"internalDns": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>"
}
}
}
}
},
"$replace/spec": {
"version": "1.26.0",
"firewall": [
{
"sourceCIDR": "<string>",
"description": "<string>"
}
],
"provider": {
"generic": {
"location": "aws-eu-central-1",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
]
},
"hetzner": {
"region": "fsn1",
"hetznerLabels": {},
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"networkId": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"dedicatedServerNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
],
"image": "ubuntu-20.04",
"sshKey": "<string>",
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"floatingIPSelector": {}
},
"aws": {
"region": "af-south-1",
"awsTags": {},
"skipCreateRoles": true,
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"recommended": "ubuntu/jammy-22.04",
"exact": "<string>"
},
"deployRoleArn": "<string>",
"deployRoleChain": [
{
"roleArn": "<string>",
"externalId": "<string>",
"sessionNamePrefix": "<string>"
}
],
"vpcId": "<string>",
"keyPair": "<string>",
"diskEncryptionKeyArn": "<string>",
"securityGroupIds": [
"<string>"
],
"extraNodePolicies": [
"<string>"
],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"instanceTypes": [
"<string>"
],
"overrideImage": {
"recommended": "ubuntu/jammy-22.04",
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"onDemandBaseCapacity": 123,
"onDemandPercentageAboveBaseCapacity": 123,
"spotAllocationStrategy": "lowest-price",
"subnetIds": [
"<string>"
],
"extraSecurityGroupIds": [
"<string>"
]
}
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"linode": {
"region": "<string>",
"tokenSecretLink": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"subnetId": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"image": "<string>",
"authorizedUsers": [
"<string>"
],
"authorizedKeys": [
"<string>"
],
"vpcId": "<string>",
"preInstallScript": "<string>",
"networking": {
"dnsForwarder": "<string>"
},
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"oblivus": {
"datacenter": "MON1",
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"minSize": 123,
"maxSize": 123,
"flavor": "A100_NVLINK_80GB_x8"
}
],
"sshKeys": [
"<string>"
],
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"preInstallScript": "<string>"
},
"lambdalabs": {
"region": "asia-northeast-1",
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"minSize": 123,
"maxSize": 123,
"instanceType": "cpu_4x_general"
}
],
"sshKey": "<string>",
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"fileSystems": [
"<string>"
],
"preInstallScript": "<string>"
},
"paperspace": {
"region": "AMS1",
"tokenSecretLink": "<string>",
"sharedDrives": [
"<string>"
],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"minSize": 123,
"maxSize": 123,
"publicIpType": "none",
"bootDiskSize": 123,
"machineType": "A100"
}
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
],
"preInstallScript": "<string>",
"userIds": [
"<string>"
],
"networkId": "<string>"
},
"ephemeral": {
"location": "aws-eu-central-1",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"count": 123,
"arch": "any",
"flavor": "debian",
"cpu": "<string>",
"memory": "<string>"
}
]
},
"triton": {
"connection": {
"url": "<string>",
"account": "<string>",
"user": "<string>",
"privateKeySecretLink": "<string>"
},
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"location": "aws-eu-central-1",
"loadBalancer": {
"manual": {
"packageId": "<string>",
"imageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"metadata": {},
"tags": {},
"logging": {
"nodePort": 123,
"externalSyslog": "<string>"
},
"count": 123,
"cnsInternalDomain": "<string>",
"cnsPublicDomain": "<string>"
},
"none": {},
"gateway": {}
},
"privateNetworkId": "<string>",
"firewallEnabled": true,
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"packageId": "<string>",
"overrideImageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"tritonTags": {},
"minSize": 123,
"maxSize": 123
}
],
"imageId": "<string>",
"sshKeys": [
"<string>"
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"azure": {
"location": "<string>",
"subscriptionId": "<string>",
"sdkSecretLink": "<string>",
"resourceGroup": "<string>",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"recommended": "ubuntu/noble-24.04",
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"sshKeys": [
"<string>"
],
"networkId": "<string>",
"tags": {},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"size": "<string>",
"subnetId": "<string>",
"zones": [
123
],
"overrideImage": {
"recommended": "ubuntu/noble-24.04",
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123
}
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"digitalocean": {
"region": "ams3",
"digitalOceanTags": [
"<string>"
],
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"vpcId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"dropletSize": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"image": "<string>",
"sshKeys": [
"<string>"
],
"extraSshKeys": [
"<string>"
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"reservedIPs": [
"<string>"
]
},
"gcp": {
"projectId": "<string>",
"region": "<string>",
"labels": {},
"tags": [
"<string>"
],
"metadata": {},
"network": "<string>",
"saKeyLink": "<string>",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"recommended": "ubuntu/jammy-22.04",
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"machineType": "<string>",
"assignPublicIP": true,
"zone": "<string>",
"overrideImage": {
"recommended": "ubuntu/jammy-22.04",
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"preemptible": true,
"subnet": "<string>",
"localPersistentDisks": 123
}
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
}
},
"addOns": {
"dashboard": {},
"headlamp": {},
"azureWorkloadIdentity": {
"tenantId": "<string>"
},
"awsWorkloadIdentity": {},
"localPathStorage": {},
"metrics": {
"kubeState": true,
"coreDns": true,
"kubelet": true,
"apiserver": true,
"nodeExporter": true,
"cadvisor": true,
"scrapeAnnotated": {
"intervalSeconds": 123,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"retainLabels": "<string>"
}
},
"logs": {
"auditEnabled": true,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"docker": true,
"kubelet": true,
"kernel": true,
"events": true
},
"registryMirror": {
"mirrors": [
{
"registry": "<string>",
"mirrors": [
"<string>"
]
}
]
},
"nvidia": {
"taintGPUNodes": true
},
"awsEFS": {
"roleArn": "<string>"
},
"awsECR": {
"roleArn": "<string>"
},
"awsELB": {
"roleArn": "<string>"
},
"azureACR": {
"clientId": "<string>"
},
"sysbox": {},
"byok": {
"ignoreUpdates": true,
"location": "<string>",
"config": {
"actuator": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"logLevel": "trace",
"env": {}
},
"middlebox": {
"enabled": true,
"bandwidthAlertMbps": 123
},
"common": {
"deploymentReplicas": 123,
"pdb": {
"maxUnavailable": 123
}
},
"longhorn": {
"replicas": 123
},
"byok": {
"noDefaultStorageClasses": true
},
"ingress": {
"cpu": "<string>",
"memory": "<string>",
"targetPercent": 123
},
"istio": {
"istiod": {
"replicas": 123,
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"pdb": 123
},
"ingressgateway": {
"replicas": 123,
"maxCpu": "<string>",
"maxMemory": "<string>"
},
"sidecar": {
"minCpu": "<string>",
"minMemory": "<string>"
}
},
"logSplitter": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"memBufferSize": "<string>",
"perPodRate": 123
},
"monitoring": {
"minMemory": "<string>",
"maxMemory": "<string>",
"kubeStateMetrics": {
"minMemory": "<string>"
},
"prometheus": {
"main": {
"storage": "<string>"
}
}
},
"redis": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": "<string>"
},
"redisHa": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"redisSentinel": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"tempoAgent": {
"minCpu": "<string>",
"minMemory": "<string>"
},
"internalDns": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>"
}
}
}
}
}
}
'{
"id": "<string>",
"name": "<string>",
"kind": "<string>",
"version": 123,
"description": "<string>",
"tags": {},
"created": "2023-11-07T05:31:56Z",
"lastModified": "2023-11-07T05:31:56Z",
"links": [
{
"rel": "<string>",
"href": "<string>"
}
],
"spec": {
"version": "1.26.0",
"firewall": [
{
"sourceCIDR": "<string>",
"description": "<string>"
}
],
"provider": {
"generic": {
"location": "aws-eu-central-1",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
]
},
"hetzner": {
"region": "fsn1",
"hetznerLabels": {},
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"networkId": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"dedicatedServerNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
],
"image": "ubuntu-20.04",
"sshKey": "<string>",
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"floatingIPSelector": {}
},
"aws": {
"region": "af-south-1",
"awsTags": {},
"skipCreateRoles": true,
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"recommended": "ubuntu/jammy-22.04",
"exact": "<string>"
},
"deployRoleArn": "<string>",
"deployRoleChain": [
{
"roleArn": "<string>",
"externalId": "<string>",
"sessionNamePrefix": "<string>"
}
],
"vpcId": "<string>",
"keyPair": "<string>",
"diskEncryptionKeyArn": "<string>",
"securityGroupIds": [
"<string>"
],
"extraNodePolicies": [
"<string>"
],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"instanceTypes": [
"<string>"
],
"overrideImage": {
"recommended": "ubuntu/jammy-22.04",
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"onDemandBaseCapacity": 123,
"onDemandPercentageAboveBaseCapacity": 123,
"spotAllocationStrategy": "lowest-price",
"subnetIds": [
"<string>"
],
"extraSecurityGroupIds": [
"<string>"
]
}
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"linode": {
"region": "<string>",
"tokenSecretLink": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"subnetId": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"image": "<string>",
"authorizedUsers": [
"<string>"
],
"authorizedKeys": [
"<string>"
],
"vpcId": "<string>",
"preInstallScript": "<string>",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"oblivus": {
"datacenter": "MON1",
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"minSize": 123,
"maxSize": 123,
"flavor": "A100_NVLINK_80GB_x8"
}
],
"sshKeys": [
"<string>"
],
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"preInstallScript": "<string>"
},
"lambdalabs": {
"region": "asia-northeast-1",
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"minSize": 123,
"maxSize": 123,
"instanceType": "cpu_4x_general"
}
],
"sshKey": "<string>",
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"fileSystems": [
"<string>"
],
"preInstallScript": "<string>"
},
"paperspace": {
"region": "AMS1",
"tokenSecretLink": "<string>",
"sharedDrives": [
"<string>"
],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"minSize": 123,
"maxSize": 123,
"publicIpType": "none",
"bootDiskSize": 123,
"machineType": "A100"
}
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
],
"preInstallScript": "<string>",
"userIds": [
"<string>"
],
"networkId": "<string>"
},
"ephemeral": {
"location": "aws-eu-central-1",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"count": 123,
"arch": "any",
"flavor": "debian",
"cpu": "<string>",
"memory": "<string>"
}
]
},
"triton": {
"connection": {
"url": "<string>",
"account": "<string>",
"user": "<string>",
"privateKeySecretLink": "<string>"
},
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"location": "aws-eu-central-1",
"loadBalancer": {
"manual": {
"packageId": "<string>",
"imageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"metadata": {},
"tags": {},
"logging": {
"nodePort": 123,
"externalSyslog": "<string>"
},
"count": 123,
"cnsInternalDomain": "<string>",
"cnsPublicDomain": "<string>"
},
"none": {},
"gateway": {}
},
"privateNetworkId": "<string>",
"firewallEnabled": true,
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"packageId": "<string>",
"overrideImageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"tritonTags": {},
"minSize": 123,
"maxSize": 123
}
],
"imageId": "<string>",
"sshKeys": [
"<string>"
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"azure": {
"location": "<string>",
"subscriptionId": "<string>",
"sdkSecretLink": "<string>",
"resourceGroup": "<string>",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"recommended": "ubuntu/noble-24.04",
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"sshKeys": [
"<string>"
],
"networkId": "<string>",
"tags": {},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"size": "<string>",
"subnetId": "<string>",
"zones": [
123
],
"overrideImage": {
"recommended": "ubuntu/noble-24.04",
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123
}
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"digitalocean": {
"region": "ams3",
"digitalOceanTags": [
"<string>"
],
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"vpcId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"dropletSize": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"image": "<string>",
"sshKeys": [
"<string>"
],
"extraSshKeys": [
"<string>"
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"reservedIPs": [
"<string>"
]
},
"gcp": {
"projectId": "<string>",
"region": "<string>",
"labels": {},
"tags": [
"<string>"
],
"metadata": {},
"network": "<string>",
"saKeyLink": "<string>",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"recommended": "ubuntu/jammy-22.04",
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"machineType": "<string>",
"assignPublicIP": true,
"zone": "<string>",
"overrideImage": {
"recommended": "ubuntu/jammy-22.04",
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"preemptible": true,
"subnet": "<string>",
"localPersistentDisks": 123
}
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
}
},
"addOns": {
"dashboard": {},
"headlamp": {},
"azureWorkloadIdentity": {
"tenantId": "<string>"
},
"awsWorkloadIdentity": {},
"localPathStorage": {},
"metrics": {
"kubeState": true,
"coreDns": true,
"kubelet": true,
"apiserver": true,
"nodeExporter": true,
"cadvisor": true,
"scrapeAnnotated": {
"intervalSeconds": 123,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"retainLabels": "<string>"
}
},
"logs": {
"auditEnabled": true,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"docker": true,
"kubelet": true,
"kernel": true,
"events": true
},
"registryMirror": {
"mirrors": [
{
"registry": "<string>",
"mirrors": [
"<string>"
]
}
]
},
"nvidia": {
"taintGPUNodes": true
},
"awsEFS": {
"roleArn": "<string>"
},
"awsECR": {
"roleArn": "<string>"
},
"awsELB": {
"roleArn": "<string>"
},
"azureACR": {
"clientId": "<string>"
},
"sysbox": {},
"byok": {
"ignoreUpdates": true,
"location": "<string>",
"config": {
"actuator": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"logLevel": "trace",
"env": {}
},
"middlebox": {
"enabled": true,
"bandwidthAlertMbps": 123
},
"common": {
"deploymentReplicas": 123,
"pdb": {
"maxUnavailable": 123
}
},
"longhorn": {
"replicas": 123
},
"byok": {
"noDefaultStorageClasses": true
},
"ingress": {
"cpu": "<string>",
"memory": "<string>",
"targetPercent": 123
},
"istio": {
"istiod": {
"replicas": 123,
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"pdb": 123
},
"ingressgateway": {
"replicas": 123,
"maxCpu": "<string>",
"maxMemory": "<string>"
},
"sidecar": {
"minCpu": "<string>",
"minMemory": "<string>"
}
},
"logSplitter": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"memBufferSize": "<string>",
"perPodRate": 123
},
"monitoring": {
"minMemory": "<string>",
"maxMemory": "<string>",
"kubeStateMetrics": {
"minMemory": "<string>"
},
"prometheus": {
"main": {
"storage": "<string>"
}
}
},
"redis": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": "<string>"
},
"redisHa": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"redisSentinel": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"tempoAgent": {
"minCpu": "<string>",
"minMemory": "<string>"
},
"internalDns": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>"
}
}
}
}
},
"alias": "<string>",
"status": {
"oidcProviderUrl": "<string>",
"serverUrl": "<string>",
"homeLocation": "<string>",
"addOns": {
"dashboard": {
"url": "<string>"
},
"headlamp": {
"url": "<string>"
},
"awsWorkloadIdentity": {
"oidcProviderConfig": {
"providerUrl": "<string>",
"audience": "<string>"
},
"trustPolicy": {}
},
"metrics": {
"prometheusEndpoint": "<string>",
"remoteWriteConfig": {}
},
"logs": {
"lokiAddress": "<string>"
},
"awsECR": {
"trustPolicy": {}
},
"awsEFS": {
"trustPolicy": {}
},
"awsELB": {
"trustPolicy": {}
}
}
}
}curl --request PATCH \
--url https://api.cpln.io/org/{org}/mk8s/{name} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"$drop": [
"description"
],
"name": "<string>",
"description": "<string>",
"tags": {},
"$replace/tags": {},
"spec": {
"$drop": [
"version"
],
"version": "1.26.0",
"firewall": [
{
"sourceCIDR": "<string>",
"description": "<string>"
}
],
"$drop/firewall": [
"<string>"
],
"$append/firewall": [
{
"sourceCIDR": "<string>",
"description": "<string>"
}
],
"$patch/firewall": [
{
"$drop": [
"sourceCIDR"
],
"sourceCIDR": "<string>",
"description": "<string>"
}
],
"$retain/firewall": [
"<string>"
],
"provider": {
"$drop": [
"generic"
],
"generic": {
"$drop": [
"location"
],
"location": "aws-eu-central-1",
"networking": {
"$drop": [
"serviceNetwork"
],
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"$replace/networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
],
"$patch/nodePools": [
{
"$drop": [
"labels"
],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$patch/taints": [
{
"$drop": [
"key"
],
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$retain/taints": [
"<string>"
]
}
],
"$retain/nodePools": [
"<string>"
]
},
"$replace/generic": {
"location": "aws-eu-central-1",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
]
},
"hetzner": {
"$drop": [
"region"
],
"region": "fsn1",
"hetznerLabels": {},
"$replace/hetznerLabels": {},
"networking": {
"$drop": [
"dnsForwarder"
],
"dnsForwarder": "<string>"
},
"$replace/networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"networkId": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [
"labels"
],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$patch/taints": [
{
"$drop": [
"key"
],
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$retain/taints": [
"<string>"
],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$retain/nodePools": [
"<string>"
],
"dedicatedServerNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
],
"$drop/dedicatedServerNodePools": [
"<string>"
],
"$append/dedicatedServerNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
],
"$patch/dedicatedServerNodePools": [
{
"$drop": [
"labels"
],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$patch/taints": [
{
"$drop": [
"key"
],
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$retain/taints": [
"<string>"
]
}
],
"$retain/dedicatedServerNodePools": [
"<string>"
],
"image": "ubuntu-20.04",
"sshKey": "<string>",
"autoscaler": {
"$drop": [
"expander"
],
"expander": [
"random"
],
"$drop/expander": [
"random"
],
"$append/expander": [
"random"
],
"$retain/expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"floatingIPSelector": {},
"$replace/floatingIPSelector": {}
},
"$replace/hetzner": {
"region": "fsn1",
"hetznerLabels": {},
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"networkId": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"dedicatedServerNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
],
"image": "ubuntu-20.04",
"sshKey": "<string>",
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"floatingIPSelector": {}
},
"aws": {
"$drop": [
"region"
],
"region": "af-south-1",
"awsTags": {},
"$replace/awsTags": {},
"skipCreateRoles": true,
"networking": {
"$drop": [
"serviceNetwork"
],
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"$replace/networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"$drop": [
"recommended"
],
"recommended": "ubuntu/jammy-22.04",
"exact": "<string>"
},
"$replace/image": {
"recommended": "ubuntu/jammy-22.04",
"exact": "<string>"
},
"deployRoleArn": "<string>",
"deployRoleChain": [
{
"roleArn": "<string>",
"externalId": "<string>",
"sessionNamePrefix": "<string>"
}
],
"$drop/deployRoleChain": [
"<string>"
],
"$append/deployRoleChain": [
{
"roleArn": "<string>",
"externalId": "<string>",
"sessionNamePrefix": "<string>"
}
],
"$patch/deployRoleChain": [
{
"$drop": [
"roleArn"
],
"roleArn": "<string>",
"externalId": "<string>",
"sessionNamePrefix": "<string>"
}
],
"$retain/deployRoleChain": [
"<string>"
],
"vpcId": "<string>",
"keyPair": "<string>",
"diskEncryptionKeyArn": "<string>",
"securityGroupIds": [
"<string>"
],
"$drop/securityGroupIds": [
"<string>"
],
"$append/securityGroupIds": [
"<string>"
],
"$retain/securityGroupIds": [
"<string>"
],
"extraNodePolicies": [
"<string>"
],
"$drop/extraNodePolicies": [
"<string>"
],
"$append/extraNodePolicies": [
"<string>"
],
"$retain/extraNodePolicies": [
"<string>"
],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"instanceTypes": [
"<string>"
],
"overrideImage": {
"recommended": "ubuntu/jammy-22.04",
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"onDemandBaseCapacity": 123,
"onDemandPercentageAboveBaseCapacity": 123,
"spotAllocationStrategy": "lowest-price",
"subnetIds": [
"<string>"
],
"extraSecurityGroupIds": [
"<string>"
]
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"instanceTypes": [
"<string>"
],
"overrideImage": {
"recommended": "ubuntu/jammy-22.04",
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"onDemandBaseCapacity": 123,
"onDemandPercentageAboveBaseCapacity": 123,
"spotAllocationStrategy": "lowest-price",
"subnetIds": [
"<string>"
],
"extraSecurityGroupIds": [
"<string>"
]
}
],
"$patch/nodePools": [
{
"$drop": [
"labels"
],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$patch/taints": [
{
"$drop": [
"key"
],
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$retain/taints": [
"<string>"
],
"instanceTypes": [
"<string>"
],
"$drop/instanceTypes": [
"<string>"
],
"$append/instanceTypes": [
"<string>"
],
"$retain/instanceTypes": [
"<string>"
],
"overrideImage": {
"$drop": [
"recommended"
],
"recommended": "ubuntu/jammy-22.04",
"exact": "<string>"
},
"$replace/overrideImage": {
"recommended": "ubuntu/jammy-22.04",
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"onDemandBaseCapacity": 123,
"onDemandPercentageAboveBaseCapacity": 123,
"spotAllocationStrategy": "lowest-price",
"subnetIds": [
"<string>"
],
"$drop/subnetIds": [
"<string>"
],
"$append/subnetIds": [
"<string>"
],
"$retain/subnetIds": [
"<string>"
],
"extraSecurityGroupIds": [
"<string>"
],
"$drop/extraSecurityGroupIds": [
"<string>"
],
"$append/extraSecurityGroupIds": [
"<string>"
],
"$retain/extraSecurityGroupIds": [
"<string>"
]
}
],
"$retain/nodePools": [
"<string>"
],
"autoscaler": {
"$drop": [
"expander"
],
"expander": [
"random"
],
"$drop/expander": [
"random"
],
"$append/expander": [
"random"
],
"$retain/expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"$replace/aws": {
"region": "af-south-1",
"awsTags": {},
"skipCreateRoles": true,
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"recommended": "ubuntu/jammy-22.04",
"exact": "<string>"
},
"deployRoleArn": "<string>",
"deployRoleChain": [
{
"roleArn": "<string>",
"externalId": "<string>",
"sessionNamePrefix": "<string>"
}
],
"vpcId": "<string>",
"keyPair": "<string>",
"diskEncryptionKeyArn": "<string>",
"securityGroupIds": [
"<string>"
],
"extraNodePolicies": [
"<string>"
],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"instanceTypes": [
"<string>"
],
"overrideImage": {
"recommended": "ubuntu/jammy-22.04",
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"onDemandBaseCapacity": 123,
"onDemandPercentageAboveBaseCapacity": 123,
"spotAllocationStrategy": "lowest-price",
"subnetIds": [
"<string>"
],
"extraSecurityGroupIds": [
"<string>"
]
}
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"linode": {
"$drop": [
"region"
],
"region": "<string>",
"tokenSecretLink": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"subnetId": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"subnetId": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [
"labels"
],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$patch/taints": [
{
"$drop": [
"key"
],
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$retain/taints": [
"<string>"
],
"serverType": "<string>",
"overrideImage": "<string>",
"subnetId": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$retain/nodePools": [
"<string>"
],
"image": "<string>",
"authorizedUsers": [
"<string>"
],
"$drop/authorizedUsers": [
"<string>"
],
"$append/authorizedUsers": [
"<string>"
],
"$retain/authorizedUsers": [
"<string>"
],
"authorizedKeys": [
"<string>"
],
"$drop/authorizedKeys": [
"<string>"
],
"$append/authorizedKeys": [
"<string>"
],
"$retain/authorizedKeys": [
"<string>"
],
"vpcId": "<string>",
"preInstallScript": "<string>",
"networking": {
"$drop": [
"dnsForwarder"
],
"dnsForwarder": "<string>"
},
"$replace/networking": {
"dnsForwarder": "<string>"
},
"autoscaler": {
"$drop": [
"expander"
],
"expander": [
"random"
],
"$drop/expander": [
"random"
],
"$append/expander": [
"random"
],
"$retain/expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"$replace/linode": {
"region": "<string>",
"tokenSecretLink": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"subnetId": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"image": "<string>",
"authorizedUsers": [
"<string>"
],
"authorizedKeys": [
"<string>"
],
"vpcId": "<string>",
"preInstallScript": "<string>",
"networking": {
"dnsForwarder": "<string>"
},
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"oblivus": {
"$drop": [
"datacenter"
],
"datacenter": "MON1",
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"minSize": 123,
"maxSize": 123,
"flavor": "A100_NVLINK_80GB_x8"
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"minSize": 123,
"maxSize": 123,
"flavor": "A100_NVLINK_80GB_x8"
}
],
"$patch/nodePools": [
{
"$drop": [
"labels"
],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$patch/taints": [
{
"$drop": [
"key"
],
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$retain/taints": [
"<string>"
],
"minSize": 123,
"maxSize": 123,
"flavor": "A100_NVLINK_80GB_x8"
}
],
"$retain/nodePools": [
"<string>"
],
"sshKeys": [
"<string>"
],
"$drop/sshKeys": [
"<string>"
],
"$append/sshKeys": [
"<string>"
],
"$retain/sshKeys": [
"<string>"
],
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
],
"$drop/unmanagedNodePools": [
"<string>"
],
"$append/unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
],
"$patch/unmanagedNodePools": [
{
"$drop": [
"labels"
],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$patch/taints": [
{
"$drop": [
"key"
],
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$retain/taints": [
"<string>"
]
}
],
"$retain/unmanagedNodePools": [
"<string>"
],
"autoscaler": {
"$drop": [
"expander"
],
"expander": [
"random"
],
"$drop/expander": [
"random"
],
"$append/expander": [
"random"
],
"$retain/expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"preInstallScript": "<string>"
},
"$replace/oblivus": {
"datacenter": "MON1",
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"minSize": 123,
"maxSize": 123,
"flavor": "A100_NVLINK_80GB_x8"
}
],
"sshKeys": [
"<string>"
],
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"preInstallScript": "<string>"
},
"lambdalabs": {
"$drop": [
"region"
],
"region": "asia-northeast-1",
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"minSize": 123,
"maxSize": 123,
"instanceType": "cpu_4x_general"
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"minSize": 123,
"maxSize": 123,
"instanceType": "cpu_4x_general"
}
],
"$patch/nodePools": [
{
"$drop": [
"labels"
],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$patch/taints": [
{
"$drop": [
"key"
],
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$retain/taints": [
"<string>"
],
"minSize": 123,
"maxSize": 123,
"instanceType": "cpu_4x_general"
}
],
"$retain/nodePools": [
"<string>"
],
"sshKey": "<string>",
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
],
"$drop/unmanagedNodePools": [
"<string>"
],
"$append/unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
],
"$patch/unmanagedNodePools": [
{
"$drop": [
"labels"
],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$patch/taints": [
{
"$drop": [
"key"
],
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$retain/taints": [
"<string>"
]
}
],
"$retain/unmanagedNodePools": [
"<string>"
],
"autoscaler": {
"$drop": [
"expander"
],
"expander": [
"random"
],
"$drop/expander": [
"random"
],
"$append/expander": [
"random"
],
"$retain/expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"fileSystems": [
"<string>"
],
"$drop/fileSystems": [
"<string>"
],
"$append/fileSystems": [
"<string>"
],
"$retain/fileSystems": [
"<string>"
],
"preInstallScript": "<string>"
},
"$replace/lambdalabs": {
"region": "asia-northeast-1",
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"minSize": 123,
"maxSize": 123,
"instanceType": "cpu_4x_general"
}
],
"sshKey": "<string>",
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"fileSystems": [
"<string>"
],
"preInstallScript": "<string>"
},
"paperspace": {
"$drop": [
"region"
],
"region": "AMS1",
"tokenSecretLink": "<string>",
"sharedDrives": [
"<string>"
],
"$drop/sharedDrives": [
"<string>"
],
"$append/sharedDrives": [
"<string>"
],
"$retain/sharedDrives": [
"<string>"
],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"minSize": 123,
"maxSize": 123,
"publicIpType": "none",
"bootDiskSize": 123,
"machineType": "A100"
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"minSize": 123,
"maxSize": 123,
"publicIpType": "none",
"bootDiskSize": 123,
"machineType": "A100"
}
],
"$patch/nodePools": [
{
"$drop": [
"labels"
],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$patch/taints": [
{
"$drop": [
"key"
],
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$retain/taints": [
"<string>"
],
"minSize": 123,
"maxSize": 123,
"publicIpType": "none",
"bootDiskSize": 123,
"machineType": "A100"
}
],
"$retain/nodePools": [
"<string>"
],
"autoscaler": {
"$drop": [
"expander"
],
"expander": [
"random"
],
"$drop/expander": [
"random"
],
"$append/expander": [
"random"
],
"$retain/expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
],
"$drop/unmanagedNodePools": [
"<string>"
],
"$append/unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
],
"$patch/unmanagedNodePools": [
{
"$drop": [
"labels"
],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$patch/taints": [
{
"$drop": [
"key"
],
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$retain/taints": [
"<string>"
]
}
],
"$retain/unmanagedNodePools": [
"<string>"
],
"preInstallScript": "<string>",
"userIds": [
"<string>"
],
"$drop/userIds": [
"<string>"
],
"$append/userIds": [
"<string>"
],
"$retain/userIds": [
"<string>"
],
"networkId": "<string>"
},
"$replace/paperspace": {
"region": "AMS1",
"tokenSecretLink": "<string>",
"sharedDrives": [
"<string>"
],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"minSize": 123,
"maxSize": 123,
"publicIpType": "none",
"bootDiskSize": 123,
"machineType": "A100"
}
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
],
"preInstallScript": "<string>",
"userIds": [
"<string>"
],
"networkId": "<string>"
},
"ephemeral": {
"$drop": [
"location"
],
"location": "aws-eu-central-1",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"count": 123,
"arch": "any",
"flavor": "debian",
"cpu": "<string>",
"memory": "<string>"
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"count": 123,
"arch": "any",
"flavor": "debian",
"cpu": "<string>",
"memory": "<string>"
}
],
"$patch/nodePools": [
{
"$drop": [
"labels"
],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$patch/taints": [
{
"$drop": [
"key"
],
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$retain/taints": [
"<string>"
],
"count": 123,
"arch": "any",
"flavor": "debian",
"cpu": "<string>",
"memory": "<string>"
}
],
"$retain/nodePools": [
"<string>"
]
},
"$replace/ephemeral": {
"location": "aws-eu-central-1",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"count": 123,
"arch": "any",
"flavor": "debian",
"cpu": "<string>",
"memory": "<string>"
}
]
},
"triton": {
"$drop": [
"connection"
],
"connection": {
"$drop": [
"url"
],
"url": "<string>",
"account": "<string>",
"user": "<string>",
"privateKeySecretLink": "<string>"
},
"$replace/connection": {
"url": "<string>",
"account": "<string>",
"user": "<string>",
"privateKeySecretLink": "<string>"
},
"networking": {
"$drop": [
"dnsForwarder"
],
"dnsForwarder": "<string>"
},
"$replace/networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"location": "aws-eu-central-1",
"loadBalancer": {
"$drop": [
"manual"
],
"manual": {
"$drop": [
"packageId"
],
"packageId": "<string>",
"imageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"$drop/privateNetworkIds": [
"<string>"
],
"$append/privateNetworkIds": [
"<string>"
],
"$retain/privateNetworkIds": [
"<string>"
],
"metadata": {},
"$replace/metadata": {},
"tags": {},
"$replace/tags": {},
"logging": {
"$drop": [
"nodePort"
],
"nodePort": 123,
"externalSyslog": "<string>"
},
"$replace/logging": {
"nodePort": 123,
"externalSyslog": "<string>"
},
"count": 123,
"cnsInternalDomain": "<string>",
"cnsPublicDomain": "<string>"
},
"$replace/manual": {
"packageId": "<string>",
"imageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"metadata": {},
"tags": {},
"logging": {
"nodePort": 123,
"externalSyslog": "<string>"
},
"count": 123,
"cnsInternalDomain": "<string>",
"cnsPublicDomain": "<string>"
},
"none": {},
"$replace/none": {},
"gateway": {},
"$replace/gateway": {}
},
"$replace/loadBalancer": {
"manual": {
"packageId": "<string>",
"imageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"metadata": {},
"tags": {},
"logging": {
"nodePort": 123,
"externalSyslog": "<string>"
},
"count": 123,
"cnsInternalDomain": "<string>",
"cnsPublicDomain": "<string>"
},
"none": {},
"gateway": {}
},
"privateNetworkId": "<string>",
"firewallEnabled": true,
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"packageId": "<string>",
"overrideImageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"tritonTags": {},
"minSize": 123,
"maxSize": 123
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"packageId": "<string>",
"overrideImageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"tritonTags": {},
"minSize": 123,
"maxSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [
"labels"
],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$patch/taints": [
{
"$drop": [
"key"
],
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$retain/taints": [
"<string>"
],
"packageId": "<string>",
"overrideImageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"$drop/privateNetworkIds": [
"<string>"
],
"$append/privateNetworkIds": [
"<string>"
],
"$retain/privateNetworkIds": [
"<string>"
],
"tritonTags": {},
"$replace/tritonTags": {},
"minSize": 123,
"maxSize": 123
}
],
"$retain/nodePools": [
"<string>"
],
"imageId": "<string>",
"sshKeys": [
"<string>"
],
"$drop/sshKeys": [
"<string>"
],
"$append/sshKeys": [
"<string>"
],
"$retain/sshKeys": [
"<string>"
],
"autoscaler": {
"$drop": [
"expander"
],
"expander": [
"random"
],
"$drop/expander": [
"random"
],
"$append/expander": [
"random"
],
"$retain/expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"$replace/triton": {
"connection": {
"url": "<string>",
"account": "<string>",
"user": "<string>",
"privateKeySecretLink": "<string>"
},
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"location": "aws-eu-central-1",
"loadBalancer": {
"manual": {
"packageId": "<string>",
"imageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"metadata": {},
"tags": {},
"logging": {
"nodePort": 123,
"externalSyslog": "<string>"
},
"count": 123,
"cnsInternalDomain": "<string>",
"cnsPublicDomain": "<string>"
},
"none": {},
"gateway": {}
},
"privateNetworkId": "<string>",
"firewallEnabled": true,
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"packageId": "<string>",
"overrideImageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"tritonTags": {},
"minSize": 123,
"maxSize": 123
}
],
"imageId": "<string>",
"sshKeys": [
"<string>"
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"azure": {
"$drop": [
"location"
],
"location": "<string>",
"subscriptionId": "<string>",
"sdkSecretLink": "<string>",
"resourceGroup": "<string>",
"networking": {
"$drop": [
"serviceNetwork"
],
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"$replace/networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"$drop": [
"recommended"
],
"recommended": "ubuntu/noble-24.04",
"reference": {
"$drop": [
"publisher"
],
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
},
"$replace/reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"$replace/image": {
"recommended": "ubuntu/noble-24.04",
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"sshKeys": [
"<string>"
],
"$drop/sshKeys": [
"<string>"
],
"$append/sshKeys": [
"<string>"
],
"$retain/sshKeys": [
"<string>"
],
"networkId": "<string>",
"tags": {},
"$replace/tags": {},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"size": "<string>",
"subnetId": "<string>",
"zones": [
123
],
"overrideImage": {
"recommended": "ubuntu/noble-24.04",
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"size": "<string>",
"subnetId": "<string>",
"zones": [
123
],
"overrideImage": {
"recommended": "ubuntu/noble-24.04",
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [
"labels"
],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$patch/taints": [
{
"$drop": [
"key"
],
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$retain/taints": [
"<string>"
],
"size": "<string>",
"subnetId": "<string>",
"zones": [
123
],
"$drop/zones": [
123
],
"$append/zones": [
123
],
"$retain/zones": [
123
],
"overrideImage": {
"$drop": [
"recommended"
],
"recommended": "ubuntu/noble-24.04",
"reference": {
"$drop": [
"publisher"
],
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
},
"$replace/reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"$replace/overrideImage": {
"recommended": "ubuntu/noble-24.04",
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123
}
],
"$retain/nodePools": [
"<string>"
],
"autoscaler": {
"$drop": [
"expander"
],
"expander": [
"random"
],
"$drop/expander": [
"random"
],
"$append/expander": [
"random"
],
"$retain/expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"$replace/azure": {
"location": "<string>",
"subscriptionId": "<string>",
"sdkSecretLink": "<string>",
"resourceGroup": "<string>",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"recommended": "ubuntu/noble-24.04",
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"sshKeys": [
"<string>"
],
"networkId": "<string>",
"tags": {},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"size": "<string>",
"subnetId": "<string>",
"zones": [
123
],
"overrideImage": {
"recommended": "ubuntu/noble-24.04",
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123
}
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"digitalocean": {
"$drop": [
"region"
],
"region": "ams3",
"digitalOceanTags": [
"<string>"
],
"$drop/digitalOceanTags": [
"<string>"
],
"$append/digitalOceanTags": [
"<string>"
],
"$retain/digitalOceanTags": [
"<string>"
],
"networking": {
"$drop": [
"dnsForwarder"
],
"dnsForwarder": "<string>"
},
"$replace/networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"vpcId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"dropletSize": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"dropletSize": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [
"labels"
],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$patch/taints": [
{
"$drop": [
"key"
],
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$retain/taints": [
"<string>"
],
"dropletSize": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$retain/nodePools": [
"<string>"
],
"image": "<string>",
"sshKeys": [
"<string>"
],
"$drop/sshKeys": [
"<string>"
],
"$append/sshKeys": [
"<string>"
],
"$retain/sshKeys": [
"<string>"
],
"extraSshKeys": [
"<string>"
],
"$drop/extraSshKeys": [
"<string>"
],
"$append/extraSshKeys": [
"<string>"
],
"$retain/extraSshKeys": [
"<string>"
],
"autoscaler": {
"$drop": [
"expander"
],
"expander": [
"random"
],
"$drop/expander": [
"random"
],
"$append/expander": [
"random"
],
"$retain/expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"reservedIPs": [
"<string>"
],
"$drop/reservedIPs": [
"<string>"
],
"$append/reservedIPs": [
"<string>"
],
"$retain/reservedIPs": [
"<string>"
]
},
"$replace/digitalocean": {
"region": "ams3",
"digitalOceanTags": [
"<string>"
],
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"vpcId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"dropletSize": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"image": "<string>",
"sshKeys": [
"<string>"
],
"extraSshKeys": [
"<string>"
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"reservedIPs": [
"<string>"
]
},
"gcp": {
"$drop": [
"projectId"
],
"projectId": "<string>",
"region": "<string>",
"labels": {},
"$replace/labels": {},
"tags": [
"<string>"
],
"$drop/tags": [
"<string>"
],
"$append/tags": [
"<string>"
],
"$retain/tags": [
"<string>"
],
"metadata": {},
"$replace/metadata": {},
"network": "<string>",
"saKeyLink": "<string>",
"networking": {
"$drop": [
"serviceNetwork"
],
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"$replace/networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"$drop": [
"recommended"
],
"recommended": "ubuntu/jammy-22.04",
"family": {
"$drop": [
"project"
],
"project": "<string>",
"family": "<string>"
},
"$replace/family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"$replace/image": {
"recommended": "ubuntu/jammy-22.04",
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"machineType": "<string>",
"assignPublicIP": true,
"zone": "<string>",
"overrideImage": {
"recommended": "ubuntu/jammy-22.04",
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"preemptible": true,
"subnet": "<string>",
"localPersistentDisks": 123
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"machineType": "<string>",
"assignPublicIP": true,
"zone": "<string>",
"overrideImage": {
"recommended": "ubuntu/jammy-22.04",
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"preemptible": true,
"subnet": "<string>",
"localPersistentDisks": 123
}
],
"$patch/nodePools": [
{
"$drop": [
"labels"
],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$patch/taints": [
{
"$drop": [
"key"
],
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"$retain/taints": [
"<string>"
],
"machineType": "<string>",
"assignPublicIP": true,
"zone": "<string>",
"overrideImage": {
"$drop": [
"recommended"
],
"recommended": "ubuntu/jammy-22.04",
"family": {
"$drop": [
"project"
],
"project": "<string>",
"family": "<string>"
},
"$replace/family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"$replace/overrideImage": {
"recommended": "ubuntu/jammy-22.04",
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"preemptible": true,
"subnet": "<string>",
"localPersistentDisks": 123
}
],
"$retain/nodePools": [
"<string>"
],
"autoscaler": {
"$drop": [
"expander"
],
"expander": [
"random"
],
"$drop/expander": [
"random"
],
"$append/expander": [
"random"
],
"$retain/expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"$replace/gcp": {
"projectId": "<string>",
"region": "<string>",
"labels": {},
"tags": [
"<string>"
],
"metadata": {},
"network": "<string>",
"saKeyLink": "<string>",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"recommended": "ubuntu/jammy-22.04",
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"machineType": "<string>",
"assignPublicIP": true,
"zone": "<string>",
"overrideImage": {
"recommended": "ubuntu/jammy-22.04",
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"preemptible": true,
"subnet": "<string>",
"localPersistentDisks": 123
}
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
}
},
"$replace/provider": {
"generic": {
"location": "aws-eu-central-1",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
]
},
"hetzner": {
"region": "fsn1",
"hetznerLabels": {},
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"networkId": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"dedicatedServerNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
],
"image": "ubuntu-20.04",
"sshKey": "<string>",
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"floatingIPSelector": {}
},
"aws": {
"region": "af-south-1",
"awsTags": {},
"skipCreateRoles": true,
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"recommended": "ubuntu/jammy-22.04",
"exact": "<string>"
},
"deployRoleArn": "<string>",
"deployRoleChain": [
{
"roleArn": "<string>",
"externalId": "<string>",
"sessionNamePrefix": "<string>"
}
],
"vpcId": "<string>",
"keyPair": "<string>",
"diskEncryptionKeyArn": "<string>",
"securityGroupIds": [
"<string>"
],
"extraNodePolicies": [
"<string>"
],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"instanceTypes": [
"<string>"
],
"overrideImage": {
"recommended": "ubuntu/jammy-22.04",
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"onDemandBaseCapacity": 123,
"onDemandPercentageAboveBaseCapacity": 123,
"spotAllocationStrategy": "lowest-price",
"subnetIds": [
"<string>"
],
"extraSecurityGroupIds": [
"<string>"
]
}
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"linode": {
"region": "<string>",
"tokenSecretLink": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"subnetId": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"image": "<string>",
"authorizedUsers": [
"<string>"
],
"authorizedKeys": [
"<string>"
],
"vpcId": "<string>",
"preInstallScript": "<string>",
"networking": {
"dnsForwarder": "<string>"
},
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"oblivus": {
"datacenter": "MON1",
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"minSize": 123,
"maxSize": 123,
"flavor": "A100_NVLINK_80GB_x8"
}
],
"sshKeys": [
"<string>"
],
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"preInstallScript": "<string>"
},
"lambdalabs": {
"region": "asia-northeast-1",
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"minSize": 123,
"maxSize": 123,
"instanceType": "cpu_4x_general"
}
],
"sshKey": "<string>",
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"fileSystems": [
"<string>"
],
"preInstallScript": "<string>"
},
"paperspace": {
"region": "AMS1",
"tokenSecretLink": "<string>",
"sharedDrives": [
"<string>"
],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"minSize": 123,
"maxSize": 123,
"publicIpType": "none",
"bootDiskSize": 123,
"machineType": "A100"
}
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
],
"preInstallScript": "<string>",
"userIds": [
"<string>"
],
"networkId": "<string>"
},
"ephemeral": {
"location": "aws-eu-central-1",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"count": 123,
"arch": "any",
"flavor": "debian",
"cpu": "<string>",
"memory": "<string>"
}
]
},
"triton": {
"connection": {
"url": "<string>",
"account": "<string>",
"user": "<string>",
"privateKeySecretLink": "<string>"
},
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"location": "aws-eu-central-1",
"loadBalancer": {
"manual": {
"packageId": "<string>",
"imageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"metadata": {},
"tags": {},
"logging": {
"nodePort": 123,
"externalSyslog": "<string>"
},
"count": 123,
"cnsInternalDomain": "<string>",
"cnsPublicDomain": "<string>"
},
"none": {},
"gateway": {}
},
"privateNetworkId": "<string>",
"firewallEnabled": true,
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"packageId": "<string>",
"overrideImageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"tritonTags": {},
"minSize": 123,
"maxSize": 123
}
],
"imageId": "<string>",
"sshKeys": [
"<string>"
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"azure": {
"location": "<string>",
"subscriptionId": "<string>",
"sdkSecretLink": "<string>",
"resourceGroup": "<string>",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"recommended": "ubuntu/noble-24.04",
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"sshKeys": [
"<string>"
],
"networkId": "<string>",
"tags": {},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"size": "<string>",
"subnetId": "<string>",
"zones": [
123
],
"overrideImage": {
"recommended": "ubuntu/noble-24.04",
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123
}
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"digitalocean": {
"region": "ams3",
"digitalOceanTags": [
"<string>"
],
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"vpcId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"dropletSize": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"image": "<string>",
"sshKeys": [
"<string>"
],
"extraSshKeys": [
"<string>"
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"reservedIPs": [
"<string>"
]
},
"gcp": {
"projectId": "<string>",
"region": "<string>",
"labels": {},
"tags": [
"<string>"
],
"metadata": {},
"network": "<string>",
"saKeyLink": "<string>",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"recommended": "ubuntu/jammy-22.04",
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"machineType": "<string>",
"assignPublicIP": true,
"zone": "<string>",
"overrideImage": {
"recommended": "ubuntu/jammy-22.04",
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"preemptible": true,
"subnet": "<string>",
"localPersistentDisks": 123
}
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
}
},
"addOns": {
"$drop": [
"dashboard"
],
"dashboard": {},
"$replace/dashboard": {},
"headlamp": {},
"$replace/headlamp": {},
"azureWorkloadIdentity": {
"$drop": [
"tenantId"
],
"tenantId": "<string>"
},
"$replace/azureWorkloadIdentity": {
"tenantId": "<string>"
},
"awsWorkloadIdentity": {},
"$replace/awsWorkloadIdentity": {},
"localPathStorage": {},
"$replace/localPathStorage": {},
"metrics": {
"$drop": [
"kubeState"
],
"kubeState": true,
"coreDns": true,
"kubelet": true,
"apiserver": true,
"nodeExporter": true,
"cadvisor": true,
"scrapeAnnotated": {
"$drop": [
"intervalSeconds"
],
"intervalSeconds": 123,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"retainLabels": "<string>"
},
"$replace/scrapeAnnotated": {
"intervalSeconds": 123,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"retainLabels": "<string>"
}
},
"$replace/metrics": {
"kubeState": true,
"coreDns": true,
"kubelet": true,
"apiserver": true,
"nodeExporter": true,
"cadvisor": true,
"scrapeAnnotated": {
"intervalSeconds": 123,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"retainLabels": "<string>"
}
},
"logs": {
"$drop": [
"auditEnabled"
],
"auditEnabled": true,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"docker": true,
"kubelet": true,
"kernel": true,
"events": true
},
"$replace/logs": {
"auditEnabled": true,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"docker": true,
"kubelet": true,
"kernel": true,
"events": true
},
"registryMirror": {
"$drop": [
"mirrors"
],
"mirrors": [
{
"registry": "<string>",
"mirrors": [
"<string>"
]
}
],
"$drop/mirrors": [
"<string>"
],
"$append/mirrors": [
{
"registry": "<string>",
"mirrors": [
"<string>"
]
}
],
"$patch/mirrors": [
{
"$drop": [
"registry"
],
"$replace/registry": "<string>",
"registry": "<unknown>",
"mirrors": [
"<string>"
],
"$drop/mirrors": [
"<string>"
],
"$append/mirrors": [
"<string>"
],
"$retain/mirrors": [
"<string>"
]
}
],
"$retain/mirrors": [
"<string>"
]
},
"$replace/registryMirror": {
"mirrors": [
{
"registry": "<string>",
"mirrors": [
"<string>"
]
}
]
},
"nvidia": {
"$drop": [
"taintGPUNodes"
],
"taintGPUNodes": true
},
"$replace/nvidia": {
"taintGPUNodes": true
},
"awsEFS": {
"$drop": [
"roleArn"
],
"roleArn": "<string>"
},
"$replace/awsEFS": {
"roleArn": "<string>"
},
"awsECR": {
"$drop": [
"roleArn"
],
"roleArn": "<string>"
},
"$replace/awsECR": {
"roleArn": "<string>"
},
"awsELB": {
"$drop": [
"roleArn"
],
"roleArn": "<string>"
},
"$replace/awsELB": {
"roleArn": "<string>"
},
"azureACR": {
"$drop": [
"clientId"
],
"clientId": "<string>"
},
"$replace/azureACR": {
"clientId": "<string>"
},
"sysbox": {},
"$replace/sysbox": {},
"byok": {
"$drop": [
"ignoreUpdates"
],
"ignoreUpdates": true,
"location": "<string>",
"config": {
"$drop": [
"actuator"
],
"actuator": {
"$drop": [
"minCpu"
],
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"logLevel": "trace",
"env": {},
"$replace/env": {}
},
"$replace/actuator": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"logLevel": "trace",
"env": {}
},
"middlebox": {
"$drop": [
"enabled"
],
"enabled": true,
"bandwidthAlertMbps": 123
},
"$replace/middlebox": {
"enabled": true,
"bandwidthAlertMbps": 123
},
"common": {
"$drop": [
"deploymentReplicas"
],
"deploymentReplicas": 123,
"pdb": {
"$drop": [
"maxUnavailable"
],
"maxUnavailable": 123
},
"$replace/pdb": {
"maxUnavailable": 123
}
},
"$replace/common": {
"deploymentReplicas": 123,
"pdb": {
"maxUnavailable": 123
}
},
"longhorn": {
"$drop": [
"replicas"
],
"replicas": 123
},
"$replace/longhorn": {
"replicas": 123
},
"byok": {
"$drop": [
"noDefaultStorageClasses"
],
"noDefaultStorageClasses": true
},
"$replace/byok": {
"noDefaultStorageClasses": true
},
"ingress": {
"$drop": [
"cpu"
],
"cpu": "<string>",
"memory": "<string>",
"targetPercent": 123
},
"$replace/ingress": {
"cpu": "<string>",
"memory": "<string>",
"targetPercent": 123
},
"istio": {
"$drop": [
"istiod"
],
"istiod": {
"$drop": [
"replicas"
],
"replicas": 123,
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"pdb": 123
},
"$replace/istiod": {
"replicas": 123,
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"pdb": 123
},
"ingressgateway": {
"$drop": [
"replicas"
],
"replicas": 123,
"maxCpu": "<string>",
"maxMemory": "<string>"
},
"$replace/ingressgateway": {
"replicas": 123,
"maxCpu": "<string>",
"maxMemory": "<string>"
},
"sidecar": {
"$drop": [
"minCpu"
],
"minCpu": "<string>",
"minMemory": "<string>"
},
"$replace/sidecar": {
"minCpu": "<string>",
"minMemory": "<string>"
}
},
"$replace/istio": {
"istiod": {
"replicas": 123,
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"pdb": 123
},
"ingressgateway": {
"replicas": 123,
"maxCpu": "<string>",
"maxMemory": "<string>"
},
"sidecar": {
"minCpu": "<string>",
"minMemory": "<string>"
}
},
"logSplitter": {
"$drop": [
"minCpu"
],
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"memBufferSize": "<string>",
"perPodRate": 123
},
"$replace/logSplitter": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"memBufferSize": "<string>",
"perPodRate": 123
},
"monitoring": {
"$drop": [
"minMemory"
],
"minMemory": "<string>",
"maxMemory": "<string>",
"kubeStateMetrics": {
"$drop": [
"minMemory"
],
"minMemory": "<string>"
},
"$replace/kubeStateMetrics": {
"minMemory": "<string>"
},
"prometheus": {
"$drop": [
"main"
],
"main": {
"$drop": [
"storage"
],
"storage": "<string>"
},
"$replace/main": {
"storage": "<string>"
}
},
"$replace/prometheus": {
"main": {
"storage": "<string>"
}
}
},
"$replace/monitoring": {
"minMemory": "<string>",
"maxMemory": "<string>",
"kubeStateMetrics": {
"minMemory": "<string>"
},
"prometheus": {
"main": {
"storage": "<string>"
}
}
},
"redis": {
"$drop": [
"minCpu"
],
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": "<string>"
},
"$replace/redis": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": "<string>"
},
"redisHa": {
"$drop": [
"minCpu"
],
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"$replace/redisHa": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"redisSentinel": {
"$drop": [
"minCpu"
],
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"$replace/redisSentinel": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"tempoAgent": {
"$drop": [
"minCpu"
],
"minCpu": "<string>",
"minMemory": "<string>"
},
"$replace/tempoAgent": {
"minCpu": "<string>",
"minMemory": "<string>"
},
"internalDns": {
"$drop": [
"minCpu"
],
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>"
},
"$replace/internalDns": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>"
}
},
"$replace/config": {
"actuator": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"logLevel": "trace",
"env": {}
},
"middlebox": {
"enabled": true,
"bandwidthAlertMbps": 123
},
"common": {
"deploymentReplicas": 123,
"pdb": {
"maxUnavailable": 123
}
},
"longhorn": {
"replicas": 123
},
"byok": {
"noDefaultStorageClasses": true
},
"ingress": {
"cpu": "<string>",
"memory": "<string>",
"targetPercent": 123
},
"istio": {
"istiod": {
"replicas": 123,
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"pdb": 123
},
"ingressgateway": {
"replicas": 123,
"maxCpu": "<string>",
"maxMemory": "<string>"
},
"sidecar": {
"minCpu": "<string>",
"minMemory": "<string>"
}
},
"logSplitter": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"memBufferSize": "<string>",
"perPodRate": 123
},
"monitoring": {
"minMemory": "<string>",
"maxMemory": "<string>",
"kubeStateMetrics": {
"minMemory": "<string>"
},
"prometheus": {
"main": {
"storage": "<string>"
}
}
},
"redis": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": "<string>"
},
"redisHa": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"redisSentinel": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"tempoAgent": {
"minCpu": "<string>",
"minMemory": "<string>"
},
"internalDns": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>"
}
}
},
"$replace/byok": {
"ignoreUpdates": true,
"location": "<string>",
"config": {
"actuator": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"logLevel": "trace",
"env": {}
},
"middlebox": {
"enabled": true,
"bandwidthAlertMbps": 123
},
"common": {
"deploymentReplicas": 123,
"pdb": {
"maxUnavailable": 123
}
},
"longhorn": {
"replicas": 123
},
"byok": {
"noDefaultStorageClasses": true
},
"ingress": {
"cpu": "<string>",
"memory": "<string>",
"targetPercent": 123
},
"istio": {
"istiod": {
"replicas": 123,
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"pdb": 123
},
"ingressgateway": {
"replicas": 123,
"maxCpu": "<string>",
"maxMemory": "<string>"
},
"sidecar": {
"minCpu": "<string>",
"minMemory": "<string>"
}
},
"logSplitter": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"memBufferSize": "<string>",
"perPodRate": 123
},
"monitoring": {
"minMemory": "<string>",
"maxMemory": "<string>",
"kubeStateMetrics": {
"minMemory": "<string>"
},
"prometheus": {
"main": {
"storage": "<string>"
}
}
},
"redis": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": "<string>"
},
"redisHa": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"redisSentinel": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"tempoAgent": {
"minCpu": "<string>",
"minMemory": "<string>"
},
"internalDns": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>"
}
}
}
},
"$replace/addOns": {
"dashboard": {},
"headlamp": {},
"azureWorkloadIdentity": {
"tenantId": "<string>"
},
"awsWorkloadIdentity": {},
"localPathStorage": {},
"metrics": {
"kubeState": true,
"coreDns": true,
"kubelet": true,
"apiserver": true,
"nodeExporter": true,
"cadvisor": true,
"scrapeAnnotated": {
"intervalSeconds": 123,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"retainLabels": "<string>"
}
},
"logs": {
"auditEnabled": true,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"docker": true,
"kubelet": true,
"kernel": true,
"events": true
},
"registryMirror": {
"mirrors": [
{
"registry": "<string>",
"mirrors": [
"<string>"
]
}
]
},
"nvidia": {
"taintGPUNodes": true
},
"awsEFS": {
"roleArn": "<string>"
},
"awsECR": {
"roleArn": "<string>"
},
"awsELB": {
"roleArn": "<string>"
},
"azureACR": {
"clientId": "<string>"
},
"sysbox": {},
"byok": {
"ignoreUpdates": true,
"location": "<string>",
"config": {
"actuator": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"logLevel": "trace",
"env": {}
},
"middlebox": {
"enabled": true,
"bandwidthAlertMbps": 123
},
"common": {
"deploymentReplicas": 123,
"pdb": {
"maxUnavailable": 123
}
},
"longhorn": {
"replicas": 123
},
"byok": {
"noDefaultStorageClasses": true
},
"ingress": {
"cpu": "<string>",
"memory": "<string>",
"targetPercent": 123
},
"istio": {
"istiod": {
"replicas": 123,
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"pdb": 123
},
"ingressgateway": {
"replicas": 123,
"maxCpu": "<string>",
"maxMemory": "<string>"
},
"sidecar": {
"minCpu": "<string>",
"minMemory": "<string>"
}
},
"logSplitter": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"memBufferSize": "<string>",
"perPodRate": 123
},
"monitoring": {
"minMemory": "<string>",
"maxMemory": "<string>",
"kubeStateMetrics": {
"minMemory": "<string>"
},
"prometheus": {
"main": {
"storage": "<string>"
}
}
},
"redis": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": "<string>"
},
"redisHa": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"redisSentinel": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"tempoAgent": {
"minCpu": "<string>",
"minMemory": "<string>"
},
"internalDns": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>"
}
}
}
}
},
"$replace/spec": {
"version": "1.26.0",
"firewall": [
{
"sourceCIDR": "<string>",
"description": "<string>"
}
],
"provider": {
"generic": {
"location": "aws-eu-central-1",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
]
},
"hetzner": {
"region": "fsn1",
"hetznerLabels": {},
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"networkId": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"dedicatedServerNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
],
"image": "ubuntu-20.04",
"sshKey": "<string>",
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"floatingIPSelector": {}
},
"aws": {
"region": "af-south-1",
"awsTags": {},
"skipCreateRoles": true,
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"recommended": "ubuntu/jammy-22.04",
"exact": "<string>"
},
"deployRoleArn": "<string>",
"deployRoleChain": [
{
"roleArn": "<string>",
"externalId": "<string>",
"sessionNamePrefix": "<string>"
}
],
"vpcId": "<string>",
"keyPair": "<string>",
"diskEncryptionKeyArn": "<string>",
"securityGroupIds": [
"<string>"
],
"extraNodePolicies": [
"<string>"
],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"instanceTypes": [
"<string>"
],
"overrideImage": {
"recommended": "ubuntu/jammy-22.04",
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"onDemandBaseCapacity": 123,
"onDemandPercentageAboveBaseCapacity": 123,
"spotAllocationStrategy": "lowest-price",
"subnetIds": [
"<string>"
],
"extraSecurityGroupIds": [
"<string>"
]
}
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"linode": {
"region": "<string>",
"tokenSecretLink": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"subnetId": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"image": "<string>",
"authorizedUsers": [
"<string>"
],
"authorizedKeys": [
"<string>"
],
"vpcId": "<string>",
"preInstallScript": "<string>",
"networking": {
"dnsForwarder": "<string>"
},
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"oblivus": {
"datacenter": "MON1",
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"minSize": 123,
"maxSize": 123,
"flavor": "A100_NVLINK_80GB_x8"
}
],
"sshKeys": [
"<string>"
],
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"preInstallScript": "<string>"
},
"lambdalabs": {
"region": "asia-northeast-1",
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"minSize": 123,
"maxSize": 123,
"instanceType": "cpu_4x_general"
}
],
"sshKey": "<string>",
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"fileSystems": [
"<string>"
],
"preInstallScript": "<string>"
},
"paperspace": {
"region": "AMS1",
"tokenSecretLink": "<string>",
"sharedDrives": [
"<string>"
],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"minSize": 123,
"maxSize": 123,
"publicIpType": "none",
"bootDiskSize": 123,
"machineType": "A100"
}
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
],
"preInstallScript": "<string>",
"userIds": [
"<string>"
],
"networkId": "<string>"
},
"ephemeral": {
"location": "aws-eu-central-1",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"count": 123,
"arch": "any",
"flavor": "debian",
"cpu": "<string>",
"memory": "<string>"
}
]
},
"triton": {
"connection": {
"url": "<string>",
"account": "<string>",
"user": "<string>",
"privateKeySecretLink": "<string>"
},
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"location": "aws-eu-central-1",
"loadBalancer": {
"manual": {
"packageId": "<string>",
"imageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"metadata": {},
"tags": {},
"logging": {
"nodePort": 123,
"externalSyslog": "<string>"
},
"count": 123,
"cnsInternalDomain": "<string>",
"cnsPublicDomain": "<string>"
},
"none": {},
"gateway": {}
},
"privateNetworkId": "<string>",
"firewallEnabled": true,
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"packageId": "<string>",
"overrideImageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"tritonTags": {},
"minSize": 123,
"maxSize": 123
}
],
"imageId": "<string>",
"sshKeys": [
"<string>"
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"azure": {
"location": "<string>",
"subscriptionId": "<string>",
"sdkSecretLink": "<string>",
"resourceGroup": "<string>",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"recommended": "ubuntu/noble-24.04",
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"sshKeys": [
"<string>"
],
"networkId": "<string>",
"tags": {},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"size": "<string>",
"subnetId": "<string>",
"zones": [
123
],
"overrideImage": {
"recommended": "ubuntu/noble-24.04",
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123
}
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"digitalocean": {
"region": "ams3",
"digitalOceanTags": [
"<string>"
],
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"vpcId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"dropletSize": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"image": "<string>",
"sshKeys": [
"<string>"
],
"extraSshKeys": [
"<string>"
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"reservedIPs": [
"<string>"
]
},
"gcp": {
"projectId": "<string>",
"region": "<string>",
"labels": {},
"tags": [
"<string>"
],
"metadata": {},
"network": "<string>",
"saKeyLink": "<string>",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"recommended": "ubuntu/jammy-22.04",
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"machineType": "<string>",
"assignPublicIP": true,
"zone": "<string>",
"overrideImage": {
"recommended": "ubuntu/jammy-22.04",
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"preemptible": true,
"subnet": "<string>",
"localPersistentDisks": 123
}
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
}
},
"addOns": {
"dashboard": {},
"headlamp": {},
"azureWorkloadIdentity": {
"tenantId": "<string>"
},
"awsWorkloadIdentity": {},
"localPathStorage": {},
"metrics": {
"kubeState": true,
"coreDns": true,
"kubelet": true,
"apiserver": true,
"nodeExporter": true,
"cadvisor": true,
"scrapeAnnotated": {
"intervalSeconds": 123,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"retainLabels": "<string>"
}
},
"logs": {
"auditEnabled": true,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"docker": true,
"kubelet": true,
"kernel": true,
"events": true
},
"registryMirror": {
"mirrors": [
{
"registry": "<string>",
"mirrors": [
"<string>"
]
}
]
},
"nvidia": {
"taintGPUNodes": true
},
"awsEFS": {
"roleArn": "<string>"
},
"awsECR": {
"roleArn": "<string>"
},
"awsELB": {
"roleArn": "<string>"
},
"azureACR": {
"clientId": "<string>"
},
"sysbox": {},
"byok": {
"ignoreUpdates": true,
"location": "<string>",
"config": {
"actuator": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"logLevel": "trace",
"env": {}
},
"middlebox": {
"enabled": true,
"bandwidthAlertMbps": 123
},
"common": {
"deploymentReplicas": 123,
"pdb": {
"maxUnavailable": 123
}
},
"longhorn": {
"replicas": 123
},
"byok": {
"noDefaultStorageClasses": true
},
"ingress": {
"cpu": "<string>",
"memory": "<string>",
"targetPercent": 123
},
"istio": {
"istiod": {
"replicas": 123,
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"pdb": 123
},
"ingressgateway": {
"replicas": 123,
"maxCpu": "<string>",
"maxMemory": "<string>"
},
"sidecar": {
"minCpu": "<string>",
"minMemory": "<string>"
}
},
"logSplitter": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"memBufferSize": "<string>",
"perPodRate": 123
},
"monitoring": {
"minMemory": "<string>",
"maxMemory": "<string>",
"kubeStateMetrics": {
"minMemory": "<string>"
},
"prometheus": {
"main": {
"storage": "<string>"
}
}
},
"redis": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": "<string>"
},
"redisHa": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"redisSentinel": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"tempoAgent": {
"minCpu": "<string>",
"minMemory": "<string>"
},
"internalDns": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>"
}
}
}
}
}
}
'{
"id": "<string>",
"name": "<string>",
"kind": "<string>",
"version": 123,
"description": "<string>",
"tags": {},
"created": "2023-11-07T05:31:56Z",
"lastModified": "2023-11-07T05:31:56Z",
"links": [
{
"rel": "<string>",
"href": "<string>"
}
],
"spec": {
"version": "1.26.0",
"firewall": [
{
"sourceCIDR": "<string>",
"description": "<string>"
}
],
"provider": {
"generic": {
"location": "aws-eu-central-1",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
]
},
"hetzner": {
"region": "fsn1",
"hetznerLabels": {},
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"networkId": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"dedicatedServerNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
],
"image": "ubuntu-20.04",
"sshKey": "<string>",
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"floatingIPSelector": {}
},
"aws": {
"region": "af-south-1",
"awsTags": {},
"skipCreateRoles": true,
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"recommended": "ubuntu/jammy-22.04",
"exact": "<string>"
},
"deployRoleArn": "<string>",
"deployRoleChain": [
{
"roleArn": "<string>",
"externalId": "<string>",
"sessionNamePrefix": "<string>"
}
],
"vpcId": "<string>",
"keyPair": "<string>",
"diskEncryptionKeyArn": "<string>",
"securityGroupIds": [
"<string>"
],
"extraNodePolicies": [
"<string>"
],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"instanceTypes": [
"<string>"
],
"overrideImage": {
"recommended": "ubuntu/jammy-22.04",
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"onDemandBaseCapacity": 123,
"onDemandPercentageAboveBaseCapacity": 123,
"spotAllocationStrategy": "lowest-price",
"subnetIds": [
"<string>"
],
"extraSecurityGroupIds": [
"<string>"
]
}
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"linode": {
"region": "<string>",
"tokenSecretLink": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"subnetId": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"image": "<string>",
"authorizedUsers": [
"<string>"
],
"authorizedKeys": [
"<string>"
],
"vpcId": "<string>",
"preInstallScript": "<string>",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"oblivus": {
"datacenter": "MON1",
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"minSize": 123,
"maxSize": 123,
"flavor": "A100_NVLINK_80GB_x8"
}
],
"sshKeys": [
"<string>"
],
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"preInstallScript": "<string>"
},
"lambdalabs": {
"region": "asia-northeast-1",
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"minSize": 123,
"maxSize": 123,
"instanceType": "cpu_4x_general"
}
],
"sshKey": "<string>",
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"fileSystems": [
"<string>"
],
"preInstallScript": "<string>"
},
"paperspace": {
"region": "AMS1",
"tokenSecretLink": "<string>",
"sharedDrives": [
"<string>"
],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"minSize": 123,
"maxSize": 123,
"publicIpType": "none",
"bootDiskSize": 123,
"machineType": "A100"
}
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
]
}
],
"preInstallScript": "<string>",
"userIds": [
"<string>"
],
"networkId": "<string>"
},
"ephemeral": {
"location": "aws-eu-central-1",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"count": 123,
"arch": "any",
"flavor": "debian",
"cpu": "<string>",
"memory": "<string>"
}
]
},
"triton": {
"connection": {
"url": "<string>",
"account": "<string>",
"user": "<string>",
"privateKeySecretLink": "<string>"
},
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"location": "aws-eu-central-1",
"loadBalancer": {
"manual": {
"packageId": "<string>",
"imageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"metadata": {},
"tags": {},
"logging": {
"nodePort": 123,
"externalSyslog": "<string>"
},
"count": 123,
"cnsInternalDomain": "<string>",
"cnsPublicDomain": "<string>"
},
"none": {},
"gateway": {}
},
"privateNetworkId": "<string>",
"firewallEnabled": true,
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"packageId": "<string>",
"overrideImageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"tritonTags": {},
"minSize": 123,
"maxSize": 123
}
],
"imageId": "<string>",
"sshKeys": [
"<string>"
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"azure": {
"location": "<string>",
"subscriptionId": "<string>",
"sdkSecretLink": "<string>",
"resourceGroup": "<string>",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"recommended": "ubuntu/noble-24.04",
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"sshKeys": [
"<string>"
],
"networkId": "<string>",
"tags": {},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"size": "<string>",
"subnetId": "<string>",
"zones": [
123
],
"overrideImage": {
"recommended": "ubuntu/noble-24.04",
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123
}
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"digitalocean": {
"region": "ams3",
"digitalOceanTags": [
"<string>"
],
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"vpcId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"dropletSize": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"image": "<string>",
"sshKeys": [
"<string>"
],
"extraSshKeys": [
"<string>"
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"reservedIPs": [
"<string>"
]
},
"gcp": {
"projectId": "<string>",
"region": "<string>",
"labels": {},
"tags": [
"<string>"
],
"metadata": {},
"network": "<string>",
"saKeyLink": "<string>",
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"recommended": "ubuntu/jammy-22.04",
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>",
"effect": "NoSchedule"
}
],
"machineType": "<string>",
"assignPublicIP": true,
"zone": "<string>",
"overrideImage": {
"recommended": "ubuntu/jammy-22.04",
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"preemptible": true,
"subnet": "<string>",
"localPersistentDisks": 123
}
],
"autoscaler": {
"expander": [
"random"
],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
}
},
"addOns": {
"dashboard": {},
"headlamp": {},
"azureWorkloadIdentity": {
"tenantId": "<string>"
},
"awsWorkloadIdentity": {},
"localPathStorage": {},
"metrics": {
"kubeState": true,
"coreDns": true,
"kubelet": true,
"apiserver": true,
"nodeExporter": true,
"cadvisor": true,
"scrapeAnnotated": {
"intervalSeconds": 123,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"retainLabels": "<string>"
}
},
"logs": {
"auditEnabled": true,
"includeNamespaces": "<string>",
"excludeNamespaces": "<string>",
"docker": true,
"kubelet": true,
"kernel": true,
"events": true
},
"registryMirror": {
"mirrors": [
{
"registry": "<string>",
"mirrors": [
"<string>"
]
}
]
},
"nvidia": {
"taintGPUNodes": true
},
"awsEFS": {
"roleArn": "<string>"
},
"awsECR": {
"roleArn": "<string>"
},
"awsELB": {
"roleArn": "<string>"
},
"azureACR": {
"clientId": "<string>"
},
"sysbox": {},
"byok": {
"ignoreUpdates": true,
"location": "<string>",
"config": {
"actuator": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"logLevel": "trace",
"env": {}
},
"middlebox": {
"enabled": true,
"bandwidthAlertMbps": 123
},
"common": {
"deploymentReplicas": 123,
"pdb": {
"maxUnavailable": 123
}
},
"longhorn": {
"replicas": 123
},
"byok": {
"noDefaultStorageClasses": true
},
"ingress": {
"cpu": "<string>",
"memory": "<string>",
"targetPercent": 123
},
"istio": {
"istiod": {
"replicas": 123,
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"pdb": 123
},
"ingressgateway": {
"replicas": 123,
"maxCpu": "<string>",
"maxMemory": "<string>"
},
"sidecar": {
"minCpu": "<string>",
"minMemory": "<string>"
}
},
"logSplitter": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"memBufferSize": "<string>",
"perPodRate": 123
},
"monitoring": {
"minMemory": "<string>",
"maxMemory": "<string>",
"kubeStateMetrics": {
"minMemory": "<string>"
},
"prometheus": {
"main": {
"storage": "<string>"
}
}
},
"redis": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": "<string>"
},
"redisHa": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"redisSentinel": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"tempoAgent": {
"minCpu": "<string>",
"minMemory": "<string>"
},
"internalDns": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>"
}
}
}
}
},
"alias": "<string>",
"status": {
"oidcProviderUrl": "<string>",
"serverUrl": "<string>",
"homeLocation": "<string>",
"addOns": {
"dashboard": {
"url": "<string>"
},
"headlamp": {
"url": "<string>"
},
"awsWorkloadIdentity": {
"oidcProviderConfig": {
"providerUrl": "<string>",
"audience": "<string>"
},
"trustPolicy": {}
},
"metrics": {
"prometheusEndpoint": "<string>",
"remoteWriteConfig": {}
},
"logs": {
"lokiAddress": "<string>"
},
"awsECR": {
"trustPolicy": {}
},
"awsEFS": {
"trustPolicy": {}
},
"awsELB": {
"trustPolicy": {}
}
}
}
}Service account key can be used as API keys
Success