Closed jaroslaw-pieszka closed 1 month ago
This is connected with https://github.com/kyma-project/kyma-environment-broker/issues/981
In update operation:
check
step has hardcoded 40 mincheck_runtime_resource
has a configurable timeout through the APP_PROVISIONER_RUNTIME_RESOURCE_STEP_TIMEOUT
key. The key is also used in provisioning operationOther update steps have no timeout
There are many timeouts defined for different steps and operations. Some hard-wired in the code, some configurable.
For update operation we have timeout set to 40 minutes, which happens to be insufficient e.g. when
MachineType
is updated.SRE suggests following approach as for
update
: