brigade icon indicating copy to clipboard operation
brigade copied to clipboard

Event-driven scripting for Kubernetes

Results 33 brigade issues
Sort by recently updated
recently updated
newest added

@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...

bug

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.

bug
good first issue
documentation

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...

good first issue

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...

bug

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...

bug

Max concurrent workers is set to 3... what's going on? ![Screen Shot 2022-04-08 at 12 38 10 PM](https://user-images.githubusercontent.com/1821014/162485008-8cb0e473-ab9f-4cf3-af57-b5148916bdab.png)

bug

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.

enhancement

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.

bug

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...

enhancement