Jens L.
Jens L.
The libtrust library always generates the `kid` like this ``` // KeyID returns a distinct identifier which is unique to this Public Key. // The format generated by this library...
Add instrumentation for Django signals
Rancher's CLI tool allows you to run `rancher cluster kubeconfig ` and returns a kubeconfig YAML. CLI entrypoint is here https://github.com/rancher/cli/blob/7c7f747d32b2fe848d09dd90f95ef82bc9be25db/cmd/cluster.go#L474 That seems to call https://github.com/rancher/rancher/blob/ba4347297ef8984f629650979a1b3a470592f4da/pkg/client/generated/management/v3/zz_generated_cluster.go#L184 Not quite sure which...
(new pr since I created it from master and had to update the module import path to use it myself)
Signed-off-by: Jens Langhammer
prepare more for web packages - fix some class names - correctly divide deps between normal and dev
While migrating some clusters to Flux, we accidentally had some deployments managed by two kustomizations. They both had different versions in the deployment, so every 10 minutes when flux would...