Skip to content

Commit 59ca09e

Browse files
authored
chore: pin workload_identity example to k8s 1.23 (#1315)
chore: pin workload_identity example to k8s 1.23
1 parent 55faaf5 commit 59ca09e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

examples/workload_identity/main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ module "gke" {
3838
remove_default_node_pool = true
3939
service_account = "create"
4040
node_metadata = "GKE_METADATA"
41+
# https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/issues/1313
42+
kubernetes_version = "1.23"
4143
node_pools = [
4244
{
4345
name = "wi-pool"

modules/workload-identity/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ The `terraform-google-workload-identity` can create service accounts for you,
1414
or you can use existing accounts; this applies for both the Google and
1515
Kubernetes accounts.
1616

17+
Note: This module currently supports Kubernetes <= 1.23.
18+
1719
### Creating a Workload Identity
1820

1921
```hcl

0 commit comments

Comments
 (0)