Skip to content

Commit 2a58bdf

Browse files
committed
remove refs to cluster_ipv4_cidr
1 parent 42b4f32 commit 2a58bdf

File tree

14 files changed

+0
-43
lines changed

14 files changed

+0
-43
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ Then perform the following commands on the root folder:
115115
|------|-------------|:----:|:-----:|:-----:|
116116
| basic\_auth\_password | The password to be used with Basic Authentication. | string | `""` | no |
117117
| basic\_auth\_username | The username to be used with Basic Authentication. An empty value will disable Basic Authentication, which is the recommended configuration. | string | `""` | no |
118-
| cluster\_ipv4\_cidr | The IP address range of the kubernetes pods in this cluster. Default is an automatically assigned CIDR. | string | `""` | no |
119118
| cluster\_resource\_labels | The GCE resource labels (a map of key/value pairs) to be applied to the cluster | map(string) | `<map>` | no |
120119
| configure\_ip\_masq | Enables the installation of ip masquerading, which is usually no longer required when using aliasied IP addresses. IP masquerading uses a kubectl call, so when you have a private cluster, you will need access to the API server. | string | `"false"` | no |
121120
| create\_service\_account | Defines if service account specified to run nodes should be created. | bool | `"true"` | no |

autogen/variables.tf.tmpl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -317,11 +317,6 @@ variable "issue_client_certificate" {
317317
default = false
318318
}
319319

320-
variable "cluster_ipv4_cidr" {
321-
default = ""
322-
description = "The IP address range of the kubernetes pods in this cluster. Default is an automatically assigned CIDR."
323-
}
324-
325320
variable "cluster_resource_labels" {
326321
type = map(string)
327322
description = "The GCE resource labels (a map of key/value pairs) to be applied to the cluster"

modules/beta-private-cluster-update-variant/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ Then perform the following commands on the root folder:
137137
| basic\_auth\_username | The username to be used with Basic Authentication. An empty value will disable Basic Authentication, which is the recommended configuration. | string | `""` | no |
138138
| cloudrun | (Beta) Enable CloudRun addon | string | `"false"` | no |
139139
| cluster\_autoscaling | Cluster autoscaling configuration. See [more details](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters#clusterautoscaling) | object | `<map>` | no |
140-
| cluster\_ipv4\_cidr | The IP address range of the kubernetes pods in this cluster. Default is an automatically assigned CIDR. | string | `""` | no |
141140
| cluster\_resource\_labels | The GCE resource labels (a map of key/value pairs) to be applied to the cluster | map(string) | `<map>` | no |
142141
| configure\_ip\_masq | Enables the installation of ip masquerading, which is usually no longer required when using aliasied IP addresses. IP masquerading uses a kubectl call, so when you have a private cluster, you will need access to the API server. | string | `"false"` | no |
143142
| create\_service\_account | Defines if service account specified to run nodes should be created. | bool | `"true"` | no |

modules/beta-private-cluster-update-variant/variables.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -315,11 +315,6 @@ variable "issue_client_certificate" {
315315
default = false
316316
}
317317

318-
variable "cluster_ipv4_cidr" {
319-
default = ""
320-
description = "The IP address range of the kubernetes pods in this cluster. Default is an automatically assigned CIDR."
321-
}
322-
323318
variable "cluster_resource_labels" {
324319
type = map(string)
325320
description = "The GCE resource labels (a map of key/value pairs) to be applied to the cluster"

modules/beta-private-cluster/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ Then perform the following commands on the root folder:
137137
| basic\_auth\_username | The username to be used with Basic Authentication. An empty value will disable Basic Authentication, which is the recommended configuration. | string | `""` | no |
138138
| cloudrun | (Beta) Enable CloudRun addon | string | `"false"` | no |
139139
| cluster\_autoscaling | Cluster autoscaling configuration. See [more details](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters#clusterautoscaling) | object | `<map>` | no |
140-
| cluster\_ipv4\_cidr | The IP address range of the kubernetes pods in this cluster. Default is an automatically assigned CIDR. | string | `""` | no |
141140
| cluster\_resource\_labels | The GCE resource labels (a map of key/value pairs) to be applied to the cluster | map(string) | `<map>` | no |
142141
| configure\_ip\_masq | Enables the installation of ip masquerading, which is usually no longer required when using aliasied IP addresses. IP masquerading uses a kubectl call, so when you have a private cluster, you will need access to the API server. | string | `"false"` | no |
143142
| create\_service\_account | Defines if service account specified to run nodes should be created. | bool | `"true"` | no |

modules/beta-private-cluster/variables.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -315,11 +315,6 @@ variable "issue_client_certificate" {
315315
default = false
316316
}
317317

318-
variable "cluster_ipv4_cidr" {
319-
default = ""
320-
description = "The IP address range of the kubernetes pods in this cluster. Default is an automatically assigned CIDR."
321-
}
322-
323318
variable "cluster_resource_labels" {
324319
type = map(string)
325320
description = "The GCE resource labels (a map of key/value pairs) to be applied to the cluster"

modules/beta-public-cluster/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ Then perform the following commands on the root folder:
121121
| basic\_auth\_username | The username to be used with Basic Authentication. An empty value will disable Basic Authentication, which is the recommended configuration. | string | `""` | no |
122122
| cloudrun | (Beta) Enable CloudRun addon | string | `"false"` | no |
123123
| cluster\_autoscaling | Cluster autoscaling configuration. See [more details](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters#clusterautoscaling) | object | `<map>` | no |
124-
| cluster\_ipv4\_cidr | The IP address range of the kubernetes pods in this cluster. Default is an automatically assigned CIDR. | string | `""` | no |
125124
| cluster\_resource\_labels | The GCE resource labels (a map of key/value pairs) to be applied to the cluster | map(string) | `<map>` | no |
126125
| configure\_ip\_masq | Enables the installation of ip masquerading, which is usually no longer required when using aliasied IP addresses. IP masquerading uses a kubectl call, so when you have a private cluster, you will need access to the API server. | string | `"false"` | no |
127126
| create\_service\_account | Defines if service account specified to run nodes should be created. | bool | `"true"` | no |

modules/beta-public-cluster/variables.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -315,11 +315,6 @@ variable "issue_client_certificate" {
315315
default = false
316316
}
317317

318-
variable "cluster_ipv4_cidr" {
319-
default = ""
320-
description = "The IP address range of the kubernetes pods in this cluster. Default is an automatically assigned CIDR."
321-
}
322-
323318
variable "cluster_resource_labels" {
324319
type = map(string)
325320
description = "The GCE resource labels (a map of key/value pairs) to be applied to the cluster"

modules/private-cluster-update-variant/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ Then perform the following commands on the root folder:
131131
|------|-------------|:----:|:-----:|:-----:|
132132
| basic\_auth\_password | The password to be used with Basic Authentication. | string | `""` | no |
133133
| basic\_auth\_username | The username to be used with Basic Authentication. An empty value will disable Basic Authentication, which is the recommended configuration. | string | `""` | no |
134-
| cluster\_ipv4\_cidr | The IP address range of the kubernetes pods in this cluster. Default is an automatically assigned CIDR. | string | `""` | no |
135134
| cluster\_resource\_labels | The GCE resource labels (a map of key/value pairs) to be applied to the cluster | map(string) | `<map>` | no |
136135
| configure\_ip\_masq | Enables the installation of ip masquerading, which is usually no longer required when using aliasied IP addresses. IP masquerading uses a kubectl call, so when you have a private cluster, you will need access to the API server. | string | `"false"` | no |
137136
| create\_service\_account | Defines if service account specified to run nodes should be created. | bool | `"true"` | no |

modules/private-cluster-update-variant/variables.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -285,11 +285,6 @@ variable "issue_client_certificate" {
285285
default = false
286286
}
287287

288-
variable "cluster_ipv4_cidr" {
289-
default = ""
290-
description = "The IP address range of the kubernetes pods in this cluster. Default is an automatically assigned CIDR."
291-
}
292-
293288
variable "cluster_resource_labels" {
294289
type = map(string)
295290
description = "The GCE resource labels (a map of key/value pairs) to be applied to the cluster"

0 commit comments

Comments
 (0)