Commit 9cfee77
fix(stand): add ClusterRole+CRB for blockstor-satellite ServiceAccount
The Phase 10.6 gRPC cutover moved reconciliation to the satellite
side (resource / RD / snapshot / storagepool reconcilers all run
inside the satellite manager now), but the dev-stand DaemonSet
manifest never got matching RBAC — only the ServiceAccount existed.
The result: every satellite came up, controller-runtime tried to
sync the Snapshot informer cache, hit `cannot list snapshots ... is
forbidden`, the manager exited, and the process continued running
as a no-op zombie. e2e symptoms were every Resource sitting at
"never reached UpToDate on both peers" forever because nobody was
actually rendering .res files or calling drbdadm.
Mirror the controller's permission set (events / leases / all
blockstor.io CRDs r+w / status+finalizers / secrets read). Secrets
read is for the cluster passphrase Secret the encryption reconciler
needs.
Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>1 parent 9cd2124 commit 9cfee77
1 file changed
Lines changed: 39 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
20 | 59 | | |
21 | 60 | | |
22 | 61 | | |
| |||
0 commit comments