Remove rollout status check (too many open files in CI)
All checks were successful
ci/woodpecker/push/build Pipeline was successful

Rollout restart is enough — status monitoring is optional and
fails with fsnotify watcher limit in the CI pod.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Mikhail Kilin
2026-03-18 11:24:57 +03:00
parent 362bc5757b
commit d23043a489

View File

@@ -42,4 +42,3 @@ steps:
- kubectl config set-context deploy --cluster=k3s --user=deployer --namespace=bbb
- kubectl config use-context deploy
- kubectl rollout restart deploy/bbb-backend deploy/bbb-frontend -n bbb
- kubectl rollout status deploy/bbb-backend deploy/bbb-frontend -n bbb --timeout=120s