File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
keps/sig-node/5307-container-restart-policy Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ type ContainerRestartPolicy string
309309const (
310310 ContainerRestartPolicyAlways ContainerRestartPolicy = " Always"
311311 ContainerRestartPolicyNever ContainerRestartPolicy = " Never"
312- ContainerRestartPolicyOnFailure ContainerRestartPolicyOnFailure = " OnFailure"
312+ ContainerRestartPolicyOnFailure ContainerRestartPolicy = " OnFailure"
313313)
314314
315315type Container struct {
@@ -774,7 +774,7 @@ well as the [existing list] of feature gates.
774774-->
775775
776776- [x] Feature gate (also fill in values in `kep.yaml`)
777- - Feature gate name : ContainerRestartPolicy
777+ - Feature gate name : ContainerRestartRules
778778 - Components depending on the feature gate : kubelet, kube-apiserver
779779
780780# ##### Does enabling the feature change any default behavior?
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ milestone:
3535# The following PRR answers are required at alpha release
3636# List the feature gate name and the components for which it must be enabled
3737feature-gates :
38- - name : ContainerRestartPolicy
38+ - name : ContainerRestartRules
3939 components :
4040 - kubelet
4141 - kube-apiserver
You can’t perform that action at this time.
0 commit comments