During the pre-check step for the Aria Automation patch 3 installation it is failing with error "VMware Aria Automation health check"
When running command to check overall health, it is failing on memory-usage.
/opt/health/run.sh
Running check memory-usage make: *** [/opt/health/Makefile:73: memory-usage] Error 1
When running command to check pod status for both kube-system and prelude pods. Both haven’t been restarted in 174 days. Several prelude pods had multiple restarts.
kubectl -n prelude get pods
kubectl -n kube-system get pods
Aria Automation 8.18.x
Steps to Resolve:
Run the following command to restart all pods in the kube-system namespace and refresh networking components:
kubectl -n kube-system delete pod --all
Monitor pods restarting using command kubectl -n kube-system get pods -w and verify that all required services come back online successfully.
Re-run /opt/scripts/deploy.sh to restart Aria Automation services.