StatCan / gatekeeper-policies

Policies that are to be enforced by GateKeeper for the Cloud Native Platform
Other
16 stars 12 forks source link

Create policy to ensure that Node restarts aren't blocked #9

Open justbert opened 3 years ago

justbert commented 3 years ago

PodDisruptionBudgets with minAvailable: 1 and 1 replicas cause nodes to be unable to restart.

Create a policy to audit this. Eventually we should create policies that prevent it.