mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
OSDOCS-14377: updates greenboot wait time MicroShift
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
4901c495bf
commit
612fd2c9bc
@@ -17,7 +17,7 @@ To run the `microshift healthcheck` command successfully, use the following prer
|
||||
You can add the following actions to the `microshift healthcheck` command:
|
||||
|
||||
* `-v=2` to increase verbosity of the output
|
||||
* `--timeout="${WAIT_TIMEOUT_SECS}s"` to override default 300s timeout value
|
||||
* `--timeout="${WAIT_TIMEOUT_SECS}s"` to override default 600s timeout value
|
||||
* `--namespace `_<namespace>_` to specify the namespace of the workloads
|
||||
* `--deployments `_<application-deployment>_` to check the readiness of a specific deployment
|
||||
+
|
||||
|
||||
@@ -30,7 +30,7 @@ boot_indeterminate=0
|
||||
boot_counter=2
|
||||
...
|
||||
...
|
||||
Waiting 300s for MicroShift service to be active and not failed
|
||||
Waiting 600s for MicroShift service to be active and not failed
|
||||
FAILURE
|
||||
...
|
||||
...
|
||||
|
||||
@@ -38,6 +38,6 @@ The `40_microshift_running_check.sh` health check script only performs validatio
|
||||
[id="validation-wait-period_{context}"]
|
||||
== Validation wait period
|
||||
|
||||
The wait period in each validation is five minutes by default. After the wait period, if the validation has not succeeded, it is declared a failure. This wait period is incrementally increased by the base wait period after each boot in the verification loop.
|
||||
The wait period in each validation is 10 minutes by default. After the wait period, if the validation has not succeeded, it is declared a failure. This wait period is incrementally increased by the base wait period after each boot in the verification loop.
|
||||
|
||||
* You can override the base-time wait period by setting the `MICROSHIFT_WAIT_TIMEOUT_SEC` environment variable in the `/etc/greenboot/greenboot.conf` configuration file. For example, you can change the wait time to three minutes by resetting the value to 180 seconds, such as `MICROSHIFT_WAIT_TIMEOUT_SEC=180`.
|
||||
* You can override the base-time wait period by setting the `MICROSHIFT_WAIT_TIMEOUT_SEC` environment variable in the `/etc/greenboot/greenboot.conf` configuration file. For example, you can change the wait time to 5 minutes by resetting the value to 300 seconds, such as `MICROSHIFT_WAIT_TIMEOUT_SEC=300`.
|
||||
|
||||
Reference in New Issue
Block a user