Commit 8e6bc57
Use self-hosted runner for Terraform workflow (#36)
* Use self-hosted runner for Terraform workflow
Switch both terraform-plan and terraform-apply jobs to use
the self-hosted VPC runner for consistency with the Grafana
workflow and to ensure K8s API access works with the new
firewall restrictions.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Fix helm-diff plugin installation on self-hosted runner
Check if the plugin exists before installing to avoid "plugin
already exists" error on the persistent self-hosted runner.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Make GitHub runner ephemeral
Ephemeral runners exit after one job and restart fresh, avoiding
state accumulation issues (helm plugins, directories, etc.).
This reverts the helm-diff workaround since it's no longer needed.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Trigger CI with ephemeral runner
* Document K8s API access and certificate regeneration
Added Cluster Access section with:
- Network access table (VPC, Tailscale, public)
- Instructions for local and CI/CD access
- Certificate regeneration procedure for adding new SANs
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent 273f905 commit 8e6bc57
2 files changed
+33
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
76 | 106 | | |
77 | 107 | | |
78 | 108 | | |
79 | 109 | | |
80 | | - | |
| 110 | + | |
81 | 111 | | |
82 | 112 | | |
83 | 113 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| |||
0 commit comments