Difference between revisions of "AddonsConfig"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
+ | |||
+ | [[horizontal_pod_autoscaling]] | ||
+ | [[http_load_balancing]] | ||
+ | [[network_policy_config]] | ||
+ | [[gcp_filestore_csi_driver_config]] | ||
+ | [[cloudrun_config]] | ||
+ | [[istio_config]] | ||
+ | [[identity_service_config]] | ||
+ | [[dns_cache_config]] | ||
+ | [[gce_persistent_disk_csi_driver_config]] | ||
+ | [[kalm_config]] | ||
+ | [[config_connector_config]] | ||
+ | [[gke_backup_agent_config]] | ||
+ | |||
+ | addons_config { | ||
+ | [[http_load_balancing]] { | ||
+ | disabled = true | ||
+ | } | ||
+ | |||
+ | [[horizontal_pod_autoscaling]] { | ||
+ | disabled = true | ||
+ | } | ||
+ | } | ||
+ | |||
+ | addons_config { | ||
+ | [[gcp_filestore_csi_driver_config]] { | ||
+ | enabled = true | ||
+ | } | ||
+ | } | ||
+ | |||
+ | |||
+ | == Examples == | ||
.../... | .../... |
Revision as of 07:10, 7 November 2022
horizontal_pod_autoscaling http_load_balancing network_policy_config gcp_filestore_csi_driver_config cloudrun_config istio_config identity_service_config dns_cache_config gce_persistent_disk_csi_driver_config kalm_config config_connector_config gke_backup_agent_config
addons_config { http_load_balancing { disabled = true } horizontal_pod_autoscaling { disabled = true } }
addons_config { gcp_filestore_csi_driver_config { enabled = true } }
Examples
.../...
addonsConfig: gcePersistentDiskCsiDriverConfig: enabled: true gcpFilestoreCsiDriverConfig: enabled: true kubernetesDashboard: disabled: true networkPolicyConfig: disabled: true
.../...
v1.21 (April 2021)
.../...
addonsConfig: cloudRunConfig: disabled: true loadBalancerType: LOAD_BALANCER_TYPE_EXTERNAL httpLoadBalancing: {} kubernetesDashboard: {} networkPolicyConfig: {} .../... currentMasterVersion: 1.21.14-gke.3000 currentNodeCount: 17 currentNodeVersion: 1.21.14-gke.3000
See also
gcloud container clusters describe your-cluster-name --region us-central1-a
- Terraform
google_container_cluster
resource
See also
gcloud container clusters [ create | get-credentials | list | describe ]
- GKE, GKE Autopilot,
gcloud container, gke-gcloud-auth-plugin
, GKE release channels, GKE Ingress, GCP Node logs, GCP Node logs severity Error, GKE roles, Provide access to GKE cluster, Deploy GKE cluster using Terraform,cluster_autoscaling, addons_config, GKE Node Pool
, node auto-provisioning
Advertising: