Rob Best

Results 30 issues of Rob Best

# What's going on? The metadata of the CREATE request object doesn't always contain the namespace or the name of the pod. This seems to be the case when the...

Given that [the sidecar containers KEP seem to be a ways off](https://github.com/kubernetes/enhancements/issues/753#issuecomment-597372056), I would love to take advantage of [this workaround](https://medium.com/@marko.luksa/delaying-application-start-until-sidecar-is-ready-2ec2d21a7b74) for delaying application startup until sidecar containers are ready...

We're seeing slower network peer round trip times for our bare metal etcd nodes since the update from stable 2605.12.0 to 2765.2.0 (and now 2765.2.1). This correlates with an increase...

kind/upgrade-issue

It's possible to define a delimiter in an s3 list operation which will only return the objects directly underneath the given prefix. It may make sense to support this option...

See #29 which introduced this idea. It would be useful to be able to reason about the metrics based on storage class. My thinking is that we could add a...

**What steps did you take and what happened:** ArgoCD always identifies a diff in the status field when syncing the `configs.config.gatekeeper.sh` and `constrainttemplates.templates.gatekeeper.sh` CRDs. I believe this happens because both...

bug
production issue
triaged

We were previously using releases to figure out tags for a Github package. I think this was wrong. Not all release tags will be pushed as package versions, and vice...

The Github client implementation seems to use releases to infer tags for Github packages at the user scope. It may be the case that release tags and tags in a...

enhancement

We can use a namespace selector to only list secrets in the target namespace, unless its a glob pattern. Fixes #159.

Different images will require different verification options. This PR adds configuration that allows you to define different 'verifiers' for specific image references, or image reference patterns. At the moment it...