Difference between revisions of "AddonsConfig"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 50: | Line 50: | ||
== See also == | == See also == | ||
− | * {{ | + | * {{gcloud_container_clusters}} |
* {{GKE addons}} | * {{GKE addons}} | ||
− | * {{GKE | + | * {{tf GKE}} |
* {{GKE}} | * {{GKE}} | ||
[[Category:GKE]] | [[Category:GKE]] |
Latest revision as of 21:03, 4 December 2023
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]
gcloud container clusters describe your-cluster-name --region us-central1-a
- Terraform
google_container_cluster
resource
See also[edit]
gcloud container clusters [ create | get-credentials | list | describe ]
- GKE addons, addonsConfig
- Deploy GKE cluster using Terraform,
addons_config, gke.tf, google_container_cluster, google_container_node_pool
- 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: