kyma-project / kyma-environment-broker

Kyma Environment Broker
Apache License 2.0
0 stars 22 forks source link

Timeout for update operation #1230

Closed jaroslaw-pieszka closed 1 month ago

jaroslaw-pieszka commented 1 month ago

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:

Introduce configuration for this timeout value in the KEB code and helm chart, with default having 120m (2 hours).
SRE would like to specify overrides for this configuration per each KCP environment.`

MarekMichali commented 1 month ago

This is connected with https://github.com/kyma-project/kyma-environment-broker/issues/981

MarekMichali commented 1 month ago

In update operation:

Other update steps have no timeout