Oliver Götz
Oliver Götz
**How to categorize this issue?** /area usability /kind enhancement **What would you like to be added**: Label all Gardener managed Kubernetes components with the `k8s-app: ` label, like `k8s-app: kube-proxy`...
**Describe the bug** Deleting items from an array using strategic merge patch does not work as expected in my base-overlay scenario. Instead of removing the items from the list, it...
/kind enhancement /sig testing Closes https://github.com/kubernetes/test-infra/issues/24530 The main motivation of this PR is that we run TIde as a GitHub App. Currently, we have to add it manually to branch...
cla-assistant.io is returning HTTP status 200 or 302 to pretty much everything. Even the 404 error page is delivered with HTTP status 200. For some use case this might not...
As of today many cloud robotics apps are writing all their console logs to stderr. Thus, they are listed in the error category of Stackdriver logging and it is hard...
Adding application specific properties to Robot CRD could overload this CRD over the time. We should find a more flexible way to transport those data in the future Follow up...
**How to categorize this PR?** /area dev-productivity /kind enhancement| **What this PR does / why we need it**: This PR extends `ConditionBuilder` interface with a `WithClock(...)` function as suggested in...
**How to categorize this PR?** /area dev-productivity /kind enhancement **What this PR does / why we need it**: This PR extends the `garden-local` setup by a scenario running `Seeds` and...
**How to categorize this issue?** /area ops-productivity /kind bug **What happened**: The problematic webhook remediato introduced with https://github.com/gardener/gardener/pull/6090 could have interdependencies with 3rd party applications reconciling webhooks resulting in a...
This PR adds support for `Basic Authentication` to registry proxy. Before it supported Bearer tokens only. However, basic auth was already almost implemented as there was already an appropriate `AuthenticationHandler`...