Balazs Zachar
Balazs Zachar
**What would you like to be added**: After installation of EKS-A, etcd only listens on localhost for metrics which prevents us to scrape/monitor etcd with e.g. prometheus: ``` # grep...
**What would you like to be added**: We would like to be able to scrape the kube-scheduler and the kube-controller-manager metrics which are important to understand the state of the...
## Cilium Feature Proposal **Is your proposed feature related to a problem?** We are on bare metal and have external, HW load balancer clusters that are not integrated into our...
**What would you like to be added**: [Validating Admission Policy](https://kubernetes.io/docs/reference/access-authn-authz/validating-admission-policy/) has been alpha since 1.26 and it graduated to beta in Kubernetes 1.28. We would like to start to use...
**What I'd like:** We would like to use Bottlerocket for EKS-A Bare Metal in our DC. For persistent storage, we are going to use NetApp and their [Astra Trident (formerly...
**What would you like to be added**: By default, Kubernetes ships with two priority classes which is also true for EKS-A: ``` $ kubectl get priorityclasses.scheduling.k8s.io -A NAME VALUE GLOBAL-DEFAULT...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Version equal or higher than v1.16.0 and lower than v1.17.0 ### What happened?...
**Is your feature request related to a problem? Please describe.** We are using an external prometheus to scrape the metrics in our clusters. It uses certificate authentication. In order to...
Enhance the kube-rbac-proxy configuration by adding additional arguments through the helm chart values. Fixes https://github.com/hashicorp/vault-secrets-operator/issues/1055
**What happened**: The [documentation lists ports](https://anywhere.eks.amazonaws.com/docs/getting-started/ports/#bare-metal-provider) which have to be enabled for bare metal communication. However, it is missing `smee`'s port: ``` # kubectl get pod -n eksa-system smee-5d98bdc76-jg5s6 -o...