We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d237b91 commit 85a297dCopy full SHA for 85a297d
content/vi/docs/concepts/containers/container-lifecycle-hooks.md
@@ -54,6 +54,12 @@ Tài nguyên được sử dụng bởi lệnh được tính vào Container.
54
beta-level, được tự động bật bởi `PodLifecycleSleepAction`
55
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/).
56
57
+{{< note >}}
58
+Tính năng beta `PodLifecycleSleepActionAllowZero` được bật mặc định từ bản v1.33.
59
+Tính năng này cho phép bạn thiết lập thời gian sleep là 0 giây (hay không thực hiện hành động
60
+nào) cho các hooks Sleep lifecycle của bạn.
61
+{{< /note >}}
62
+
63
### Thực thi hook handler (Hook handler execution)
64
65
Khi một hook quản lý Container lifecycle được gọi,
0 commit comments