'Failed to import package: http failure response for https://<vROFQDN>/vco/api/packages/extendedimport: 0 Unknown error'
Aria Automation Orchestrator 8.18.1
The issue occurs due to envoy's stream-idle-timeout that defaults to 5 minutes. Version prior to 8.18.1 leverage traefik so are not affected.
To resolve the issue export packages in smaller sizes or set the idle timeout rule to infinity on all appliance nodes
To set the idle timeout rule to infinity perform below steps on each appliance node:
Before proceeding snapshot each appliance node.
1. Backup /opt/charts/vco/templates/ingress.yaml to another location (not under /opt/charts):
cp /opt/charts/vco/templates/ingress.yaml /root/ingress.yaml
2. Edit /opt/charts/vco/templates/ingress.yaml with vim. Add the idle:infinity setting on line 14 as follows:
Make sure to respect the formatting/spacing that it matches the alignment of the previous line.
3. Run /opt/scripts/deploy.sh to redeploy services (requires downtime)
Note: the changes may not persist during upgrades/patches and would need to be re-implemented.