docs(jangar): clarify final rollout evidence#5543
Merged
gregkonush merged 1 commit intomainfrom May 5, 2026
Merged
Conversation
Member
Author
|
Status: merged as of 2026-05-05T19:25Z. #5543 was squash-merged at Evidence:
Release gate remains no-go for #5454. #5454 is still clean and CI-green, but the required Codex review for its >1,000-line diff has not posted. Live Jangar remains workload-ready on image |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
main.919848c1, including workload readiness, RBAC limits, dependency-quorum block, and rollback guidance.Related Issues
None
Testing
bunx oxfmt --check docs/agents/rollouts/2026-05-05-jangar-control-plane-verify.mdgit diff --checkkubectl auth whoamikubectl auth can-i get applications.argoproj.io -n argocdkubectl auth can-i get deployments.apps -n jangarkubectl auth can-i get pods -n jangarkubectl auth can-i get events -n jangarkubectl get pods -n jangar -o widekubectl get pod -n jangar jangar-847d6d7f8d-zx5sq -o jsonpath='{range .status.containerStatuses[*]}{.name} ready={.ready} restarts={.restartCount} imageID={.imageID}{"\n"}{end}{range .status.conditions[*]}condition {.type}={.status} reason={.reason} lastTransition={.lastTransitionTime}{"\n"}{end}'curl -fsS http://jangar.jangar.svc.cluster.local/healthcurl -fsS http://jangar.jangar.svc.cluster.local/api/agents/control-plane/status?namespace=agentscurl -fsS -m 10 http://torghut.torghut.svc.cluster.local/trading/statuscurl -fsS -m 10 http://torghut.torghut.svc.cluster.local/readyzfailed with HTTP 503, recorded as rollout risk evidence.gh pr checks 5454 -R proompteng/labgh pr view 5454 -R proompteng/lab --json number,title,headRefName,baseRefName,isDraft,mergeStateStatus,reviewDecision,mergeable,commits,statusCheckRollup,reviewRequests,latestReviews,comments,url,body,filesgh api graphql -f query='query($owner:String!,$repo:String!,$number:Int!){repository(owner:$owner,name:$repo){pullRequest(number:$number){reviewThreads(first:50){totalCount nodes{isResolved}} reviews(first:50){totalCount nodes{author{login} state submittedAt url body}}}}}' -f owner=proompteng -f repo=lab -F number=5454gh pr checks 5538 -R proompteng/labScreenshots (if applicable)
N/A
Breaking Changes
None
Checklist
N/Awith justification).