This is a known issue affecting VMware vRealize Automation 8.1, 8.1 P1 and 8.1 P2.
Currently, there is no resolution.
Workaround:
To work around this issue, restart the vRA pod on the HA system in used:
Note: In order to minimize the impact of restarting the vRA pod on the HA system in used:
- Disable the load balancer traffic to one vRA node, where the pod will be restarted, by setting its pool member to offline/disabled state.
- Give a few minutes, so that new/incoming requests are sent over to the other vRA nodes and then restart the Provisioning Service pod on the disabled node.
To find out which pod runs on which node use this command:
kubectl -n prelude get pods -o wide
To restart the pod use this command:
kubectl -n prelude delete pod provisioning-service-app-<POD_ID> by replacing the POD_ID with the desired value
- Enable the load balancer traffic to the disabled/offline node.
- Complete the same steps for another vRA node.