After rebooting the Orchestrator appliance, the contour-envoy pod is showing as 1/2 Running
The Orchestrator UI is not accessible.
In particular, if the appliance has been running for more than a year, the internal gRPC connection certificate expires, making the UI inaccessible.
kubectl get secret -n prelude contourcert -o jsonpath='{.data.ca\.crt}' | base64 -d | openssl x509 -noout -dates
notBefore=####
notAfter=#### <- out of date
kubectl get secret -n prelude envoycert -o jsonpath='{.data.ca\.crt}' | base64 -d| openssl x509 -noout -dates
notBefore=####
notAfter=#### <- out of date[timestamp][1][warning][config] [./source/extensions/config_subscription/grpc/grpc_stream.h:193] StreamListeners gRPC config stream to contour closed since 214s ago: 14, upstream connect error or disconnect/reset before headers. reset reason: remote connection failure, transport failure reason: TLS_error:|########:SSL routines:OPENSSL_internal:CERTIFICATE_VERIFY_FAILED:TLS_error_end:TLS_error_endAria Orchestrator Standalone 8.x
The appliance was rebooted without stopping the deployment services.
Restart the deployment services
/opt/scripts/svc-stop.shsleep 120/opt/scripts/deploy.sh --onlyCleankubectl -n prelude get podsNo resources found in prelude namespace."kubectl get pods --all-namespaces/opt/scripts/deploy.sh
When it is finished it will report "Prelude has been deployed successfully"https://<Your_Orchestrator_FQDN>/orchestration-ui/When rebooting the appliances follow the steps in Rebooting the Aria Orchestrator Standalone Appliances