Configuring Traefik timeout values for large file uploads and downloads
When uploading or downloading large files, the default timeout value for readTimeout,
writeTimeout and idleTimeout errors in Traefik proxy might not be sufficient. You can set the
Traefik proxy timeout to a new duration instead of the default value.
Back up the ConfigMap.
kubectl -n [***NAMESPACE***] get cm traefik-config -o yaml > /tmp/traefik-config.backup.yaml
You can optionally add or update the timeout value fields to manually specify the
timeout values in the data.traefik.toml section of the ConfigMap file
in Cloudera AIon premises 1.5.5 SP2 and higher releases.