upgrade-coordinator pod deployment stuck at 9 % while upgrade SSP from 5.1.0 to 5.1.1 and observed below error in SSP UI -> system -> upgrade -> prepare for upgrade page as below
SSP > = 5.1
This issue could be due to trust-manager is not provisioning certificates
please follow the below steps to verify Upgrade Coordinator pod is stuck in the ContainerCreating state,
Log in to SSPI using the sysadmin credentials.
Check the Upgrade Coordinator pod status by running:k -n nsxi-platform get pods | grep upgrade-coordinator
Identify the Upgrade Coordinator pod name from the above output (the one stuck in ContainerCreating state).
Check the events for that specific pod to understand the issue:k -n nsxi-platform describe pod <upgrade-coordinator-pod-name>
(Use the exact pod name obtained from Step 2.)
please refer below sample output:
k -n nsxi-platform get pods | grep upgrade-coordinator
upgrade-coordinator-7cb8fbff68-q9d8w 0/1 ContainerCreating 0 5h15m
upgrade-coordinator-install-wcqcj-xc8dj 0/1 Error 0 5h31m
upgrade-coordinator-install-wcqcj-zvd52 0/1 Error 0 6h1m
# k -n nsxi-platform events --for pod/upgrade-coordinator-7cb8fbff68-q9d8w
LAST SEEN TYPE REASON OBJECT MESSAGE
3m29s (x163 over 5h18m) Warning FailedMount Pod/upgrade-coordinator-7cb8fbff68-q9d8w MountVolume.SetUp failed for volume "certs" : references non-existent secret key: truststore.p12