Skip to content

Commit ace2cc6

Browse files
applied the feedback
1 parent 9494d2c commit ace2cc6

File tree

1 file changed

+5
-2
lines changed
  • keps/sig-node/753-sidecar-containers

1 file changed

+5
-2
lines changed

keps/sig-node/753-sidecar-containers/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1074,8 +1074,11 @@ No.
10741074
Yes. Pods that had sidecars will need to be deleted and recreated without them.
10751075

10761076
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.
10791082

10801083
###### What happens if we reenable the feature if it was previously rolled back?
10811084

0 commit comments

Comments
 (0)