You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: "Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/",
@@ -536,13 +536,6 @@ The `option` block supports the following:
536
536
*`post_start` - (Optional) post_start is called immediately after a container is created. If the handler fails, the container is terminated and restarted according to its restart policy. Other management of the container blocks until the hook completes. For more info see [Kubernetes reference](http://kubernetes.io/docs/user-guide/container-environment#hook-details)
537
537
*`pre_stop` - (Optional) pre_stop is called immediately before a container is terminated. The container is terminated after the handler completes. The reason for termination is passed to the handler. Regardless of the outcome of the handler, the container is eventually terminated. Other management of the container blocks until the hook completes. For more info see [Kubernetes reference](http://kubernetes.io/docs/user-guide/container-environment#hook-details)
538
538
539
-
### `limits`
540
-
541
-
#### Arguments
542
-
543
-
*`cpu` - (Optional) CPU
544
-
*`memory` - (Optional) Memory
545
-
546
539
### `liveness_probe`
547
540
548
541
#### Arguments
@@ -647,13 +640,6 @@ The `option` block supports the following:
647
640
*`limits` - (Optional) Describes the maximum amount of compute resources allowed. For more info see [Kubernetes reference](http://kubernetes.io/docs/user-guide/compute-resources)/
648
641
*`requests` - (Optional) Describes the minimum amount of compute resources required.
0 commit comments