The VCF Automation portal throw error "This page isn’t working right now"
book
Article ID: 446783
calendar_today
Updated On:
Products
VCF Operations/Automation (formerly VMware Aria Suite)
Environment
VCF Automation 9.0
VCF Automation 9.1
Resolution
This issue is currently under investigation by Engineering.
Workaround:
- Log in to the VCF Automation appliance via SSH or console.
- Export the current PostgreSQL StatefulSet configuration and change the podManagementPolicy to Parallel:
kubectl get statefulset vcfapostgres -n prelude -o yaml | sed 's/OrderedReady/Parallel/' > updated-sts.yaml
- Apply the updated configuration to the cluster:
kubectl replace --force --cascade=orphan -n prelude -f updated-sts.yaml
- Monitor the pods until the environment reports as healthy.
Feedback
thumb_up
Yes
thumb_down
No