PoC for kubernetes/kubernetes#83107
Simple program to check if the issue 83107 can cause a k8s worker to fail.
Compile with
CGO_ENABLED=0 go build -a -ldflags '-extldflags "-static"' -o keepopendeleted main.go
Docker image available at:
docker pull ottovsky/keepopendeleted
Run in k8s with:
kubectl create deployment keepopendeleted --image=ottovsky/keepopendeleted
Run only in the sandbox environment!