Perform a Patch on an mk8s cluster by name
curl --request PATCH \
--url https://api.cpln.io/org/{org}/mk8s/{name} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"$drop": [],
"name": "<string>",
"description": "<string>",
"tags": {},
"$replace/tags": {},
"spec": {
"$drop": [],
"firewall": [
{
"sourceCIDR": "<string>",
"description": "<string>"
}
],
"$drop/firewall": [
"<string>"
],
"$append/firewall": [
{
"sourceCIDR": "<string>",
"description": "<string>"
}
],
"$patch/firewall": [
{
"$drop": [],
"sourceCIDR": "<string>",
"description": "<string>"
}
],
"$retain/firewall": [
"<string>"
],
"provider": {
"$drop": [],
"generic": {
"$drop": [],
"networking": {
"$drop": [],
"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>"
}
]
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
]
}
],
"$retain/nodePools": [
"<string>"
]
},
"$replace/generic": {
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
]
},
"hetzner": {
"$drop": [],
"hetznerLabels": {},
"$replace/hetznerLabels": {},
"networking": {
"$drop": [],
"dnsForwarder": "<string>"
},
"$replace/networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"networkId": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$retain/nodePools": [
"<string>"
],
"dedicatedServerNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$drop/dedicatedServerNodePools": [
"<string>"
],
"$append/dedicatedServerNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$patch/dedicatedServerNodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
]
}
],
"$retain/dedicatedServerNodePools": [
"<string>"
],
"image": "ubuntu-20.04",
"sshKey": "<string>",
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"floatingIPSelector": {},
"$replace/floatingIPSelector": {}
},
"$replace/hetzner": {
"hetznerLabels": {},
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"networkId": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"dedicatedServerNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"image": "ubuntu-20.04",
"sshKey": "<string>",
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"floatingIPSelector": {}
},
"aws": {
"$drop": [],
"awsTags": {},
"$replace/awsTags": {},
"skipCreateRoles": true,
"networking": {
"$drop": [],
"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": [],
"exact": "<string>"
},
"$replace/image": {
"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": "<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>"
}
],
"instanceTypes": [
"<string>"
],
"overrideImage": {
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"onDemandBaseCapacity": 123,
"onDemandPercentageAboveBaseCapacity": 123,
"spotAllocationStrategy": "lowest-price",
"subnetIds": [
"<string>"
],
"extraSecurityGroupIds": [
"<string>"
],
"cpuOptions": {
"nestedVirtualization": true
}
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"instanceTypes": [
"<string>"
],
"overrideImage": {
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"onDemandBaseCapacity": 123,
"onDemandPercentageAboveBaseCapacity": 123,
"spotAllocationStrategy": "lowest-price",
"subnetIds": [
"<string>"
],
"extraSecurityGroupIds": [
"<string>"
],
"cpuOptions": {
"nestedVirtualization": true
}
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
],
"instanceTypes": [
"<string>"
],
"$drop/instanceTypes": [
"<string>"
],
"$append/instanceTypes": [
"<string>"
],
"$retain/instanceTypes": [
"<string>"
],
"overrideImage": {
"$drop": [],
"exact": "<string>"
},
"$replace/overrideImage": {
"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>"
],
"cpuOptions": {
"$drop": [],
"nestedVirtualization": true
},
"$replace/cpuOptions": {
"nestedVirtualization": true
}
}
],
"$retain/nodePools": [
"<string>"
],
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"$replace/aws": {
"awsTags": {},
"skipCreateRoles": true,
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"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>"
}
],
"instanceTypes": [
"<string>"
],
"overrideImage": {
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"onDemandBaseCapacity": 123,
"onDemandPercentageAboveBaseCapacity": 123,
"spotAllocationStrategy": "lowest-price",
"subnetIds": [
"<string>"
],
"extraSecurityGroupIds": [
"<string>"
],
"cpuOptions": {
"nestedVirtualization": true
}
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"linode": {
"$drop": [],
"region": "<string>",
"tokenSecretLink": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"subnetId": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"subnetId": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$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": "<string>"
},
"$replace/networking": {
"dnsForwarder": "<string>"
},
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"$replace/linode": {
"region": "<string>",
"tokenSecretLink": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"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": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"oblivus": {
"$drop": [],
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
],
"minSize": 123,
"maxSize": 123
}
],
"$retain/nodePools": [
"<string>"
],
"sshKeys": [
"<string>"
],
"$drop/sshKeys": [
"<string>"
],
"$append/sshKeys": [
"<string>"
],
"$retain/sshKeys": [
"<string>"
],
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$drop/unmanagedNodePools": [
"<string>"
],
"$append/unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$patch/unmanagedNodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
]
}
],
"$retain/unmanagedNodePools": [
"<string>"
],
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"preInstallScript": "<string>"
},
"$replace/oblivus": {
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"sshKeys": [
"<string>"
],
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"preInstallScript": "<string>"
},
"lambdalabs": {
"$drop": [],
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
],
"minSize": 123,
"maxSize": 123
}
],
"$retain/nodePools": [
"<string>"
],
"sshKey": "<string>",
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$drop/unmanagedNodePools": [
"<string>"
],
"$append/unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$patch/unmanagedNodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
]
}
],
"$retain/unmanagedNodePools": [
"<string>"
],
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"fileSystems": [
"<string>"
],
"$drop/fileSystems": [
"<string>"
],
"$append/fileSystems": [
"<string>"
],
"$retain/fileSystems": [
"<string>"
],
"preInstallScript": "<string>"
},
"$replace/lambdalabs": {
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"sshKey": "<string>",
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"fileSystems": [
"<string>"
],
"preInstallScript": "<string>"
},
"paperspace": {
"$drop": [],
"tokenSecretLink": "<string>",
"sharedDrives": [
"<string>"
],
"$drop/sharedDrives": [
"<string>"
],
"$append/sharedDrives": [
"<string>"
],
"$retain/sharedDrives": [
"<string>"
],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123,
"bootDiskSize": 123
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123,
"bootDiskSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
],
"minSize": 123,
"maxSize": 123,
"bootDiskSize": 123
}
],
"$retain/nodePools": [
"<string>"
],
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$drop/unmanagedNodePools": [
"<string>"
],
"$append/unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$patch/unmanagedNodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
]
}
],
"$retain/unmanagedNodePools": [
"<string>"
],
"preInstallScript": "<string>",
"userIds": [
"<string>"
],
"$drop/userIds": [
"<string>"
],
"$append/userIds": [
"<string>"
],
"$retain/userIds": [
"<string>"
],
"networkId": "<string>"
},
"$replace/paperspace": {
"tokenSecretLink": "<string>",
"sharedDrives": [
"<string>"
],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123,
"bootDiskSize": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"preInstallScript": "<string>",
"userIds": [
"<string>"
],
"networkId": "<string>"
},
"ephemeral": {
"$drop": [],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"count": 123,
"flavor": "debian",
"cpu": "<string>",
"memory": "<string>"
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"count": 123,
"flavor": "debian",
"cpu": "<string>",
"memory": "<string>"
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
],
"count": 123,
"flavor": "debian",
"cpu": "<string>",
"memory": "<string>"
}
],
"$retain/nodePools": [
"<string>"
]
},
"$replace/ephemeral": {
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"count": 123,
"flavor": "debian",
"cpu": "<string>",
"memory": "<string>"
}
]
},
"triton": {
"$drop": [],
"connection": {
"$drop": [],
"url": "<string>",
"account": "<string>",
"user": "<string>",
"privateKeySecretLink": "<string>"
},
"$replace/connection": {
"url": "<string>",
"account": "<string>",
"user": "<string>",
"privateKeySecretLink": "<string>"
},
"networking": {
"$drop": [],
"dnsForwarder": "<string>"
},
"$replace/networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"loadBalancer": {
"$drop": [],
"manual": {
"$drop": [],
"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": 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>"
}
],
"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>"
}
],
"packageId": "<string>",
"overrideImageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"tritonTags": {},
"minSize": 123,
"maxSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$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": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"$replace/triton": {
"connection": {
"url": "<string>",
"account": "<string>",
"user": "<string>",
"privateKeySecretLink": "<string>"
},
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"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>"
}
],
"packageId": "<string>",
"overrideImageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"tritonTags": {},
"minSize": 123,
"maxSize": 123
}
],
"imageId": "<string>",
"sshKeys": [
"<string>"
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"azure": {
"$drop": [],
"location": "<string>",
"subscriptionId": "<string>",
"sdkSecretLink": "<string>",
"resourceGroup": "<string>",
"networking": {
"$drop": [],
"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": [],
"reference": {
"$drop": [],
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
},
"$replace/reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"$replace/image": {
"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>"
}
],
"size": "<string>",
"subnetId": "<string>",
"zones": [
123
],
"overrideImage": {
"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>"
}
],
"size": "<string>",
"subnetId": "<string>",
"zones": [
123
],
"overrideImage": {
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
],
"size": "<string>",
"subnetId": "<string>",
"zones": [
123
],
"$drop/zones": [
123
],
"$append/zones": [
123
],
"$retain/zones": [
123
],
"overrideImage": {
"$drop": [],
"reference": {
"$drop": [],
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
},
"$replace/reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"$replace/overrideImage": {
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123
}
],
"$retain/nodePools": [
"<string>"
],
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"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": {
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"sshKeys": [
"<string>"
],
"networkId": "<string>",
"tags": {},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"size": "<string>",
"subnetId": "<string>",
"zones": [
123
],
"overrideImage": {
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"digitalocean": {
"$drop": [],
"digitalOceanTags": [
"<string>"
],
"$drop/digitalOceanTags": [
"<string>"
],
"$append/digitalOceanTags": [
"<string>"
],
"$retain/digitalOceanTags": [
"<string>"
],
"networking": {
"$drop": [],
"dnsForwarder": "<string>"
},
"$replace/networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"vpcId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"dropletSize": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"dropletSize": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$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": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"reservedIPs": [
"<string>"
],
"$drop/reservedIPs": [
"<string>"
],
"$append/reservedIPs": [
"<string>"
],
"$retain/reservedIPs": [
"<string>"
]
},
"$replace/digitalocean": {
"digitalOceanTags": [
"<string>"
],
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"vpcId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"dropletSize": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"image": "<string>",
"sshKeys": [
"<string>"
],
"extraSshKeys": [
"<string>"
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"reservedIPs": [
"<string>"
]
},
"gcp": {
"$drop": [],
"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": "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": [],
"family": {
"$drop": [],
"project": "<string>",
"family": "<string>"
},
"$replace/family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"$replace/image": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"machineType": "<string>",
"assignPublicIP": true,
"zone": "<string>",
"overrideImage": {
"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>"
}
],
"machineType": "<string>",
"assignPublicIP": true,
"zone": "<string>",
"overrideImage": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"preemptible": true,
"subnet": "<string>",
"localPersistentDisks": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
],
"machineType": "<string>",
"assignPublicIP": true,
"zone": "<string>",
"overrideImage": {
"$drop": [],
"family": {
"$drop": [],
"project": "<string>",
"family": "<string>"
},
"$replace/family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"$replace/overrideImage": {
"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": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"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": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"machineType": "<string>",
"assignPublicIP": true,
"zone": "<string>",
"overrideImage": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"preemptible": true,
"subnet": "<string>",
"localPersistentDisks": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
}
},
"$replace/provider": {
"generic": {
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
]
},
"hetzner": {
"hetznerLabels": {},
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"networkId": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"dedicatedServerNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"image": "ubuntu-20.04",
"sshKey": "<string>",
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"floatingIPSelector": {}
},
"aws": {
"awsTags": {},
"skipCreateRoles": true,
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"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>"
}
],
"instanceTypes": [
"<string>"
],
"overrideImage": {
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"onDemandBaseCapacity": 123,
"onDemandPercentageAboveBaseCapacity": 123,
"spotAllocationStrategy": "lowest-price",
"subnetIds": [
"<string>"
],
"extraSecurityGroupIds": [
"<string>"
],
"cpuOptions": {
"nestedVirtualization": true
}
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"linode": {
"region": "<string>",
"tokenSecretLink": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"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": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"oblivus": {
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"sshKeys": [
"<string>"
],
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"preInstallScript": "<string>"
},
"lambdalabs": {
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"sshKey": "<string>",
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"fileSystems": [
"<string>"
],
"preInstallScript": "<string>"
},
"paperspace": {
"tokenSecretLink": "<string>",
"sharedDrives": [
"<string>"
],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123,
"bootDiskSize": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"preInstallScript": "<string>",
"userIds": [
"<string>"
],
"networkId": "<string>"
},
"ephemeral": {
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"count": 123,
"flavor": "debian",
"cpu": "<string>",
"memory": "<string>"
}
]
},
"triton": {
"connection": {
"url": "<string>",
"account": "<string>",
"user": "<string>",
"privateKeySecretLink": "<string>"
},
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"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>"
}
],
"packageId": "<string>",
"overrideImageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"tritonTags": {},
"minSize": 123,
"maxSize": 123
}
],
"imageId": "<string>",
"sshKeys": [
"<string>"
],
"autoscaler": {
"expander": [],
"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": {
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"sshKeys": [
"<string>"
],
"networkId": "<string>",
"tags": {},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"size": "<string>",
"subnetId": "<string>",
"zones": [
123
],
"overrideImage": {
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"digitalocean": {
"digitalOceanTags": [
"<string>"
],
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"vpcId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"dropletSize": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"image": "<string>",
"sshKeys": [
"<string>"
],
"extraSshKeys": [
"<string>"
],
"autoscaler": {
"expander": [],
"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": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"machineType": "<string>",
"assignPublicIP": true,
"zone": "<string>",
"overrideImage": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"preemptible": true,
"subnet": "<string>",
"localPersistentDisks": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
}
},
"addOns": {
"$drop": [],
"dashboard": {},
"$replace/dashboard": {},
"headlamp": {},
"$replace/headlamp": {},
"azureWorkloadIdentity": {
"$drop": [],
"tenantId": "<string>"
},
"$replace/azureWorkloadIdentity": {
"tenantId": "<string>"
},
"awsWorkloadIdentity": {},
"$replace/awsWorkloadIdentity": {},
"localPathStorage": {},
"$replace/localPathStorage": {},
"metrics": {
"$drop": [],
"kubeState": true,
"coreDns": true,
"kubelet": true,
"apiserver": true,
"nodeExporter": true,
"cadvisor": true,
"scrapeAnnotated": {
"$drop": [],
"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": 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": [
{
"registry": "<string>",
"mirrors": [
"<string>"
]
}
],
"$drop/mirrors": [
"<string>"
],
"$append/mirrors": [
{
"registry": "<string>",
"mirrors": [
"<string>"
]
}
],
"$patch/mirrors": [
{
"$drop": [],
"$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": true
},
"$replace/nvidia": {
"taintGPUNodes": true
},
"awsEFS": {
"$drop": [],
"roleArn": "<string>"
},
"$replace/awsEFS": {
"roleArn": "<string>"
},
"awsECR": {
"$drop": [],
"roleArn": "<string>"
},
"$replace/awsECR": {
"roleArn": "<string>"
},
"awsELB": {
"$drop": [],
"roleArn": "<string>"
},
"$replace/awsELB": {
"roleArn": "<string>"
},
"azureACR": {
"$drop": [],
"clientId": "<string>"
},
"$replace/azureACR": {
"clientId": "<string>"
},
"sysbox": {},
"$replace/sysbox": {},
"byok": {
"$drop": [],
"ignoreUpdates": true,
"location": "<string>",
"config": {
"$drop": [],
"actuator": {
"$drop": [],
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"env": {},
"$replace/env": {}
},
"$replace/actuator": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"env": {}
},
"juicefs": {
"$drop": [],
"enabled": true
},
"$replace/juicefs": {
"enabled": true
},
"middlebox": {
"$drop": [],
"enabled": true,
"bandwidthAlertMbps": 123,
"port": 123,
"ip": "<string>"
},
"$replace/middlebox": {
"enabled": true,
"bandwidthAlertMbps": 123,
"port": 123,
"ip": "<string>"
},
"common": {
"$drop": [],
"deploymentReplicas": 123,
"pdb": {
"$drop": [],
"maxUnavailable": 123
},
"$replace/pdb": {
"maxUnavailable": 123
}
},
"$replace/common": {
"deploymentReplicas": 123,
"pdb": {
"maxUnavailable": 123
}
},
"longhorn": {
"$drop": [],
"numberOfReplicas": 123,
"replicas": 123,
"isDefault": true
},
"$replace/longhorn": {
"numberOfReplicas": 123,
"replicas": 123,
"isDefault": true
},
"byok": {
"$drop": [],
"noDefaultStorageClasses": true
},
"$replace/byok": {
"noDefaultStorageClasses": true
},
"ingress": {
"$drop": [],
"cpu": "<string>",
"memory": "<string>",
"targetPercent": 123
},
"$replace/ingress": {
"cpu": "<string>",
"memory": "<string>",
"targetPercent": 123
},
"istio": {
"$drop": [],
"istiod": {
"$drop": [],
"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": 123,
"maxCpu": "<string>",
"maxMemory": "<string>"
},
"$replace/ingressgateway": {
"replicas": 123,
"maxCpu": "<string>",
"maxMemory": "<string>"
},
"sidecar": {
"$drop": [],
"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": "<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": "<string>",
"maxMemory": "<string>",
"kubeStateMetrics": {
"$drop": [],
"minMemory": "<string>"
},
"$replace/kubeStateMetrics": {
"minMemory": "<string>"
},
"prometheus": {
"$drop": [],
"main": {
"$drop": [],
"storage": "<string>"
},
"$replace/main": {
"storage": "<string>"
}
},
"$replace/prometheus": {
"main": {
"storage": "<string>"
}
},
"remoteWrite": [
{
"basic_auth": {
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"authorization": {
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"oauth2": {},
"follow_redirects": true,
"enable_http2": true,
"tls_config": {},
"proxy_url": "<string>",
"no_proxy": "<string>",
"proxy_from_environment": true,
"proxy_connect_header": {},
"http_headers": {},
"url": "<string>",
"remote_timeout": "<string>",
"headers": {},
"write_relabel_configs": [
{}
],
"name": "<string>",
"send_exemplars": true,
"send_native_histograms": true,
"sigv4": {},
"azuread": {},
"google_iam": {},
"queue_config": {}
}
],
"$drop/remoteWrite": [
"<string>"
],
"$append/remoteWrite": [
{
"basic_auth": {
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"authorization": {
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"oauth2": {},
"follow_redirects": true,
"enable_http2": true,
"tls_config": {},
"proxy_url": "<string>",
"no_proxy": "<string>",
"proxy_from_environment": true,
"proxy_connect_header": {},
"http_headers": {},
"url": "<string>",
"remote_timeout": "<string>",
"headers": {},
"write_relabel_configs": [
{}
],
"name": "<string>",
"send_exemplars": true,
"send_native_histograms": true,
"sigv4": {},
"azuread": {},
"google_iam": {},
"queue_config": {}
}
],
"$patch/remoteWrite": [
{
"$drop": [],
"basic_auth": {
"$drop": [],
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"$replace/basic_auth": {
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"authorization": {
"$drop": [],
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"$replace/authorization": {
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"oauth2": {},
"$replace/oauth2": {},
"follow_redirects": true,
"enable_http2": true,
"tls_config": {},
"$replace/tls_config": {},
"proxy_url": "<string>",
"no_proxy": "<string>",
"proxy_from_environment": true,
"proxy_connect_header": {},
"$replace/proxy_connect_header": {},
"http_headers": {},
"$replace/http_headers": {},
"url": "<string>",
"remote_timeout": "<string>",
"headers": {},
"$replace/headers": {},
"write_relabel_configs": [
{}
],
"$drop/write_relabel_configs": [
"<string>"
],
"$append/write_relabel_configs": [
{}
],
"$patch/write_relabel_configs": [
{}
],
"$retain/write_relabel_configs": [
"<string>"
],
"name": "<string>",
"send_exemplars": true,
"send_native_histograms": true,
"sigv4": {},
"$replace/sigv4": {},
"azuread": {},
"$replace/azuread": {},
"google_iam": {},
"$replace/google_iam": {},
"queue_config": {},
"$replace/queue_config": {}
}
],
"$retain/remoteWrite": [
"<string>"
],
"externalLabels": {},
"$replace/externalLabels": {}
},
"$replace/monitoring": {
"minMemory": "<string>",
"maxMemory": "<string>",
"kubeStateMetrics": {
"minMemory": "<string>"
},
"prometheus": {
"main": {
"storage": "<string>"
}
},
"remoteWrite": [
{
"basic_auth": {
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"authorization": {
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"oauth2": {},
"follow_redirects": true,
"enable_http2": true,
"tls_config": {},
"proxy_url": "<string>",
"no_proxy": "<string>",
"proxy_from_environment": true,
"proxy_connect_header": {},
"http_headers": {},
"url": "<string>",
"remote_timeout": "<string>",
"headers": {},
"write_relabel_configs": [
{}
],
"name": "<string>",
"send_exemplars": true,
"send_native_histograms": true,
"sigv4": {},
"azuread": {},
"google_iam": {},
"queue_config": {}
}
],
"externalLabels": {}
},
"redis": {
"$drop": [],
"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": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"$replace/redisHa": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"redisSentinel": {
"$drop": [],
"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": "<string>",
"minMemory": "<string>"
},
"$replace/tempoAgent": {
"minCpu": "<string>",
"minMemory": "<string>"
},
"internalDns": {
"$drop": [],
"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>",
"env": {}
},
"juicefs": {
"enabled": true
},
"middlebox": {
"enabled": true,
"bandwidthAlertMbps": 123,
"port": 123,
"ip": "<string>"
},
"common": {
"deploymentReplicas": 123,
"pdb": {
"maxUnavailable": 123
}
},
"longhorn": {
"numberOfReplicas": 123,
"replicas": 123,
"isDefault": true
},
"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>"
}
},
"remoteWrite": [
{
"basic_auth": {
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"authorization": {
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"oauth2": {},
"follow_redirects": true,
"enable_http2": true,
"tls_config": {},
"proxy_url": "<string>",
"no_proxy": "<string>",
"proxy_from_environment": true,
"proxy_connect_header": {},
"http_headers": {},
"url": "<string>",
"remote_timeout": "<string>",
"headers": {},
"write_relabel_configs": [
{}
],
"name": "<string>",
"send_exemplars": true,
"send_native_histograms": true,
"sigv4": {},
"azuread": {},
"google_iam": {},
"queue_config": {}
}
],
"externalLabels": {}
},
"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>",
"env": {}
},
"juicefs": {
"enabled": true
},
"middlebox": {
"enabled": true,
"bandwidthAlertMbps": 123,
"port": 123,
"ip": "<string>"
},
"common": {
"deploymentReplicas": 123,
"pdb": {
"maxUnavailable": 123
}
},
"longhorn": {
"numberOfReplicas": 123,
"replicas": 123,
"isDefault": true
},
"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>"
}
},
"remoteWrite": [
{
"basic_auth": {
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"authorization": {
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"oauth2": {},
"follow_redirects": true,
"enable_http2": true,
"tls_config": {},
"proxy_url": "<string>",
"no_proxy": "<string>",
"proxy_from_environment": true,
"proxy_connect_header": {},
"http_headers": {},
"url": "<string>",
"remote_timeout": "<string>",
"headers": {},
"write_relabel_configs": [
{}
],
"name": "<string>",
"send_exemplars": true,
"send_native_histograms": true,
"sigv4": {},
"azuread": {},
"google_iam": {},
"queue_config": {}
}
],
"externalLabels": {}
},
"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>",
"env": {}
},
"juicefs": {
"enabled": true
},
"middlebox": {
"enabled": true,
"bandwidthAlertMbps": 123,
"port": 123,
"ip": "<string>"
},
"common": {
"deploymentReplicas": 123,
"pdb": {
"maxUnavailable": 123
}
},
"longhorn": {
"numberOfReplicas": 123,
"replicas": 123,
"isDefault": true
},
"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>"
}
},
"remoteWrite": [
{
"basic_auth": {
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"authorization": {
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"oauth2": {},
"follow_redirects": true,
"enable_http2": true,
"tls_config": {},
"proxy_url": "<string>",
"no_proxy": "<string>",
"proxy_from_environment": true,
"proxy_connect_header": {},
"http_headers": {},
"url": "<string>",
"remote_timeout": "<string>",
"headers": {},
"write_relabel_configs": [
{}
],
"name": "<string>",
"send_exemplars": true,
"send_native_histograms": true,
"sigv4": {},
"azuread": {},
"google_iam": {},
"queue_config": {}
}
],
"externalLabels": {}
},
"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": {
"firewall": [
{
"sourceCIDR": "<string>",
"description": "<string>"
}
],
"provider": {
"generic": {
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
]
},
"hetzner": {
"hetznerLabels": {},
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"networkId": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"dedicatedServerNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"image": "ubuntu-20.04",
"sshKey": "<string>",
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"floatingIPSelector": {}
},
"aws": {
"awsTags": {},
"skipCreateRoles": true,
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"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>"
}
],
"instanceTypes": [
"<string>"
],
"overrideImage": {
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"onDemandBaseCapacity": 123,
"onDemandPercentageAboveBaseCapacity": 123,
"spotAllocationStrategy": "lowest-price",
"subnetIds": [
"<string>"
],
"extraSecurityGroupIds": [
"<string>"
],
"cpuOptions": {
"nestedVirtualization": true
}
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"linode": {
"region": "<string>",
"tokenSecretLink": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"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": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"oblivus": {
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"sshKeys": [
"<string>"
],
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"preInstallScript": "<string>"
},
"lambdalabs": {
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"sshKey": "<string>",
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"fileSystems": [
"<string>"
],
"preInstallScript": "<string>"
},
"paperspace": {
"tokenSecretLink": "<string>",
"sharedDrives": [
"<string>"
],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123,
"bootDiskSize": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"preInstallScript": "<string>",
"userIds": [
"<string>"
],
"networkId": "<string>"
},
"ephemeral": {
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"count": 123,
"flavor": "debian",
"cpu": "<string>",
"memory": "<string>"
}
]
},
"triton": {
"connection": {
"url": "<string>",
"account": "<string>",
"user": "<string>",
"privateKeySecretLink": "<string>"
},
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"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>"
}
],
"packageId": "<string>",
"overrideImageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"tritonTags": {},
"minSize": 123,
"maxSize": 123
}
],
"imageId": "<string>",
"sshKeys": [
"<string>"
],
"autoscaler": {
"expander": [],
"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": {
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"sshKeys": [
"<string>"
],
"networkId": "<string>",
"tags": {},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"size": "<string>",
"subnetId": "<string>",
"zones": [
123
],
"overrideImage": {
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"digitalocean": {
"digitalOceanTags": [
"<string>"
],
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"vpcId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"dropletSize": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"image": "<string>",
"sshKeys": [
"<string>"
],
"extraSshKeys": [
"<string>"
],
"autoscaler": {
"expander": [],
"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": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"machineType": "<string>",
"assignPublicIP": true,
"zone": "<string>",
"overrideImage": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"preemptible": true,
"subnet": "<string>",
"localPersistentDisks": 123
}
],
"autoscaler": {
"expander": [],
"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>",
"env": {}
},
"juicefs": {
"enabled": true
},
"middlebox": {
"enabled": true,
"bandwidthAlertMbps": 123,
"port": 123,
"ip": "<string>"
},
"common": {
"deploymentReplicas": 123,
"pdb": {
"maxUnavailable": 123
}
},
"longhorn": {
"numberOfReplicas": 123,
"replicas": 123,
"isDefault": true
},
"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>"
}
},
"remoteWrite": [
{
"basic_auth": {
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"authorization": {
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"oauth2": {},
"follow_redirects": true,
"enable_http2": true,
"tls_config": {},
"proxy_url": "<string>",
"no_proxy": "<string>",
"proxy_from_environment": true,
"proxy_connect_header": {},
"http_headers": {},
"url": "<string>",
"remote_timeout": "<string>",
"headers": {},
"write_relabel_configs": [
{}
],
"name": "<string>",
"send_exemplars": true,
"send_native_histograms": true,
"sigv4": {},
"azuread": {},
"google_iam": {},
"queue_config": {}
}
],
"externalLabels": {}
},
"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": {
"firewall": [
{
"sourceCIDR": "<string>",
"description": "<string>"
}
],
"provider": {
"generic": {
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
]
},
"hetzner": {
"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>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"dedicatedServerNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"image": "ubuntu-20.04",
"sshKey": "<string>",
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"floatingIPSelector": {}
},
"aws": {
"awsTags": {},
"skipCreateRoles": true,
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"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>"
}
],
"instanceTypes": [
"<string>"
],
"overrideImage": {
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"onDemandBaseCapacity": 123,
"onDemandPercentageAboveBaseCapacity": 123,
"spotAllocationStrategy": "lowest-price",
"subnetIds": [
"<string>"
],
"extraSecurityGroupIds": [
"<string>"
],
"cpuOptions": {
"nestedVirtualization": true
}
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"linode": {
"region": "<string>",
"tokenSecretLink": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"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": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"oblivus": {
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"sshKeys": [
"<string>"
],
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"preInstallScript": "<string>"
},
"lambdalabs": {
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"sshKey": "<string>",
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"fileSystems": [
"<string>"
],
"preInstallScript": "<string>"
},
"paperspace": {
"tokenSecretLink": "<string>",
"sharedDrives": [
"<string>"
],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123,
"bootDiskSize": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"preInstallScript": "<string>",
"userIds": [
"<string>"
],
"networkId": "<string>"
},
"ephemeral": {
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"count": 123,
"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>",
"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>"
}
],
"packageId": "<string>",
"overrideImageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"tritonTags": {},
"minSize": 123,
"maxSize": 123
}
],
"imageId": "<string>",
"sshKeys": [
"<string>"
],
"autoscaler": {
"expander": [],
"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": {
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"sshKeys": [
"<string>"
],
"networkId": "<string>",
"tags": {},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"size": "<string>",
"subnetId": "<string>",
"zones": [
123
],
"overrideImage": {
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"digitalocean": {
"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>"
}
],
"dropletSize": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"image": "<string>",
"sshKeys": [
"<string>"
],
"extraSshKeys": [
"<string>"
],
"autoscaler": {
"expander": [],
"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": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"machineType": "<string>",
"assignPublicIP": true,
"zone": "<string>",
"overrideImage": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"preemptible": true,
"subnet": "<string>",
"localPersistentDisks": 123
}
],
"autoscaler": {
"expander": [],
"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>",
"env": {}
},
"juicefs": {
"enabled": true
},
"middlebox": {
"enabled": true,
"bandwidthAlertMbps": 123,
"port": 123,
"ip": "<string>"
},
"common": {
"deploymentReplicas": 123,
"pdb": {
"maxUnavailable": 123
}
},
"longhorn": {
"numberOfReplicas": 123,
"replicas": 123,
"isDefault": true
},
"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>"
}
},
"remoteWrite": [
{
"basic_auth": {
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"authorization": {
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"oauth2": {},
"follow_redirects": true,
"enable_http2": true,
"tls_config": {},
"proxy_url": "<string>",
"no_proxy": "<string>",
"proxy_from_environment": true,
"proxy_connect_header": {},
"http_headers": {},
"url": "<string>",
"remote_timeout": "<string>",
"headers": {},
"write_relabel_configs": [
{}
],
"name": "<string>",
"send_exemplars": true,
"send_native_histograms": true,
"sigv4": {},
"azuread": {},
"google_iam": {},
"queue_config": {}
}
],
"externalLabels": {}
},
"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": {}
}
}
}
}Managed Kubernetes (mk8s)
Perform a Patch on an mk8s cluster by name
PATCH
/
org
/
{org}
/
mk8s
/
{name}
Perform a Patch on an mk8s cluster by name
curl --request PATCH \
--url https://api.cpln.io/org/{org}/mk8s/{name} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"$drop": [],
"name": "<string>",
"description": "<string>",
"tags": {},
"$replace/tags": {},
"spec": {
"$drop": [],
"firewall": [
{
"sourceCIDR": "<string>",
"description": "<string>"
}
],
"$drop/firewall": [
"<string>"
],
"$append/firewall": [
{
"sourceCIDR": "<string>",
"description": "<string>"
}
],
"$patch/firewall": [
{
"$drop": [],
"sourceCIDR": "<string>",
"description": "<string>"
}
],
"$retain/firewall": [
"<string>"
],
"provider": {
"$drop": [],
"generic": {
"$drop": [],
"networking": {
"$drop": [],
"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>"
}
]
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
]
}
],
"$retain/nodePools": [
"<string>"
]
},
"$replace/generic": {
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
]
},
"hetzner": {
"$drop": [],
"hetznerLabels": {},
"$replace/hetznerLabels": {},
"networking": {
"$drop": [],
"dnsForwarder": "<string>"
},
"$replace/networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"networkId": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$retain/nodePools": [
"<string>"
],
"dedicatedServerNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$drop/dedicatedServerNodePools": [
"<string>"
],
"$append/dedicatedServerNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$patch/dedicatedServerNodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
]
}
],
"$retain/dedicatedServerNodePools": [
"<string>"
],
"image": "ubuntu-20.04",
"sshKey": "<string>",
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"floatingIPSelector": {},
"$replace/floatingIPSelector": {}
},
"$replace/hetzner": {
"hetznerLabels": {},
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"networkId": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"dedicatedServerNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"image": "ubuntu-20.04",
"sshKey": "<string>",
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"floatingIPSelector": {}
},
"aws": {
"$drop": [],
"awsTags": {},
"$replace/awsTags": {},
"skipCreateRoles": true,
"networking": {
"$drop": [],
"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": [],
"exact": "<string>"
},
"$replace/image": {
"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": "<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>"
}
],
"instanceTypes": [
"<string>"
],
"overrideImage": {
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"onDemandBaseCapacity": 123,
"onDemandPercentageAboveBaseCapacity": 123,
"spotAllocationStrategy": "lowest-price",
"subnetIds": [
"<string>"
],
"extraSecurityGroupIds": [
"<string>"
],
"cpuOptions": {
"nestedVirtualization": true
}
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"instanceTypes": [
"<string>"
],
"overrideImage": {
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"onDemandBaseCapacity": 123,
"onDemandPercentageAboveBaseCapacity": 123,
"spotAllocationStrategy": "lowest-price",
"subnetIds": [
"<string>"
],
"extraSecurityGroupIds": [
"<string>"
],
"cpuOptions": {
"nestedVirtualization": true
}
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
],
"instanceTypes": [
"<string>"
],
"$drop/instanceTypes": [
"<string>"
],
"$append/instanceTypes": [
"<string>"
],
"$retain/instanceTypes": [
"<string>"
],
"overrideImage": {
"$drop": [],
"exact": "<string>"
},
"$replace/overrideImage": {
"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>"
],
"cpuOptions": {
"$drop": [],
"nestedVirtualization": true
},
"$replace/cpuOptions": {
"nestedVirtualization": true
}
}
],
"$retain/nodePools": [
"<string>"
],
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"$replace/aws": {
"awsTags": {},
"skipCreateRoles": true,
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"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>"
}
],
"instanceTypes": [
"<string>"
],
"overrideImage": {
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"onDemandBaseCapacity": 123,
"onDemandPercentageAboveBaseCapacity": 123,
"spotAllocationStrategy": "lowest-price",
"subnetIds": [
"<string>"
],
"extraSecurityGroupIds": [
"<string>"
],
"cpuOptions": {
"nestedVirtualization": true
}
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"linode": {
"$drop": [],
"region": "<string>",
"tokenSecretLink": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"subnetId": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"subnetId": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$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": "<string>"
},
"$replace/networking": {
"dnsForwarder": "<string>"
},
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"$replace/linode": {
"region": "<string>",
"tokenSecretLink": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"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": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"oblivus": {
"$drop": [],
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
],
"minSize": 123,
"maxSize": 123
}
],
"$retain/nodePools": [
"<string>"
],
"sshKeys": [
"<string>"
],
"$drop/sshKeys": [
"<string>"
],
"$append/sshKeys": [
"<string>"
],
"$retain/sshKeys": [
"<string>"
],
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$drop/unmanagedNodePools": [
"<string>"
],
"$append/unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$patch/unmanagedNodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
]
}
],
"$retain/unmanagedNodePools": [
"<string>"
],
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"preInstallScript": "<string>"
},
"$replace/oblivus": {
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"sshKeys": [
"<string>"
],
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"preInstallScript": "<string>"
},
"lambdalabs": {
"$drop": [],
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
],
"minSize": 123,
"maxSize": 123
}
],
"$retain/nodePools": [
"<string>"
],
"sshKey": "<string>",
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$drop/unmanagedNodePools": [
"<string>"
],
"$append/unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$patch/unmanagedNodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
]
}
],
"$retain/unmanagedNodePools": [
"<string>"
],
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"fileSystems": [
"<string>"
],
"$drop/fileSystems": [
"<string>"
],
"$append/fileSystems": [
"<string>"
],
"$retain/fileSystems": [
"<string>"
],
"preInstallScript": "<string>"
},
"$replace/lambdalabs": {
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"sshKey": "<string>",
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"fileSystems": [
"<string>"
],
"preInstallScript": "<string>"
},
"paperspace": {
"$drop": [],
"tokenSecretLink": "<string>",
"sharedDrives": [
"<string>"
],
"$drop/sharedDrives": [
"<string>"
],
"$append/sharedDrives": [
"<string>"
],
"$retain/sharedDrives": [
"<string>"
],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123,
"bootDiskSize": 123
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123,
"bootDiskSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
],
"minSize": 123,
"maxSize": 123,
"bootDiskSize": 123
}
],
"$retain/nodePools": [
"<string>"
],
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$drop/unmanagedNodePools": [
"<string>"
],
"$append/unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"$patch/unmanagedNodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
]
}
],
"$retain/unmanagedNodePools": [
"<string>"
],
"preInstallScript": "<string>",
"userIds": [
"<string>"
],
"$drop/userIds": [
"<string>"
],
"$append/userIds": [
"<string>"
],
"$retain/userIds": [
"<string>"
],
"networkId": "<string>"
},
"$replace/paperspace": {
"tokenSecretLink": "<string>",
"sharedDrives": [
"<string>"
],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123,
"bootDiskSize": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"preInstallScript": "<string>",
"userIds": [
"<string>"
],
"networkId": "<string>"
},
"ephemeral": {
"$drop": [],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"count": 123,
"flavor": "debian",
"cpu": "<string>",
"memory": "<string>"
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"count": 123,
"flavor": "debian",
"cpu": "<string>",
"memory": "<string>"
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
],
"count": 123,
"flavor": "debian",
"cpu": "<string>",
"memory": "<string>"
}
],
"$retain/nodePools": [
"<string>"
]
},
"$replace/ephemeral": {
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"count": 123,
"flavor": "debian",
"cpu": "<string>",
"memory": "<string>"
}
]
},
"triton": {
"$drop": [],
"connection": {
"$drop": [],
"url": "<string>",
"account": "<string>",
"user": "<string>",
"privateKeySecretLink": "<string>"
},
"$replace/connection": {
"url": "<string>",
"account": "<string>",
"user": "<string>",
"privateKeySecretLink": "<string>"
},
"networking": {
"$drop": [],
"dnsForwarder": "<string>"
},
"$replace/networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"loadBalancer": {
"$drop": [],
"manual": {
"$drop": [],
"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": 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>"
}
],
"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>"
}
],
"packageId": "<string>",
"overrideImageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"tritonTags": {},
"minSize": 123,
"maxSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$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": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"$replace/triton": {
"connection": {
"url": "<string>",
"account": "<string>",
"user": "<string>",
"privateKeySecretLink": "<string>"
},
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"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>"
}
],
"packageId": "<string>",
"overrideImageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"tritonTags": {},
"minSize": 123,
"maxSize": 123
}
],
"imageId": "<string>",
"sshKeys": [
"<string>"
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"azure": {
"$drop": [],
"location": "<string>",
"subscriptionId": "<string>",
"sdkSecretLink": "<string>",
"resourceGroup": "<string>",
"networking": {
"$drop": [],
"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": [],
"reference": {
"$drop": [],
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
},
"$replace/reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"$replace/image": {
"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>"
}
],
"size": "<string>",
"subnetId": "<string>",
"zones": [
123
],
"overrideImage": {
"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>"
}
],
"size": "<string>",
"subnetId": "<string>",
"zones": [
123
],
"overrideImage": {
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
],
"size": "<string>",
"subnetId": "<string>",
"zones": [
123
],
"$drop/zones": [
123
],
"$append/zones": [
123
],
"$retain/zones": [
123
],
"overrideImage": {
"$drop": [],
"reference": {
"$drop": [],
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
},
"$replace/reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"$replace/overrideImage": {
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123
}
],
"$retain/nodePools": [
"<string>"
],
"autoscaler": {
"$drop": [],
"expander": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"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": {
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"sshKeys": [
"<string>"
],
"networkId": "<string>",
"tags": {},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"size": "<string>",
"subnetId": "<string>",
"zones": [
123
],
"overrideImage": {
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"digitalocean": {
"$drop": [],
"digitalOceanTags": [
"<string>"
],
"$drop/digitalOceanTags": [
"<string>"
],
"$append/digitalOceanTags": [
"<string>"
],
"$retain/digitalOceanTags": [
"<string>"
],
"networking": {
"$drop": [],
"dnsForwarder": "<string>"
},
"$replace/networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"vpcId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"dropletSize": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$drop/nodePools": [
"<string>"
],
"$append/nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"dropletSize": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$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": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"reservedIPs": [
"<string>"
],
"$drop/reservedIPs": [
"<string>"
],
"$append/reservedIPs": [
"<string>"
],
"$retain/reservedIPs": [
"<string>"
]
},
"$replace/digitalocean": {
"digitalOceanTags": [
"<string>"
],
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"vpcId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"dropletSize": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"image": "<string>",
"sshKeys": [
"<string>"
],
"extraSshKeys": [
"<string>"
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"reservedIPs": [
"<string>"
]
},
"gcp": {
"$drop": [],
"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": "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": [],
"family": {
"$drop": [],
"project": "<string>",
"family": "<string>"
},
"$replace/family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"$replace/image": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"machineType": "<string>",
"assignPublicIP": true,
"zone": "<string>",
"overrideImage": {
"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>"
}
],
"machineType": "<string>",
"assignPublicIP": true,
"zone": "<string>",
"overrideImage": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"preemptible": true,
"subnet": "<string>",
"localPersistentDisks": 123
}
],
"$patch/nodePools": [
{
"$drop": [],
"name": "<string>",
"labels": {},
"$replace/labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$drop/taints": [
"<string>"
],
"$append/taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"$patch/taints": [
{
"$drop": [],
"key": "<string>",
"value": "<string>"
}
],
"$retain/taints": [
"<string>"
],
"machineType": "<string>",
"assignPublicIP": true,
"zone": "<string>",
"overrideImage": {
"$drop": [],
"family": {
"$drop": [],
"project": "<string>",
"family": "<string>"
},
"$replace/family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"$replace/overrideImage": {
"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": [],
"$drop/expander": [],
"$append/expander": [],
"$retain/expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"$replace/autoscaler": {
"expander": [],
"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": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"machineType": "<string>",
"assignPublicIP": true,
"zone": "<string>",
"overrideImage": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"preemptible": true,
"subnet": "<string>",
"localPersistentDisks": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
}
},
"$replace/provider": {
"generic": {
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
]
},
"hetzner": {
"hetznerLabels": {},
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"networkId": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"dedicatedServerNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"image": "ubuntu-20.04",
"sshKey": "<string>",
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"floatingIPSelector": {}
},
"aws": {
"awsTags": {},
"skipCreateRoles": true,
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"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>"
}
],
"instanceTypes": [
"<string>"
],
"overrideImage": {
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"onDemandBaseCapacity": 123,
"onDemandPercentageAboveBaseCapacity": 123,
"spotAllocationStrategy": "lowest-price",
"subnetIds": [
"<string>"
],
"extraSecurityGroupIds": [
"<string>"
],
"cpuOptions": {
"nestedVirtualization": true
}
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"linode": {
"region": "<string>",
"tokenSecretLink": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"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": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"oblivus": {
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"sshKeys": [
"<string>"
],
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"preInstallScript": "<string>"
},
"lambdalabs": {
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"sshKey": "<string>",
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"fileSystems": [
"<string>"
],
"preInstallScript": "<string>"
},
"paperspace": {
"tokenSecretLink": "<string>",
"sharedDrives": [
"<string>"
],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123,
"bootDiskSize": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"preInstallScript": "<string>",
"userIds": [
"<string>"
],
"networkId": "<string>"
},
"ephemeral": {
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"count": 123,
"flavor": "debian",
"cpu": "<string>",
"memory": "<string>"
}
]
},
"triton": {
"connection": {
"url": "<string>",
"account": "<string>",
"user": "<string>",
"privateKeySecretLink": "<string>"
},
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"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>"
}
],
"packageId": "<string>",
"overrideImageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"tritonTags": {},
"minSize": 123,
"maxSize": 123
}
],
"imageId": "<string>",
"sshKeys": [
"<string>"
],
"autoscaler": {
"expander": [],
"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": {
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"sshKeys": [
"<string>"
],
"networkId": "<string>",
"tags": {},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"size": "<string>",
"subnetId": "<string>",
"zones": [
123
],
"overrideImage": {
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"digitalocean": {
"digitalOceanTags": [
"<string>"
],
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"vpcId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"dropletSize": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"image": "<string>",
"sshKeys": [
"<string>"
],
"extraSshKeys": [
"<string>"
],
"autoscaler": {
"expander": [],
"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": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"machineType": "<string>",
"assignPublicIP": true,
"zone": "<string>",
"overrideImage": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"preemptible": true,
"subnet": "<string>",
"localPersistentDisks": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
}
},
"addOns": {
"$drop": [],
"dashboard": {},
"$replace/dashboard": {},
"headlamp": {},
"$replace/headlamp": {},
"azureWorkloadIdentity": {
"$drop": [],
"tenantId": "<string>"
},
"$replace/azureWorkloadIdentity": {
"tenantId": "<string>"
},
"awsWorkloadIdentity": {},
"$replace/awsWorkloadIdentity": {},
"localPathStorage": {},
"$replace/localPathStorage": {},
"metrics": {
"$drop": [],
"kubeState": true,
"coreDns": true,
"kubelet": true,
"apiserver": true,
"nodeExporter": true,
"cadvisor": true,
"scrapeAnnotated": {
"$drop": [],
"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": 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": [
{
"registry": "<string>",
"mirrors": [
"<string>"
]
}
],
"$drop/mirrors": [
"<string>"
],
"$append/mirrors": [
{
"registry": "<string>",
"mirrors": [
"<string>"
]
}
],
"$patch/mirrors": [
{
"$drop": [],
"$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": true
},
"$replace/nvidia": {
"taintGPUNodes": true
},
"awsEFS": {
"$drop": [],
"roleArn": "<string>"
},
"$replace/awsEFS": {
"roleArn": "<string>"
},
"awsECR": {
"$drop": [],
"roleArn": "<string>"
},
"$replace/awsECR": {
"roleArn": "<string>"
},
"awsELB": {
"$drop": [],
"roleArn": "<string>"
},
"$replace/awsELB": {
"roleArn": "<string>"
},
"azureACR": {
"$drop": [],
"clientId": "<string>"
},
"$replace/azureACR": {
"clientId": "<string>"
},
"sysbox": {},
"$replace/sysbox": {},
"byok": {
"$drop": [],
"ignoreUpdates": true,
"location": "<string>",
"config": {
"$drop": [],
"actuator": {
"$drop": [],
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"env": {},
"$replace/env": {}
},
"$replace/actuator": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"env": {}
},
"juicefs": {
"$drop": [],
"enabled": true
},
"$replace/juicefs": {
"enabled": true
},
"middlebox": {
"$drop": [],
"enabled": true,
"bandwidthAlertMbps": 123,
"port": 123,
"ip": "<string>"
},
"$replace/middlebox": {
"enabled": true,
"bandwidthAlertMbps": 123,
"port": 123,
"ip": "<string>"
},
"common": {
"$drop": [],
"deploymentReplicas": 123,
"pdb": {
"$drop": [],
"maxUnavailable": 123
},
"$replace/pdb": {
"maxUnavailable": 123
}
},
"$replace/common": {
"deploymentReplicas": 123,
"pdb": {
"maxUnavailable": 123
}
},
"longhorn": {
"$drop": [],
"numberOfReplicas": 123,
"replicas": 123,
"isDefault": true
},
"$replace/longhorn": {
"numberOfReplicas": 123,
"replicas": 123,
"isDefault": true
},
"byok": {
"$drop": [],
"noDefaultStorageClasses": true
},
"$replace/byok": {
"noDefaultStorageClasses": true
},
"ingress": {
"$drop": [],
"cpu": "<string>",
"memory": "<string>",
"targetPercent": 123
},
"$replace/ingress": {
"cpu": "<string>",
"memory": "<string>",
"targetPercent": 123
},
"istio": {
"$drop": [],
"istiod": {
"$drop": [],
"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": 123,
"maxCpu": "<string>",
"maxMemory": "<string>"
},
"$replace/ingressgateway": {
"replicas": 123,
"maxCpu": "<string>",
"maxMemory": "<string>"
},
"sidecar": {
"$drop": [],
"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": "<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": "<string>",
"maxMemory": "<string>",
"kubeStateMetrics": {
"$drop": [],
"minMemory": "<string>"
},
"$replace/kubeStateMetrics": {
"minMemory": "<string>"
},
"prometheus": {
"$drop": [],
"main": {
"$drop": [],
"storage": "<string>"
},
"$replace/main": {
"storage": "<string>"
}
},
"$replace/prometheus": {
"main": {
"storage": "<string>"
}
},
"remoteWrite": [
{
"basic_auth": {
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"authorization": {
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"oauth2": {},
"follow_redirects": true,
"enable_http2": true,
"tls_config": {},
"proxy_url": "<string>",
"no_proxy": "<string>",
"proxy_from_environment": true,
"proxy_connect_header": {},
"http_headers": {},
"url": "<string>",
"remote_timeout": "<string>",
"headers": {},
"write_relabel_configs": [
{}
],
"name": "<string>",
"send_exemplars": true,
"send_native_histograms": true,
"sigv4": {},
"azuread": {},
"google_iam": {},
"queue_config": {}
}
],
"$drop/remoteWrite": [
"<string>"
],
"$append/remoteWrite": [
{
"basic_auth": {
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"authorization": {
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"oauth2": {},
"follow_redirects": true,
"enable_http2": true,
"tls_config": {},
"proxy_url": "<string>",
"no_proxy": "<string>",
"proxy_from_environment": true,
"proxy_connect_header": {},
"http_headers": {},
"url": "<string>",
"remote_timeout": "<string>",
"headers": {},
"write_relabel_configs": [
{}
],
"name": "<string>",
"send_exemplars": true,
"send_native_histograms": true,
"sigv4": {},
"azuread": {},
"google_iam": {},
"queue_config": {}
}
],
"$patch/remoteWrite": [
{
"$drop": [],
"basic_auth": {
"$drop": [],
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"$replace/basic_auth": {
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"authorization": {
"$drop": [],
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"$replace/authorization": {
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"oauth2": {},
"$replace/oauth2": {},
"follow_redirects": true,
"enable_http2": true,
"tls_config": {},
"$replace/tls_config": {},
"proxy_url": "<string>",
"no_proxy": "<string>",
"proxy_from_environment": true,
"proxy_connect_header": {},
"$replace/proxy_connect_header": {},
"http_headers": {},
"$replace/http_headers": {},
"url": "<string>",
"remote_timeout": "<string>",
"headers": {},
"$replace/headers": {},
"write_relabel_configs": [
{}
],
"$drop/write_relabel_configs": [
"<string>"
],
"$append/write_relabel_configs": [
{}
],
"$patch/write_relabel_configs": [
{}
],
"$retain/write_relabel_configs": [
"<string>"
],
"name": "<string>",
"send_exemplars": true,
"send_native_histograms": true,
"sigv4": {},
"$replace/sigv4": {},
"azuread": {},
"$replace/azuread": {},
"google_iam": {},
"$replace/google_iam": {},
"queue_config": {},
"$replace/queue_config": {}
}
],
"$retain/remoteWrite": [
"<string>"
],
"externalLabels": {},
"$replace/externalLabels": {}
},
"$replace/monitoring": {
"minMemory": "<string>",
"maxMemory": "<string>",
"kubeStateMetrics": {
"minMemory": "<string>"
},
"prometheus": {
"main": {
"storage": "<string>"
}
},
"remoteWrite": [
{
"basic_auth": {
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"authorization": {
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"oauth2": {},
"follow_redirects": true,
"enable_http2": true,
"tls_config": {},
"proxy_url": "<string>",
"no_proxy": "<string>",
"proxy_from_environment": true,
"proxy_connect_header": {},
"http_headers": {},
"url": "<string>",
"remote_timeout": "<string>",
"headers": {},
"write_relabel_configs": [
{}
],
"name": "<string>",
"send_exemplars": true,
"send_native_histograms": true,
"sigv4": {},
"azuread": {},
"google_iam": {},
"queue_config": {}
}
],
"externalLabels": {}
},
"redis": {
"$drop": [],
"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": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"$replace/redisHa": {
"minCpu": "<string>",
"maxCpu": "<string>",
"minMemory": "<string>",
"maxMemory": "<string>",
"storage": 123
},
"redisSentinel": {
"$drop": [],
"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": "<string>",
"minMemory": "<string>"
},
"$replace/tempoAgent": {
"minCpu": "<string>",
"minMemory": "<string>"
},
"internalDns": {
"$drop": [],
"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>",
"env": {}
},
"juicefs": {
"enabled": true
},
"middlebox": {
"enabled": true,
"bandwidthAlertMbps": 123,
"port": 123,
"ip": "<string>"
},
"common": {
"deploymentReplicas": 123,
"pdb": {
"maxUnavailable": 123
}
},
"longhorn": {
"numberOfReplicas": 123,
"replicas": 123,
"isDefault": true
},
"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>"
}
},
"remoteWrite": [
{
"basic_auth": {
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"authorization": {
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"oauth2": {},
"follow_redirects": true,
"enable_http2": true,
"tls_config": {},
"proxy_url": "<string>",
"no_proxy": "<string>",
"proxy_from_environment": true,
"proxy_connect_header": {},
"http_headers": {},
"url": "<string>",
"remote_timeout": "<string>",
"headers": {},
"write_relabel_configs": [
{}
],
"name": "<string>",
"send_exemplars": true,
"send_native_histograms": true,
"sigv4": {},
"azuread": {},
"google_iam": {},
"queue_config": {}
}
],
"externalLabels": {}
},
"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>",
"env": {}
},
"juicefs": {
"enabled": true
},
"middlebox": {
"enabled": true,
"bandwidthAlertMbps": 123,
"port": 123,
"ip": "<string>"
},
"common": {
"deploymentReplicas": 123,
"pdb": {
"maxUnavailable": 123
}
},
"longhorn": {
"numberOfReplicas": 123,
"replicas": 123,
"isDefault": true
},
"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>"
}
},
"remoteWrite": [
{
"basic_auth": {
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"authorization": {
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"oauth2": {},
"follow_redirects": true,
"enable_http2": true,
"tls_config": {},
"proxy_url": "<string>",
"no_proxy": "<string>",
"proxy_from_environment": true,
"proxy_connect_header": {},
"http_headers": {},
"url": "<string>",
"remote_timeout": "<string>",
"headers": {},
"write_relabel_configs": [
{}
],
"name": "<string>",
"send_exemplars": true,
"send_native_histograms": true,
"sigv4": {},
"azuread": {},
"google_iam": {},
"queue_config": {}
}
],
"externalLabels": {}
},
"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>",
"env": {}
},
"juicefs": {
"enabled": true
},
"middlebox": {
"enabled": true,
"bandwidthAlertMbps": 123,
"port": 123,
"ip": "<string>"
},
"common": {
"deploymentReplicas": 123,
"pdb": {
"maxUnavailable": 123
}
},
"longhorn": {
"numberOfReplicas": 123,
"replicas": 123,
"isDefault": true
},
"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>"
}
},
"remoteWrite": [
{
"basic_auth": {
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"authorization": {
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"oauth2": {},
"follow_redirects": true,
"enable_http2": true,
"tls_config": {},
"proxy_url": "<string>",
"no_proxy": "<string>",
"proxy_from_environment": true,
"proxy_connect_header": {},
"http_headers": {},
"url": "<string>",
"remote_timeout": "<string>",
"headers": {},
"write_relabel_configs": [
{}
],
"name": "<string>",
"send_exemplars": true,
"send_native_histograms": true,
"sigv4": {},
"azuread": {},
"google_iam": {},
"queue_config": {}
}
],
"externalLabels": {}
},
"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": {
"firewall": [
{
"sourceCIDR": "<string>",
"description": "<string>"
}
],
"provider": {
"generic": {
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
]
},
"hetzner": {
"hetznerLabels": {},
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"networkId": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"dedicatedServerNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"image": "ubuntu-20.04",
"sshKey": "<string>",
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"floatingIPSelector": {}
},
"aws": {
"awsTags": {},
"skipCreateRoles": true,
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"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>"
}
],
"instanceTypes": [
"<string>"
],
"overrideImage": {
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"onDemandBaseCapacity": 123,
"onDemandPercentageAboveBaseCapacity": 123,
"spotAllocationStrategy": "lowest-price",
"subnetIds": [
"<string>"
],
"extraSecurityGroupIds": [
"<string>"
],
"cpuOptions": {
"nestedVirtualization": true
}
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"linode": {
"region": "<string>",
"tokenSecretLink": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"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": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"oblivus": {
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"sshKeys": [
"<string>"
],
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"preInstallScript": "<string>"
},
"lambdalabs": {
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"sshKey": "<string>",
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"fileSystems": [
"<string>"
],
"preInstallScript": "<string>"
},
"paperspace": {
"tokenSecretLink": "<string>",
"sharedDrives": [
"<string>"
],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123,
"bootDiskSize": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"preInstallScript": "<string>",
"userIds": [
"<string>"
],
"networkId": "<string>"
},
"ephemeral": {
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"count": 123,
"flavor": "debian",
"cpu": "<string>",
"memory": "<string>"
}
]
},
"triton": {
"connection": {
"url": "<string>",
"account": "<string>",
"user": "<string>",
"privateKeySecretLink": "<string>"
},
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"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>"
}
],
"packageId": "<string>",
"overrideImageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"tritonTags": {},
"minSize": 123,
"maxSize": 123
}
],
"imageId": "<string>",
"sshKeys": [
"<string>"
],
"autoscaler": {
"expander": [],
"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": {
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"sshKeys": [
"<string>"
],
"networkId": "<string>",
"tags": {},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"size": "<string>",
"subnetId": "<string>",
"zones": [
123
],
"overrideImage": {
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"digitalocean": {
"digitalOceanTags": [
"<string>"
],
"networking": {
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"tokenSecretLink": "<string>",
"vpcId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"dropletSize": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"image": "<string>",
"sshKeys": [
"<string>"
],
"extraSshKeys": [
"<string>"
],
"autoscaler": {
"expander": [],
"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": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"machineType": "<string>",
"assignPublicIP": true,
"zone": "<string>",
"overrideImage": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"preemptible": true,
"subnet": "<string>",
"localPersistentDisks": 123
}
],
"autoscaler": {
"expander": [],
"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>",
"env": {}
},
"juicefs": {
"enabled": true
},
"middlebox": {
"enabled": true,
"bandwidthAlertMbps": 123,
"port": 123,
"ip": "<string>"
},
"common": {
"deploymentReplicas": 123,
"pdb": {
"maxUnavailable": 123
}
},
"longhorn": {
"numberOfReplicas": 123,
"replicas": 123,
"isDefault": true
},
"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>"
}
},
"remoteWrite": [
{
"basic_auth": {
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"authorization": {
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"oauth2": {},
"follow_redirects": true,
"enable_http2": true,
"tls_config": {},
"proxy_url": "<string>",
"no_proxy": "<string>",
"proxy_from_environment": true,
"proxy_connect_header": {},
"http_headers": {},
"url": "<string>",
"remote_timeout": "<string>",
"headers": {},
"write_relabel_configs": [
{}
],
"name": "<string>",
"send_exemplars": true,
"send_native_histograms": true,
"sigv4": {},
"azuread": {},
"google_iam": {},
"queue_config": {}
}
],
"externalLabels": {}
},
"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": {
"firewall": [
{
"sourceCIDR": "<string>",
"description": "<string>"
}
],
"provider": {
"generic": {
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
]
},
"hetzner": {
"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>"
}
],
"serverType": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"dedicatedServerNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"image": "ubuntu-20.04",
"sshKey": "<string>",
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"floatingIPSelector": {}
},
"aws": {
"awsTags": {},
"skipCreateRoles": true,
"networking": {
"serviceNetwork": "10.43.0.0/16",
"podNetwork": "10.42.0.0/16",
"dnsForwarder": "<string>"
},
"preInstallScript": "<string>",
"image": {
"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>"
}
],
"instanceTypes": [
"<string>"
],
"overrideImage": {
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"onDemandBaseCapacity": 123,
"onDemandPercentageAboveBaseCapacity": 123,
"spotAllocationStrategy": "lowest-price",
"subnetIds": [
"<string>"
],
"extraSecurityGroupIds": [
"<string>"
],
"cpuOptions": {
"nestedVirtualization": true
}
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"linode": {
"region": "<string>",
"tokenSecretLink": "<string>",
"firewallId": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"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": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"oblivus": {
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"sshKeys": [
"<string>"
],
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"preInstallScript": "<string>"
},
"lambdalabs": {
"tokenSecretLink": "<string>",
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123
}
],
"sshKey": "<string>",
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"fileSystems": [
"<string>"
],
"preInstallScript": "<string>"
},
"paperspace": {
"tokenSecretLink": "<string>",
"sharedDrives": [
"<string>"
],
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"minSize": 123,
"maxSize": 123,
"bootDiskSize": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
},
"unmanagedNodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
]
}
],
"preInstallScript": "<string>",
"userIds": [
"<string>"
],
"networkId": "<string>"
},
"ephemeral": {
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"count": 123,
"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>",
"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>"
}
],
"packageId": "<string>",
"overrideImageId": "<string>",
"publicNetworkId": "<string>",
"privateNetworkIds": [
"<string>"
],
"tritonTags": {},
"minSize": 123,
"maxSize": 123
}
],
"imageId": "<string>",
"sshKeys": [
"<string>"
],
"autoscaler": {
"expander": [],
"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": {
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"sshKeys": [
"<string>"
],
"networkId": "<string>",
"tags": {},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"size": "<string>",
"subnetId": "<string>",
"zones": [
123
],
"overrideImage": {
"reference": {
"publisher": "<string>",
"offer": "<string>",
"sku": "<string>",
"version": "<string>"
}
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123
}
],
"autoscaler": {
"expander": [],
"unneededTime": "10m",
"unreadyTime": "20m",
"utilizationThreshold": 123
}
},
"digitalocean": {
"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>"
}
],
"dropletSize": "<string>",
"overrideImage": "<string>",
"minSize": 123,
"maxSize": 123
}
],
"image": "<string>",
"sshKeys": [
"<string>"
],
"extraSshKeys": [
"<string>"
],
"autoscaler": {
"expander": [],
"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": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"nodePools": [
{
"name": "<string>",
"labels": {},
"taints": [
{
"key": "<string>",
"value": "<string>"
}
],
"machineType": "<string>",
"assignPublicIP": true,
"zone": "<string>",
"overrideImage": {
"family": {
"project": "<string>",
"family": "<string>"
},
"exact": "<string>"
},
"bootDiskSize": 123,
"minSize": 123,
"maxSize": 123,
"preemptible": true,
"subnet": "<string>",
"localPersistentDisks": 123
}
],
"autoscaler": {
"expander": [],
"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>",
"env": {}
},
"juicefs": {
"enabled": true
},
"middlebox": {
"enabled": true,
"bandwidthAlertMbps": 123,
"port": 123,
"ip": "<string>"
},
"common": {
"deploymentReplicas": 123,
"pdb": {
"maxUnavailable": 123
}
},
"longhorn": {
"numberOfReplicas": 123,
"replicas": 123,
"isDefault": true
},
"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>"
}
},
"remoteWrite": [
{
"basic_auth": {
"username": "<string>",
"username_file": "<string>",
"password": "<string>",
"password_file": "<string>"
},
"authorization": {
"type": "<string>",
"credentials": "<string>",
"credentials_file": "<string>"
},
"oauth2": {},
"follow_redirects": true,
"enable_http2": true,
"tls_config": {},
"proxy_url": "<string>",
"no_proxy": "<string>",
"proxy_from_environment": true,
"proxy_connect_header": {},
"http_headers": {},
"url": "<string>",
"remote_timeout": "<string>",
"headers": {},
"write_relabel_configs": [
{}
],
"name": "<string>",
"send_exemplars": true,
"send_native_histograms": true,
"sigv4": {},
"azuread": {},
"google_iam": {},
"queue_config": {}
}
],
"externalLabels": {}
},
"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": {}
}
}
}
}Documentation Index
Fetch the complete documentation index at: https://docs.controlplane.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
serviceAccountKeyjwt
Service account key can be used as API keys
Body
application/json
Response
Success
Maximum string length:
64Maximum string length:
250Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
⌘I