VMware Cloud Community
ImranMughal01
Enthusiast
Enthusiast
Jump to solution

vro upgrade health check failed

Hi - 

i'm trying to ugrade a 8.10 vro standalone instance and although the vro instance works fine it seems there are some pods in the prelude namespace that shouldn't be there when comparing my other vro instances.

Any ideas how I can remove them? "/opt/scripts/deploy.sh --onlyClean" doesn't work as it also fails with a node-count error

NAME READY STATUS RESTARTS AGE
orchestration-ui-app-6744d98cd5-99glf 1/1 Running 1 362d
orchestration-ui-app-6744d98cd5-fdzg7 0/1 Terminating 0 362d
orchestration-ui-app-6744d98cd5-wsbbr 0/1 Pending 0 362d
pgpool-6ff8dcff88-2mkzw 1/1 Running 1 362d
pgpool-6ff8dcff88-fdn96 0/1 Pending 0 362d
pgpool-6ff8dcff88-v8znv 0/1 Terminating 0 362d
postgres-0 1/1 Running 1 362d
postgres-1 0/1 Pending 0 362d
proxy-service-5c78496786-896pz 0/1 Pending 0 362d
proxy-service-5c78496786-l7hht 1/1 Running 1 362d
proxy-service-5c78496786-xcdzb 0/1 Terminating 0 362d
symphony-logging-658f4fd798-6pcfc 0/1 Pending 0 177d
symphony-logging-7fc8cdbd95-tpkgx 0/1 Pending 0 362d
symphony-logging-7fc8cdbd95-wllgt 1/1 Running 1 363d
vco-app-6c6d7888d9-9nj7l 3/3 Running 9 360d
vco-app-6c6d7888d9-bvvz2 0/3 Terminating 0 362d

Reply
0 Kudos
1 Solution

Accepted Solutions
ImranMughal01
Enthusiast
Enthusiast
Jump to solution

ok so there was a node in the cluster with the short name of the vm.

i removed it with " vracli cluster remove <name>"

and then did :-

/opt/scripts/deploy.sh --onlyClean
reboot
/opt/scripts/deploy.sh 

it passes the node count health check in deploy.sh now

View solution in original post

Reply
0 Kudos
1 Reply
ImranMughal01
Enthusiast
Enthusiast
Jump to solution

ok so there was a node in the cluster with the short name of the vm.

i removed it with " vracli cluster remove <name>"

and then did :-

/opt/scripts/deploy.sh --onlyClean
reboot
/opt/scripts/deploy.sh 

it passes the node count health check in deploy.sh now

Reply
0 Kudos