- Create a cluster with at least 2 nodes.
- Deploy the app.
kubectl create -f https://raw.githubusercontent.com/anfernee/k8s-issue-74839/master/deploy.yaml
- Check if the server crashed
$ kubectl get pods
NAME READY STATUS RESTARTS AGE
boom-server-59945555cd-8rwqk 0/1 CrashLoopBackOff 4 2m
startup-script 1/1 Running 0 2m