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
Copy file name to clipboardExpand all lines: docs/upgrading_to_v36.0.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Upgrading to v36.0
2
2
The v36.0 release of *kubernetes-engine* is a backwards incompatible release.
3
3
4
-
### var.enable_gcfs removed from Autopilot
4
+
### var.enable_gcfs removed from Autopilot sub-modules
5
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
6
7
7
```diff
@@ -13,7 +13,7 @@ The variable `enable_gcfs` has been removed from the Autopilot sub-modules. Auto
13
13
}
14
14
```
15
15
16
-
### var.logging_variant removed from Autopilot
16
+
### var.logging_variant removed from Autopilot sub-modules
17
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