Skip to content

Commit 3852d34

Browse files
authored
Merge branch 'master' into feature/provider-update
2 parents 22691d8 + d04c926 commit 3852d34

File tree

35 files changed

+35
-35
lines changed

35 files changed

+35
-35
lines changed

examples/deploy_service/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ It will:
1616
| cluster\_name\_suffix | A suffix to append to the default cluster name | string | `""` | no |
1717
| compute\_engine\_service\_account | Service account to associate to the nodes in the cluster | string | n/a | yes |
1818
| ip\_range\_pods | The secondary ip range to use for pods | string | n/a | yes |
19-
| ip\_range\_services | The secondary ip range to use for pods | string | n/a | yes |
19+
| ip\_range\_services | The secondary ip range to use for services | string | n/a | yes |
2020
| network | The VPC network to host the cluster in | string | n/a | yes |
2121
| project\_id | The project ID to host the cluster in | string | n/a | yes |
2222
| region | The region to host the cluster in | string | n/a | yes |

examples/deploy_service/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ variable "ip_range_pods" {
4040
}
4141

4242
variable "ip_range_services" {
43-
description = "The secondary ip range to use for pods"
43+
description = "The secondary ip range to use for services"
4444
}
4545

4646
variable "compute_engine_service_account" {

examples/disable_client_cert/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This example illustrates how to create a simple cluster and disable deprecated s
1313
| cluster\_name\_suffix | A suffix to append to the default cluster name | string | `""` | no |
1414
| compute\_engine\_service\_account | Service account to associate to the nodes in the cluster | string | n/a | yes |
1515
| ip\_range\_pods | The secondary ip range to use for pods | string | n/a | yes |
16-
| ip\_range\_services | The secondary ip range to use for pods | string | n/a | yes |
16+
| ip\_range\_services | The secondary ip range to use for services | string | n/a | yes |
1717
| network | The VPC network to host the cluster in | string | n/a | yes |
1818
| network\_project\_id | The GCP project housing the VPC network to host the cluster in | string | n/a | yes |
1919
| project\_id | The project ID to host the cluster in | string | n/a | yes |

examples/disable_client_cert/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ variable "ip_range_pods" {
4444
}
4545

4646
variable "ip_range_services" {
47-
description = "The secondary ip range to use for pods"
47+
description = "The secondary ip range to use for services"
4848
}
4949

5050
variable "compute_engine_service_account" {

examples/node_pool/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This example illustrates how to create a cluster with multiple custom node-pool
1111
| cluster\_name\_suffix | A suffix to append to the default cluster name | string | `""` | no |
1212
| compute\_engine\_service\_account | Service account to associate to the nodes in the cluster | string | n/a | yes |
1313
| ip\_range\_pods | The secondary ip range to use for pods | string | n/a | yes |
14-
| ip\_range\_services | The secondary ip range to use for pods | string | n/a | yes |
14+
| ip\_range\_services | The secondary ip range to use for services | string | n/a | yes |
1515
| network | The VPC network to host the cluster in | string | n/a | yes |
1616
| project\_id | The project ID to host the cluster in | string | n/a | yes |
1717
| region | The region to host the cluster in | string | n/a | yes |

examples/node_pool/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ variable "ip_range_pods" {
4545
}
4646

4747
variable "ip_range_services" {
48-
description = "The secondary ip range to use for pods"
48+
description = "The secondary ip range to use for services"
4949
}
5050

5151
variable "compute_engine_service_account" {

examples/node_pool_update_variant/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This example illustrates how to create a cluster with multiple custom node-pool
1010
| cluster\_name\_suffix | A suffix to append to the default cluster name | string | `""` | no |
1111
| compute\_engine\_service\_account | Service account to associate to the nodes in the cluster | string | n/a | yes |
1212
| ip\_range\_pods | The secondary ip range to use for pods | string | n/a | yes |
13-
| ip\_range\_services | The secondary ip range to use for pods | string | n/a | yes |
13+
| ip\_range\_services | The secondary ip range to use for services | string | n/a | yes |
1414
| network | The VPC network to host the cluster in | string | n/a | yes |
1515
| project\_id | The project ID to host the cluster in | string | n/a | yes |
1616
| region | The region to host the cluster in | string | n/a | yes |

examples/node_pool_update_variant/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ variable "ip_range_pods" {
4545
}
4646

4747
variable "ip_range_services" {
48-
description = "The secondary ip range to use for pods"
48+
description = "The secondary ip range to use for services"
4949
}
5050

5151
variable "compute_engine_service_account" {

examples/node_pool_update_variant_beta/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This example illustrates how to create a cluster with multiple custom node-pool
1111
| compute\_engine\_service\_account | Service account to associate to the nodes in the cluster | string | n/a | yes |
1212
| credentials\_path | The path to the GCP credentials JSON file | string | n/a | yes |
1313
| ip\_range\_pods | The secondary ip range to use for pods | string | n/a | yes |
14-
| ip\_range\_services | The secondary ip range to use for pods | string | n/a | yes |
14+
| ip\_range\_services | The secondary ip range to use for services | string | n/a | yes |
1515
| network | The VPC network to host the cluster in | string | n/a | yes |
1616
| project\_id | The project ID to host the cluster in | string | n/a | yes |
1717
| region | The region to host the cluster in | string | n/a | yes |

examples/node_pool_update_variant_beta/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ variable "ip_range_pods" {
4949
}
5050

5151
variable "ip_range_services" {
52-
description = "The secondary ip range to use for pods"
52+
description = "The secondary ip range to use for services"
5353
}
5454

5555
variable "compute_engine_service_account" {

0 commit comments

Comments
 (0)