Matt Turner
Matt Turner
Apologies if this is a dup, weirdly I can't find any issues for it. I'm using gogo to produce protobuf structs, and it's rejecting a proto3 file with an optional...
The GCP API allows this to be changed in place, but it doesn't take effect, so we should force cluster rebuilds. I used Terraform on one of my clusters to...
I end up performing certain sets of actions together, eg * copy a compiled binary to a system path, and strip it (some versions of unix `install` do this) *...
Not all software installs nicely (via a package manager, or with `go install` / `cargo install`). I often find myself stringing together lots of `command.run` to: * clone a repo,...
I have a lot of `command.run` actions which set up shell completion, eg running `just --completions bash > ~/.completion.d/just` This is possible with `command.run`, but it's a bit messy. ```...
Container image needs rebuilding to pick up latest python base image, compatible with Raspberry Pi 5
Running the image published on GHCR works fine on an RPi4, but not an RPi5, where it fails with "exec: file format error". I'm assuming that's because the python interpreter...
This is because it just changed to the Go impl of apk, rather than shelling out. Empirically, this isn't the case with Apko, yet.
*Description*: Currently, a `SecurityPolicy` that configures OIDC will only work if attached to an HTTPRoute. This is because the `callbackURL` and `logoutPath` have to match the path prefix of the...
In addition to our own clusters.json format
and go modules. Requires moving from operator-sdk to controller