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
The v36.0 release of *kubernetes-engine* is a backwards incompatible release.
3
+
4
+
### var.enable_gcfs removed from Autopilot sub-modules
5
+
The variable `enable_gcfs` has been removed from the Autopilot sub-modules. Autopilot clusters that run GKE version `1.25.5-gke.1000` and later use [Image streaming](https://cloud.google.com/kubernetes-engine/docs/how-to/image-streaming).
6
+
7
+
```diff
8
+
module "cluster" {
9
+
- version = "~> 35.0"
10
+
+ version = "~> 36.0"
11
+
12
+
- enable_gcfs = true
13
+
}
14
+
```
15
+
16
+
### var.logging_variant removed from Autopilot sub-modules
17
+
The variable `logging_variant` has been removed from the Autopilot sub-modules. It is only [applicable](https://cloud.google.com/kubernetes-engine/docs/how-to/adjust-log-throughput) to Standard clusters.
0 commit comments