File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
examples/regional_private_node_pool_oauth_scopes Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ This example illustrates how to create a private cluster with node pool specific
18
18
| endpoint | Cluster endpoint |
19
19
| horizontal\_ pod\_ autoscaling\_ enabled | Whether horizontal pod autoscaling enabled |
20
20
| http\_ load\_ balancing\_ enabled | Whether http load balancing enabled |
21
- | kubernetes\_ dashboard\_ enabled | Whether kubernetes dashboard enabled |
22
21
| location | Cluster location (region if regional cluster, zone if zonal cluster) |
23
22
| logging\_ service | Logging service used |
24
23
| master\_ authorized\_ networks\_ config | Networks from which access to master is permitted |
Original file line number Diff line number Diff line change @@ -91,11 +91,6 @@ output "horizontal_pod_autoscaling_enabled" {
91
91
value = module. gke . horizontal_pod_autoscaling_enabled
92
92
}
93
93
94
- output "kubernetes_dashboard_enabled" {
95
- description = " Whether kubernetes dashboard enabled"
96
- value = module. gke . kubernetes_dashboard_enabled
97
- }
98
-
99
94
output "node_pools_names" {
100
95
description = " List of node pools names"
101
96
value = module. gke . node_pools_names
You can’t perform that action at this time.
0 commit comments