You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deprecated: `Basic authentication was removed for GKE cluster versions >= 1.19.`,
733
734
Description: `The authentication information for accessing the Kubernetes master. Some values in this block are only returned by the API if your service account has permission to get credentials for your GKE cluster. If you see an unexpected diff removing a username/password or unsetting your client cert, ensure you have the container.clusters.getCredentials permission.`,
-[Runtime Configurator (`runtimeconfig`) resources have been removed from the GA provider](#runtime-configurator-runtimeconfig-resources-have-been-removed-from-the-ga-provider)
-[`instance_group_urls` is now removed](#instance_group_urls-is-now-removed)
26
+
-[`master_auth` is now removed](#master_auth-is-now-removed)
23
27
-[`node_config.workload_metadata_config.node_metadata` is now removed](#node_configworkload_metadata_confignode_metadata-is-now-removed)
28
+
-[`workload_identity_config.0.identity_namespace` is now removed](#workload_identity_config0identity_namespace-is-now-removed)
29
+
-[`pod_security_policy_config` is removed from the GA provider](#pod_security_policy_config-is-removed-from-the-ga-provider)
24
30
25
31
<!-- /TOC -->
26
32
@@ -183,6 +189,15 @@ resource definition.
183
189
184
190
## Resource: `google_container_cluster`
185
191
192
+
### `instance_group_urls` is now removed
193
+
194
+
`instance_group_urls` has been removed in favor of `node_pool.instance_group_urls`
195
+
196
+
### `master_auth` is now removed
197
+
198
+
`master_auth` and its subfields have been removed.
199
+
Basic authentication was removed for GKE cluster versions >= 1.19. The cluster cannot be created with basic authentication enabled. Instructions for choosing an alternative authentication method can be found at: cloud.google.com/kubernetes-engine/docs/how-to/api-server-authentication.
200
+
186
201
### `node_config.workload_metadata_config.node_metadata` is now removed
187
202
188
203
Removed in favor of `node_config.workload_metadata_config.mode`.
0 commit comments