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
@@ -172,8 +171,7 @@ The following arguments are supported:
172
171
173
172
The total size of all environment variables combined, name and values, must be 64 KB or smaller.
174
173
* `freeform_tags` - (Optional) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
175
-
* `health_checks` - (Optional) list of container health checks to check container status and take appropriate action if container status is failed. There are three types of health checks that we currently support HTTP, TCP, and Command.
176
-
* `command` - (Required when health_check_type=COMMAND) The list of strings that will be simplified to a single command for checking the status of the container.
174
+
* `health_checks` - (Optional) list of container health checks to check container status and take appropriate action if container status is failed. There are two types of health checks that we currently support HTTP and TCP.
177
175
* `failure_action` - (Optional) The action will be triggered when the container health check fails. There are two types of action: KILL or NONE. The default action is KILL. If failure action is KILL, the container will be subject to the container restart policy.
178
176
* `failure_threshold` - (Optional) Number of consecutive failures at which we consider the check failed.
179
177
* `headers` - (Applicable when health_check_type=HTTP) Container health check HTTP headers.
@@ -184,7 +182,7 @@ The following arguments are supported:
184
182
* `interval_in_seconds` - (Optional) Number of seconds between two consecutive runs for checking container health.
185
183
* `name` - (Optional) Health check name.
186
184
* `path` - (Required when health_check_type=HTTP) Container health check HTTP path.
187
-
* `port` - (Required when health_check_type=HTTP | TCP) Container health check HTTP port.
185
+
* `port` - (Required) Container health check HTTP port.
188
186
* `success_threshold` - (Optional) Number of consecutive successes at which we consider the check succeeded again after it was in failure state.
189
187
* `timeout_in_seconds` - (Optional) Length of waiting time in seconds before marking health check failed.
190
188
* `image_url` - (Required) A URL identifying the image that the container runs in, such as docker.io/library/busybox:latest. If you do not provide a tag, the tag will default to latest.
@@ -301,6 +299,7 @@ The following attributes are exported:
301
299
* `processor_description` - A short description of the container instance's processor (CPU).
302
300
*`state` - The current state of the container instance.
303
301
*`system_tags` - Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`.
302
+
*`tenant_id` - TenantId id of the container instance.
304
303
*`time_created` - The time the container instance was created, in the format defined by [RFC 3339](https://tools.ietf.org/rfc/rfc3339).
305
304
*`time_updated` - The time the container instance was updated, in the format defined by [RFC 3339](https://tools.ietf.org/rfc/rfc3339).
306
305
*`vnics` - The virtual networks available to the containers in the container instance.
0 commit comments