Alexander Berger
Alexander Berger
**Is your feature request related to a problem? Please describe.** Certificate issuers (like for example Let's Encrypt) sometimes have to revoke certificates (for formal compliance reasons) as new bugs are...
Field aliases as introduced in https://github.com/serde-rs/serde/pull/1458 do not work when deserializing "flattened" structures. ### Expected behavior Field aliases should work when deserializing "flattened" structures. ### Observed behavior Field aliases do...
**What I'd like:** Inline registry mirror configuration [as used by bottlerocket](https://github.com/bottlerocket-os/bottlerocket/blob/v1.6.0/packages/containerd/containerd-config-toml_k8s#L36) is deprecated since containerd version `1.5.0` and [might be removed in containerd version `1.7`](https://github.com/containerd/containerd/blob/v1.6.0/pkg/cri/config/config.go#L177). Bottlerocket should be update to...
This PR adds support for [Amazon Timestream Write API](https://docs.aws.amazon.com/timestream/latest/developerguide/API_Types_Amazon_Timestream_Write.html) enabling rusoto clients to write metrics data to Amazon Timestream and to manage Amazon Timestream databases and tables. In order to...
This PR adds support for IPv4 and IPv6 addresses in Subject Alternative Names (SAN) and CommonName (CN). This PR is related to #120 and addresses #54 as well as many...
This PR adds support to refer to values from `ConfigMap`s and `Secret`s in other namespaces to the `valuesFrom` field of the `HelmRelease` resource. **Motivation**: In our use case, the SRE...
Today I upgraded from FluxCD version `v0.13.4` to version `v0.15.3` and suddenly some of our `HelmRepository` created (and owned) by a `Kustomization` disappeared despite them still being part of that...
### Is there an existing issue for this? - [X] I have searched the existing issues ### What happened? [Limiting Identity-Relevant Labels](https://docs.cilium.io/en/stable/operations/performance/scalability/identity-relevant-labels/) by setting the `labels` value in the `cilium-config`...
Given the below *HelmRelease* with helm-controller v0.37.4: ```yaml apiVersion: helm.toolkit.fluxcd.io/v2beta2 kind: HelmRelease metadata: name: podinfo namespace: default spec: interval: 1m chart: spec: chart: podinfo version: '>=6.0.0
### What's wrong? Workloads (Deployment, StatefulSet, DaemonSet) owned and managed by the grafana agent operator do not work well with `kubectl rollout restart ...`. This is because `kubectl rollout restart`...