File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
keps/sig-node/753-sidecar-containers Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -1074,8 +1074,11 @@ No.
1074
1074
Yes. Pods that had sidecars will need to be deleted and recreated without them.
1075
1075
1076
1076
The feature gate disablement will require the kubelet restart. When kubelet will
1077
- start, it will fail to reconcile the Pod with new fields and will clean up all
1078
- running containers.
1077
+ start, it will fail to reconcile the Pod with the new fields and will clean up
1078
+ all running containers.
1079
+
1080
+ If version downgrade is involved, the node must be drained. All Pods with the
1081
+ new field will not be accepted by kubelet once feature was disabled.
1079
1082
1080
1083
###### What happens if we reenable the feature if it was previously rolled back?
1081
1084
You can’t perform that action at this time.
0 commit comments