Carl Henrik Lunde
Carl Henrik Lunde
### Description of your changes Based on work by @jastang in another repo. Updates the build machinery to build bundled provider packages, as well as publish to crossplane-contrib OCI repos...
### What problem are you facing? For smaller RDS instances, we see CPU spikes when many provider-sql objects are reconciled at the same time. This can affect applications using the...
### What problem are you facing? When running `kubectl tree` on a composite resource that has provider-sql resources that are not ready, it's not possible to see that the resources...
This shaves of 14 seconds (one third) of the execution time for a kustomization tree with 4000 documents, from 40.68s to 27.41s 0 0% 5.44% 18.42s 40.56% sigs.k8s.io/kustomize/api/krusty.(*Kustomizer).applySortOrder 0 0%...
#### What happened: Our `zeitgeist validate` workflow randomly stopped today with the error: ``` level=fatal msg="error during command execution: &fmt.wrapError{msg:\"checking remote dependencies: No Major.Minor.Patch elements found\", err:(*errors.errorString)(0xc000e16010)}" level=fatal msg="error during...
We need an updated README and marketplace entry on https://marketplace.upbound.io/providers/crossplane-contrib/provider-aws/v0.42.0 updated to clearly reflect the state of how this project is maintained and the alternatives, to ensure users make a...
This change introduces a benchmarking test that constructs a complete kustomization tree using various features of Kustomize. This update aims to address several objectives: * Demonstrating current performance challenges in...
Personal notes, keeping as draft :) Rebased, since the SortOrderTransformer PR is in With the benchmark suite, this PR reduces the runtime from 48s to 2.5s on my machine. I...
**Describe the feature request** 403 responses can come from AuthorizationPolicy, ext_authz and the application. To detect authorization policy issues (and attacks), it would be nice to have a prometheus metric...
Registry v2 has an option for [mounting](https://docs.docker.com/registry/spec/api/#cross-repository-blob-mount) a blob instead of re-uploading a blob: POST /v2//blobs/uploads/?mount=&from= Content-Length: 0 This feature could be used when copying within the same registry, for...