Maxime Guyot
Maxime Guyot
Call an optional POST webhook before killing a pod. The webhook sends the PodSpec as a JSON payload to the webhook. This could allow an external webhook service to make...
Kubespray is looking for maintainers, the following roles, playbooks or tasks need some love and [OWNERS files](https://github.com/kubernetes/community/blob/master/contributors/guide/owners.md), we target a minimum of 2 or 3 person per point: - [x]...
Hi, I run a single Kuberos instance for several Kubernetes clusters: - production cluster (has kuberos) - staging cluster (no kuberos, but uses the same OIDC config as production cluster)...
Add Importer for tls_private_key. I have tested it with the following Terraform file: ```hcl resource "tls_private_key" "rsa" { algorithm = "RSA" } resource "tls_private_key" "ecdsa" { algorithm = "ECDSA" }...