[KEP 3960]: graduate PodLifecycleSleepAction to beta#122456
Conversation
242ee34 to
09c6277
Compare
| } | ||
|
|
||
| var _ = SIGDescribe(feature.PodLifecycleSleepAction, func() { | ||
| var _ = SIGDescribe("LifyCycle Hook Sleep Action", func() { |
|
Have you thought about how this feature interacts with sidecars? |
Hmm, nope. I don't see a difference? |
I'm talking about the SideCar KEP: https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/753-sidecar-containers/README.md |
Yes, I'm aware of this.
Just saying, I think this feature treats the sidecar containers and normal containers the same way, so I'm not sure what do you mean by interacts with sidecars. |
I was just thinking about some kind of test that makes sure that if someone using the PodLifecycleSleepAction with sidecar feature, do we know what the expected behavior is? I guess that restarting the container on init container and it should use this feature anyway. |
|
Thanks! /lgtm |
|
LGTM label has been added. DetailsGit tree hash: 1b6dffd6771850c7fa6f50c380fd253a453832ab |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: AxeZhan, thockin The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
We already have many tests for other handlers(exec, http) here I can try adding some tests for
The expected behavior should be equal to using exec handler in sidecar containers with command |
|
/lgtm |
|
LGTM label has been added. DetailsGit tree hash: fc1005696ef7ee94dd43fd23227f6e43edee2c03 |
What type of PR is this?
/kind feature
What this PR does / why we need it:
PodLifecycleSleepAction is planned to graduate to beta in 1.30.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: