vco
service that has lost languages from the script list after an upgrade of the appliance.vco
starts, but one of more languages in the available script language disappears. vracli
is reporting the correct enterprise license. 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
reports should appear like this.
REPOSITORY TAG
vmware/vco-polyglot-powershell 7.4.1
vmware/vco-polyglot-powercli 13.2.1-powershell-7.4.1
vmware/vco-polyglot-powercli 12.7.0-powershell-7.4.1
vmware/vco-polyglot-python 3.10.11
vmware/vco-polyglot-node 20.11.0
vmware/vco-polyglot-node 18.18.2
kubectl exec -n prelude $(kubectl get pod -n prelude -l app=vco-app --field-selector spec.nodeName=$(current_node) -o jsonpath="{.items[0].metadata.name}") -c vco-server-app -- bash -c "kill 1"
This will rebuild the Orchestrator service and recompile the XML files.