Peter Sutter
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...
**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...
**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....
**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...
**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...
**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: -...
**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...
**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...