wayne

Results 26 issues of wayne

Howdy! I've been working on implementing the server side of the distribution spec lately and have found https://github.com/containers/oci-spec-rs super useful in interpreting image and index manifests, descriptors, and manifest configs....

This PR proposes the use of the kustomize included in `kubectl` instead of the third-party `helm` to deploy metrics-server. The way this works is roughly: 1. create a DOKS cluster...

`influxctl cluster list` isn't expected to work when running against Clustered clusters. ##### Relevant URLs - https://docs.influxdata.com/influxdb/clustered/reference/cli/influxctl/cluster/list/

I have a user who is trying to build `kubit` from source, which pulls in `kubert` as a dependency. The user OS is Windows. They run into an issue with...

I'm attempting to write code that is generic over types that implement `k8s_openapi::Metadata`. `PodTemplateSpec` could fit into this category but doesn't. When I try to write an impl of my...