Commit d356550
feat: mount the quota credential as cert files plus a static kubeconfig
Change the compute-manager quota-credentials volume from a single opaque
secret to a projected volume that combines the Milo client certificate
(compute-edge-milo-client-cert) with a static kubeconfig ConfigMap
(compute-quota-kubeconfig), both supplied by the cluster environment.
compute-manager now loads a kubeconfig that references the mounted cert
files by path instead of one with the client key embedded, so cert
rotation is a plain file refresh and no secret carries an assembled
kubeconfig. Both sources are optional, so the manager still starts where
quota is not wired.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 9457279 commit d356550
1 file changed
Lines changed: 14 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
1 | 7 | | |
2 | 8 | | |
3 | 9 | | |
| |||
21 | 27 | | |
22 | 28 | | |
23 | 29 | | |
24 | | - | |
25 | | - | |
26 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
0 commit comments