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
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.`
reconsider all timeouts involved during updating process (steps etc.)
take into consideration that some paths of execution are relatively short (administrators) and some take a lot of time (MachineType)
perhaps we need to prepare consistent approach for all timeouts used by KEB, create separate tickets - this ticket is focused on update operation.
The text was updated successfully, but these errors were encountered:
check_runtime_resource has a configurable timeout through the APP_PROVISIONER_RUNTIME_RESOURCE_STEP_TIMEOUT key. The key is also used in provisioning operation
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
:The text was updated successfully, but these errors were encountered: