Todd Neal

Results 13 issues of Todd Neal

*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

*Issue #, if available:* *Description of changes:* Support custom label displays for each node. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this...

Fixes #15 *Description of changes:* Update docs and pricing info By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms...

Fixes #40 *Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of...

**What happened**: The node indicated that it had plenty of free space and inodes, but attempts to create new files resulted in an `ENOSPC` error. ``` [root@ip-192-168-41-179 tmp]# df -ah...

**What happened**: When using kubelet with the external CCM and not using the `--node-ip` flag, pod IPs were added to the `node.status.addresses` by the CCM which caused logs/exec to fail....

kind/bug
lifecycle/rotten
needs-triage

**What should be cleaned up or changed**: Some changes were made to the EKS cluster to attempt to resolve an issue with test flakes. These changes also increased the per-node...

sig/testing
lifecycle/frozen
kind/cleanup
sig/k8s-infra

If two slices differ only by an item that is repeated in both, it's trivial to construct hash collisions. ``` package main import ( "fmt" hashstructure "github.com/mitchellh/hashstructure/v2" ) func main()...

Hey Tobias, The issue I'm running into is that querying the rig for its frequency is expensive. There's no good way to throw in a caching layer, but if Rig...

### Description **Observed Behavior**: Karpenter doesn't support: - matchLabelKeys - nodeAffinityPolicy - nodeTaintsPolicy These fields were introduced into beta in 1.27. **Expected Behavior**: **Reproduction Steps** (Please include YAML): **Versions**: -...

kind/feature
v1