Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathkkb committed Jan 21, 2022
1 parent 280cb8f commit e83bfc3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions docs/upgrading_to_v18.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,11 @@ have been eliminated.
```

### Acceptable values for node_metadata modified
The `node_metadata` variable should now be set to one of `GKE_METADATA`,
It is recommended to update `node_metadata` variable to one of `GKE_METADATA`,
`GCE_METADATA` or `UNSPECIFIED`. `GKE_METADATA` replaces the previous
`GKE_METADATA_SERVER` value, `GCE_METADATA` should be used in place of
`EXPOSE`. The `SECURE` option, previously deprecated, has now been removed.
`EXPOSE`, however old values continue to be supported for backwards compatibility.
The `SECURE` option, previously deprecated, has now been removed.

```diff
module "gke" {
Expand Down
2 changes: 1 addition & 1 deletion docs/upgrading_to_v8.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The v8.0 release of *kubernetes-engine* is a backwards incompatible
release.

## Workload Identity (beta)
Beta clusters now have Workload Identity enabled by default. To disable Workload Identity, set `workload_pool = null`
Beta clusters now have Workload Identity enabled by default. To disable Workload Identity, set `identity_namespace = null`

## Shielded Nodes (beta)
Beta clusters now have shielded nodes enabled by default. To disable, set `enable_shielded_nodes = false`

0 comments on commit e83bfc3

Please sign in to comment.