docs(ops): operational doc updates that were dropped from #62#63
Merged
Conversation
The Helm chart and the Helm-based GHA workflows were deleted in #62, but my doc edits in the same change-set never made it into that commit (only the `git rm` deletions were staged when I committed). Catching the rest up: - docs/operations/deploy.md — rewrite around the Kustomize manifests + GitOps via cfp-sandbox-cluster. Preserves the still-useful sections: image build (with `--platform=linux/amd64` note for Apple Silicon), boot sequence (with entrypoint reconciliation), probes, env-var reference, bucket-provisioning reqs, rollback semantics. - docs/operations/runbook.md — replace `helm history/rollback/upgrade` recovery with GitOps deploy-PR revert + `kubectl set image` hotfix; reword the CFP_DATA_REMOTE boot-failure row to point at the SealedSecret. - docs/operations/secrets.md — describe the SealedSecret flow that actually populates the cluster's env Secret + deploy-key Secret. - docs/operations/monitoring.md, cutover.md — small touch-ups removing Helm references. plans/deploy.md left untouched per the plans protocol (frozen at status: done). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
PR #62 was supposed to ship five operational-doc updates alongside the chart + workflow deletions, but only the deletions made it into the commit (my edits weren't staged). This catches the docs up.
Same content the #62 PR description described:
--platform=linux/amd64Apple-Silicon note, boot sequence with entrypoint reconciliation, probes, env-var reference, bucket reqs, rollback semantics).helm history|rollback|upgraderecovery commands with GitOps deploy-PR revert +kubectl set imagehotfix; reword theCFP_DATA_REMOTEboot-failure row to point at the SealedSecret.plans/deploy.mdleft untouched per the plans protocol.Test plan
🤖 Generated with Claude Code