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
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.
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
17
+
The variable `logging_variant` has been removed from the Autopilot sub-modules. It is only applicable to Standard clusters.
0 commit comments