kube-sidecar-injector icon indicating copy to clipboard operation
kube-sidecar-injector copied to clipboard

A Kubernetes mutating webhook server that implements sidecar injection

Results 6 kube-sidecar-injector issues
Sort by recently updated
recently updated
newest added

Positive result : The injector pod is mapped to mutatingwebhookconfiguration.admissionregistration.k8s.io/sidecar-injector-webhook however when I increase the replicas to 2, then the mutatingwebhook maps to ONLY one of the pod instance. As...

hello, According to your method, find the following problem in the **sidecar-injector-webhook-deployment-57cb9d9954-qqqlt** pod log ``` remote error: tls: bad certificate ``` api-server W0611 14:21:25.798710 1 dispatcher.go:168] Failed calling webhook, failing...

in new namespace called injection, injected container needs nginx-configmap but it does not current namespace.

Hello, I have followed the tutorial and managed to deploy and run an injected pod. However, when I run the same deployment definition in a different namespace, it is unable...

Hi! I have been trying to replicate your code in Python and have reached a point where I managed to : 1) create the certificates and a private key 2)...