Peter Sutter

Results 68 issues of Peter Sutter

`shell` command to schedule a regular or priviliged pod in a cluster. Possibly obsolete with solutions like https://github.com/kvaps/kubectl-node-shell, where also an image can be set ```bash export KUBECTL_NODE_SHELL_IMAGE=some_custom_image kubectl node-shell...

component/gardenctl
kind/enhancement
lifecycle/rotten

**How to categorize this issue?** /area security /kind bug **What happened**: When triggering the SSH Key Pair rotation for Worker Nodes once, the file `/home/gardener/.ssh/authorized_keys` on the node only contains...

kind/bug
area/security

**How to categorize this issue?** /area monitoring /kind enhancement **What would you like to be added**: Currently, the `.monitoring` secret contains the basic auth credentials for accessing the monitoring stack....

kind/enhancement
area/monitoring

**What this PR does / why we need it**: This PR updates the `GShootList` component to reflect the search query in the URL. When the `shootSearch` changes, the URL is...

size/s
needs/review
needs/ok-to-test

**What this PR does / why we need it**: This PR ensures that the `list` function does not modify the original project objects to prevent any unintended side effects on...

reviewed/lgtm
reviewed/ok-to-test
size/xs
needs/ok-to-test

**What this PR does / why we need it**: This PR includes several changes aimed at improving the project services and routes within the application. The key changes are: -...

needs/review
size/xl
needs/ok-to-test
needs/second-opinion

**How to categorize this issue?** /area security /kind enhancement **What would you like to be added**: There were some improvements made in the latest gardener/dashboard releases that should be incorporated...

kind/enhancement
area/security

**What happened**: https://github.com/gardener/dashboard/blob/cd56eb79e7bdc11e0f0024f55238ff9fb301ae15/frontend/src/utils/index.js#L649-L665 The `parseNumberWithMagnitudeSuffix` parses quantity values like `1b` but such values are not allowed by the kube-apiserver. https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/quantity.go **What you expected to happen**: **How to reproduce it (as...

kind/bug
component/dashboard