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: keps/sig-node/4033-group-driver-detection-over-cri/README.md
+14-6Lines changed: 14 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -185,9 +185,11 @@ message, e.g.:
185
185
cgroupDriver option has been deprecated and will be dropped in a future release. Please upgrade to a CRI implementation that supports cgroup-driver detection.
186
186
```
187
187
188
-
The `--cgroup-driver` flag will be completely removed when support for the
189
-
feature is graduated to GA and the kubelet refuses to start if the CRI runtime
190
-
does not support the feature.
188
+
The `--cgroup-driver` flag and the cgroupDriver configuration option will be
189
+
deprecated and have no effect when support for the feature is graduated to GA.
190
+
The kubelet refuses to start if the CRI runtime does not support the feature.
191
+
The configurations flags will ultimately be removed as per the
0 commit comments