David
David
### Description It's a little hard to see sometimes what Clusterman thinks is pending and why, and what it's doing with those resources, so this adds a couple log lines...
### Description This commit checks the following conditions to see if a pod can be scheduled on a particular node: 0) Is the node "schedulable" from Kubernetes' perspective? 1) Is...
Added a couple things that are needed to interact with the slack API.
#### Which component this PR applies to? cluster autoscaler #### What type of PR is this? /kind feature #### What this PR does / why we need it: Prints a...
This PR adds an `-enforce` option to go-carpet that makes the executable return 1 if any file has coverage under the specified `-mincov` value. It also adds a `.pre-commit-hooks.yaml` file...
I don't know if this is of interest in your repo, but given that a) stripping debug symbols is (one of) the best ways to reduce the size of your...
Fixes #987 **Description** This extends the KWOK provider for Karpenter by allowing users to specify custom lists of instance types that will be launched by Karpenter/KWOK. **How was this change...
## Describe the bug Building `sk-ctrl`, `sk-tracer`, and `sk-driver` on an ARM64 MacBook builds ARM64 binaries even with the `ubuntu:latest` Docker build image selected. We need to cross-compile for x86_64...