Difference between revisions of "AddonsConfig"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
Line 50: Line 50:
  
 
== See also ==
 
== See also ==
* {{gcloud_container_clusters}}
 
 
* {{GKE addons}}
 
* {{GKE addons}}
 +
* {{gcloud_container_clusters describe}}
 
* {{tf GKE}}
 
* {{tf GKE}}
 
* {{GKE}}
 
* {{GKE}}
  
 
[[Category:GKE]]
 
[[Category:GKE]]

Latest revision as of 15:34, 9 June 2026

horizontal_pod_autoscaling
http_load_balancing
network_policy_config
gcp_filestore_csi_driver_config
gce_persistent_disk_csi_driver_config
cloudrun_config
istio_config
identity_service_config
dns_cache_config
kalm_config
config_connector_config
gke_backup_agent_config


Examples[edit]

v1.23
gcloud container clusters describe .../...

.../...

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[edit]

See also[edit]

Advertising: