S. M. Mahmudul Haque (Yamin)

Results 2 issues of S. M. Mahmudul Haque (Yamin)

I updated `controller-runtime` from `v0.14.4` to `v0.15.3` along with `k8s.io/*` from `v0.26.2` to `v0.27.7`. ```go type PodMut struct { decoder *admission.Decoder ... } func (pm *PodMut) Handle(ctx context.Context, req admission.Request)...

kind/support

``` kubectl apply -f initpod.yml kubectl apply -f initsvc.yml ``` ``` kubectl get pods -w ``` **Output:** ``` initpod 0/1 Init:0/1 0 8s initpod 0/1 PodInitializing 0 32s initpod 0/1...