Aria Automation Orchestrator shows "Action is using runtime python 3.10 which is not available"
Issue/Introduction
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.
Environment
VMware Aria Automation/Orchestrator 8.17
Cause
A race condition while loading the images for runtime environments might lead to Orchestrator caching available runtime images before the full loading has completed.
Resolution
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"
Comments
Post a Comment