While rebuilding an environment @DLynch got this stack trace:
Fatal error: Uncaught Symfony\Component\HttpClient\Exception\ServerException: HTTP/2 503 returned for "https://api.catalyst.wmcloud.org/api/environments/1584/logs?stream=mediawiki/install-mediawiki". in /var/www/html/vendor/symfony/http-client/Response/CommonResponseTrait.php:169 Stack trace: #0 /var/www/html/vendor/symfony/http-client/Response/CommonResponseTrait.php(47): Symfony\Component\HttpClient\Response\AsyncResponse->checkStatusCode() #1 /var/www/html/Catalyst.php(52): Symfony\Component\HttpClient\Response\AsyncResponse->getContent() #2 /var/www/html/create.php(563): Catalyst->streamLogs() #3 {main} thrown in /var/www/html/vendor/symfony/http-client/Response/CommonResponseTrait.php on line 169Inside the Catalyst API logs I see:
[GIN] 2025/09/18 - 19:51:10 | 503 | 97.42768ms | 10.42.0.1 | GET "/api/environments/1584/logs?stream=mediawiki/install-mediawiki" Error #01: operation not available for environment with id '1584'. Current env status is 'failed' 2025/09/18 19:51:14 Environment 'wiki-5ad535f7f7' failed to start up due to: *errors.errorString something failed on the cluster side for environment 'wiki-5ad535f7f7' /srv/app/service/environment.go:221 (0x1fafe85) /srv/app/service/environment.go:364 (0x1fb0e65) /srv/app/persistence/repository.go:111 (0x1f8b973) /srv/app/persistence/repository.go:119 (0x1f8b862) /go/pkg/mod/gorm.io/gorm@v1.30.0/finisher_api.go:654 (0x85e85a) /srv/app/persistence/repository.go:117 (0x1f8b62e) /srv/app/persistence/repository.go:106 (0x1f8b5e2) /srv/app/service/environment.go:349 (0x1fb0ce5) /srv/app/service/environment.go:337 (0x1fafab3) /srv/app/service/environment.go:337 (0x1fafaa3) /usr/local/go/src/runtime/asm_amd64.s:1700 (0x47bb81)
But I also see that the environment is running and happy:
thcipriani@k3s:~$ sudo KUBECONFIG=/etc/rancher/k3s/k3s.yaml kubectl -n cat-env get po | grep -P '(NAME|1584)' NAME READY STATUS RESTARTS AGE wiki-5ad535f7f7-1584-mediawiki-6f44994d9f-jf5mh 2/2 Running 0 20m thcipriani@k3s:~$ date --utc -Is 2025-09-18T20:11:31+00:00