Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions keps/sig-node/5307-container-restart-policy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ type ContainerRestartPolicy string
const (
ContainerRestartPolicyAlways ContainerRestartPolicy = "Always"
ContainerRestartPolicyNever ContainerRestartPolicy = "Never"
ContainerRestartPolicyOnFailure ContainerRestartPolicyOnFailure = "OnFailure"
ContainerRestartPolicyOnFailure ContainerRestartPolicy = "OnFailure"
)

type Container struct {
Expand Down Expand Up @@ -774,7 +774,7 @@ well as the [existing list] of feature gates.
-->

- [x] Feature gate (also fill in values in `kep.yaml`)
- Feature gate name: ContainerRestartPolicy
- Feature gate name: ContainerRestartRules
- Components depending on the feature gate: kubelet, kube-apiserver

###### Does enabling the feature change any default behavior?
Expand Down
2 changes: 1 addition & 1 deletion keps/sig-node/5307-container-restart-policy/kep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ milestone:
# The following PRR answers are required at alpha release
# List the feature gate name and the components for which it must be enabled
feature-gates:
- name: ContainerRestartPolicy
- name: ContainerRestartRules
components:
- kubelet
- kube-apiserver
Expand Down