https://github.com/polysensus/hoy-chains
fluxcd chain configurations and automation for the hoy-dev-1 google cloud project
https://github.com/polysensus/hoy-chains
chains fluxcd ops
Last synced: about 1 month ago
JSON representation
fluxcd chain configurations and automation for the hoy-dev-1 google cloud project
- Host: GitHub
- URL: https://github.com/polysensus/hoy-chains
- Owner: polysensus
- Created: 2022-10-31T07:17:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-31T08:56:57.000Z (over 2 years ago)
- Last Synced: 2025-05-15T20:49:57.610Z (5 months ago)
- Topics: chains, fluxcd, ops
- Language: Shell
- Homepage:
- Size: 228 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hoy-chains
fluxcd chain configurations and automation for the hoy-dev-1 google cloud project# Basic workflow for updating a chain
Assuming the chain is `caimst'. Replace `caimst' with the chain name otherwise
* **Be sure it is ok to destroy it**
* Suspend the CD & teardown the currently configured resources: `task caimst-destroy`
* edit some manfiests experimentally
* Suspend the CD & teardown the currently configured resources: `task caimst-apply`
* IF they applied ok consider updating benchblock so generation works cleanly next time
* Destroy again to clean up: `task caimst-destroy`
* Restart CD automation: `task resume-cd`
* To imediately recreate the chain: `task reconcile`
* Otherwise fluxcd will do it in a minute or two