Commit ad00bdc
committed
fix(docs,workflow): address round-2 deploy-via-tailscale review
- workflow: add `packages: read` to the job permissions so the
`Verify image exists on ghcr.io` step's `docker manifest inspect`
call works against private ghcr.io images (Codex P1).
- runbook §1: explain that `--ssh=false` disables Tailscale SSH and
the workflow relies on the system sshd — operators who use
Tailscale SSH elsewhere need to keep that in mind (Gemini Medium).
- runbook §4: change `ssh-keyscan` example + troubleshooting to
`ssh-keyscan -H` so known_hosts entries are hashed and the secret
does not leak tailnet topology in plaintext (Gemini Security
Medium).
- runbook §4 variables: document that `NODES_RAFT_MAP` /
`SSH_TARGETS_MAP` are workflow-side names the render step maps to
the script's `NODES` / `SSH_TARGETS`; manual invocation from a
workstation must use the script-side names (Gemini Medium).
Not addressed: Gemini HIGH claim that the workflow file is missing
(line 187) — it IS included at `.github/workflows/rolling-update.yml`
in this PR; the reviewer misread the file list.
Not addressed: Gemini HIGH re native --dry-run flag + zero-downtime
strategy (line 128) — dry-run is deliberately a workflow-level
input, not a script-level flag, so the script stays invokable from
a workstation without CI-specific options; zero-downtime cutover is
outside the scope of a CI wrapper and is tracked in the
resilience-roadmap follow-ups.1 parent 6322748 commit ad00bdc
2 files changed
Lines changed: 19 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
20 | 27 | | |
21 | 28 | | |
22 | 29 | | |
| |||
75 | 82 | | |
76 | 83 | | |
77 | 84 | | |
78 | | - | |
| 85 | + | |
79 | 86 | | |
80 | 87 | | |
81 | 88 | | |
| |||
86 | 93 | | |
87 | 94 | | |
88 | 95 | | |
89 | | - | |
90 | | - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
91 | 105 | | |
92 | 106 | | |
93 | 107 | | |
| |||
149 | 163 | | |
150 | 164 | | |
151 | 165 | | |
152 | | - | |
| 166 | + | |
153 | 167 | | |
0 commit comments