brigade
brigade copied to clipboard
Event-driven scripting for Kubernetes
@brian-shourd-tpt and I noticed the path seems to be incorrect for image links causing images not to render [here](https://v1--brigade-docs.netlify.app/topics/design/) As an example, [this](https://v1.docs.brigade.sh/img/design-01.png) does load with the v1 prefix. What...
When creating an event for a project that doesn't exist, you see this: ``` Project "" is not subscribed to events of this type. No event created. ``` This should...
The page had gotten stale over time. There are several broken links and the overall structure of the page doesn't mirror the structure of the doc tree very well.
Our CI/CD processes (see `.brigade/brigade.ts`) build multi-arch Docker images using "Docker in Docker." The primary container for each job runs the Docker client while the Docker server runs in a...
Twice today, I saw a job aborted for no readily apparent reason, and the associated worker failed. The first occurrence was with v2.3.1 and the second was after upgrading the...
I've noticed recently that if a worker fails, for whatever reason, and has jobs that are pending, those pending jobs _remain_ in a pending state. They should probably transition to...
Max concurrent workers is set to 3... what's going on? 
Should be able to turn debugging on or off at chart install/upgrade time. Let's also add relevant debug level log messages to provide more insight when troubleshooting.
Saw a job pod go to status `InvalidImageName`, and the observer didn't treat this as a failure. Brigade believed the pod was still running.
In v1.x, this command (like everything else) would have required direct access to the cluster. In 2.x, the right thing to do is add an endpoint to the system API...