- Had I not seen the sun, I could have borne the shade. -- Siegfried Loraine Sassoon
- An application that makes kubernetes clusters shine
- After the pod restarts for the specified number of times, it will find its deployment and shut down
- If there is a running instance corresponding to the deployment, it will give up processing the deployment
- Reduce useless resource consumption, alarm information, and kube-scheduler scheduling pressure
- Suitable for multi-tenant messy kubernetes cluster
- kubernetes v1.17+
kubectl apply -f https://raw.githubusercontent.com/huangjc7/sunshine/master/manifests/sunshine.yaml
Environment Variable | Description | Default |
---|---|---|
POD_RESTART_NUMBER |
When the pod restart threshold is met, the deployment will be closed | 50 |