After upgrading Aria Automation/Orchestrator to version 8.17 deployments show missing runtime environment metadata.
Impact:
Workflows using Node.js, Python or PowerShell might fail post upgrade or after a restart of Orchestrator.
VMware Aria Automation/Orchestrator 8.17
A race condition while loading the images for runtime environments might lead to Orchestrator caching available runtime images before the full loading has completed.
This issue is resolved in versions 8.18.1.
Workaround: Restart the orchestrator server Kubernetes container using the following command:
kubectl -n prelude get pods -l app=vco-app -o custom-columns=name:metadata.name --no-headers | xargs -I{} kubectl -n prelude exec {} -c vco-server-app -- bash -c "kill 1"