-
### What happened?
Let's assume you have:
- cgroupv2 only OS (e.g. Ubuntu 22.04 (Azure AKS) or [gardenlinux 934.7](https://github.com/gardenlinux/gardenlinux/releases/tag/934.7), see below)
- A ru…
-
**What happened**:
In Argo project, kubectl client is used to apply the resources and WarningHandler need to be configured in order to expose warning when applying the resources. However, I think…
-
**What happened**:
Hello friends,
As I have great success with KinD with Docker Desktop on Intel Mac, it has been my first choice to use it on my Linux box. Unfortunately I'm unable to create cl…
-
### Enhancement Description
- One-line enhancement description (can be used as a release note): Add Pod Index Label for StatefulSets and Indexed Jobs.
- Kubernetes Enhancement Proposal:
- Discus…
-
Greetings!
kubectl already allows defining multiple clusters and users in `$HOME/.kube/config` however editing this file by hand or even by tools is a bit cumbersome.
If `kubectl` supported load…
omeid updated
2 years ago
-
# Description
Add AppArmor support to Kubernetes. Initial support should include the ability to specify an AppArmor profile for a container or pod in the API, and have that profile applied by the c…
-
`kubectl apply` with below yaml and follow below prune command.
```
**
namespace sandbox
**
---
apiVersion: v1
kind: Service
metadata:
annotations:
environment: sandbox
provider: …
-
# Enhancement Description
- One-line enhancement description (can be used as a release note): Removing In-Tree Cloud Providers
- Kubernetes Enhancement Proposal:
This is a proposal outlining ste…
-
I have a CRD which nests multiple large CRD objects, when `controller-gen` generates the manifests with all the metadata and descriptions this can equal well over 2mb. Looking at `controller-gen crd -…
-
### Enhancement Description
- One-line enhancement description (can be used as a release note): For Deployment controllers we want to optionally include a way for users to include terminating pods…