How to check what version of PowerShell, PowerCLI and Python Aria Automation/Orchestrator is using
search cancel

How to check what version of PowerShell, PowerCLI and Python Aria Automation/Orchestrator is using

book

Article ID: 375771

calendar_today

Updated On:

Products

VMware Aria Suite

Issue/Introduction

This is a KB to show how to check what version of PowerShell, PowerCLI and Python Aria Automation is using.

Environment

When Aria Automation/Orchestrator upgrades are done it can update the version of PowerShell, PowerCLI and Python it is currently using. This can cause issues with scripts currently configured Aria Orchestrator. If we know the version of the languages before upgrading Aria Automation then testing can be done.

 

Resolution

We can use the following kubectl command in Aria Automation/Orchestrator 

kubectl -n prelude exec -it $(kubectl get pod -n prelude -l app=vco-app -o jsonpath="{.items[0].metadata.name}") -c vco-polyglot-runner -- docker image ls