Nathan Perkins

Results 34 issues of Nathan Perkins

Hey @mdlayher, thanks for this package and the others you've provided. They've been very helpful. I want to be able to unit test code that is using arp.Client and see...

We've moved our pkgs to object storage (Artifactory) so the system that runs autopkg might not necessarily have all the pkgs present when `MakeCatalogs.munki` runs. When we run `MakeCatalogs.munki`, the...

Hello, When a catalog does not have packages, it disappears from view entirely and then you cannot edit membership to those catalogs in the manifests view, or add packages to...

bug
investigating

When selecting the _Name_ column for search, it doesn't actually search the _Name_ column, it searches the _Display Name_ column instead. The _Name_ column looks like it actually shows the...

Use the existing HTTP health check endpoints to ensure liveness of etcd and apiserver containers. - etcd - https://etcd.io/docs/v3.4/op-guide/monitoring/#health-check - clustermesh-apiserver - https://github.com/cilium/cilium/blob/080857bdedca67d58ec39f8f96c5f38b22f6dc0b/clustermesh-apiserver/main.go#L257 Tested locally on a kind cluster: 1....

dont-merge/needs-sign-off

Parens need to be escaped with `\` in regex. Some versions of awk will fail without it. Fixes: #21284 Fixes: bb5e3fef6f0e Signed-off-by: Nathan Perkins

release-note/misc

### Is there an existing issue for this? - [X] I have searched the existing issues ### What happened? `make postcheck` fails on systems with mawk 1.3.3 installed: ``` pkg/datapath/loader/check-sources.sh...

kind/bug
kind/community-report

We would like to properly authenticate and authorize access to a hubble-relay service, which uses Istio for IAM. In order to authenticate, we need to add a bearer token to...

kind/enhancement

The [FakeRecorder](https://github.com/kubernetes/client-go/blob/master/tools/record/fake.go) for events has some slight gaps which can make it difficult to test. - The output is an unstructured string, which means you must use exact match, `strings.Contains`...

lifecycle/rotten

### What do you want to happen? In [this controller-runtime issue](https://github.com/kubernetes-sigs/controller-runtime/issues/2596), it was decided to deprecate the webhook.Validator and webhook.Defaulter interfaces, due to issues they cause with project upgrades by...

help wanted
good first issue
priority/important-soon
kind/feature
kind/deprecation