gke-operator/examples/cluster.json

50 lines
1.1 KiB
JSON

{
"clusterAddons": {
"horizontalPodAutoscaling": true,
"httpLoadBalancing": true,
"networkPolicyConfig": false
},
"clusterIpv4Cidr": "",
"clusterName": "example-cluster",
"googleCredentialSecret": "cattle-global-data:cc-abcde",
"description": "GKEConfig JSON cluster",
"enableKubernetesAlpha": false,
"network": "default",
"subnetwork": "default",
"imported": false,
"ipAllocationPolicy": {
"useIpAliases": true
},
"kubernetesVersion": "1.19.10-gke.1600",
"loggingService": "",
"masterAuthorizedNetworks": {
"enabled": false
},
"monitoringService": "",
"networkPolicyEnabled": false,
"nodePools": [
{
"autoscaling": {
"enabled": false
},
"config": {},
"initialNodeCount": 1,
"labels": [],
"maxPodsConstraint": 110,
"name": "example-node-pool",
"version": "1.19.10-gke.1600",
"management": {}
}
],
"privateClusterConfig": {
"enablePrivateEndpoint": false,
"enablePrivateNodes": false
},
"projectID": "example-project",
"region": "us-west1",
"zone": "",
"locations": [],
"maintenanceWindow": "",
"labels": {}
}