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
309
309
const (
310
310
ContainerRestartPolicyAlways ContainerRestartPolicy = " Always"
311
311
ContainerRestartPolicyNever ContainerRestartPolicy = " Never"
312
- ContainerRestartPolicyOnFailure ContainerRestartPolicyOnFailure = " OnFailure"
312
+ ContainerRestartPolicyOnFailure ContainerRestartPolicy = " OnFailure"
313
313
)
314
314
315
315
type Container struct {
@@ -774,7 +774,7 @@ well as the [existing list] of feature gates.
774
774
-->
775
775
776
776
- [x] Feature gate (also fill in values in `kep.yaml`)
777
- - Feature gate name : ContainerRestartPolicy
777
+ - Feature gate name : ContainerRestartRules
778
778
- Components depending on the feature gate : kubelet, kube-apiserver
779
779
780
780
# ##### Does enabling the feature change any default behavior?
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ milestone:
35
35
# The following PRR answers are required at alpha release
36
36
# List the feature gate name and the components for which it must be enabled
37
37
feature-gates :
38
- - name : ContainerRestartPolicy
38
+ - name : ContainerRestartRules
39
39
components :
40
40
- kubelet
41
41
- kube-apiserver
You can’t perform that action at this time.
0 commit comments