SAP-archive / karydia

Kubernetes Security Walnut
Other
77 stars 10 forks source link

Fix nil pointer issue after restart of pod #128

Closed CodeClinch closed 5 years ago

CodeClinch commented 5 years ago

Description

After karydia is restarted the network policy reconciler will lead to a nil pointer exception. This PR will make better checks and reloads the network policies if necessary.

Checklist

Before submitting this PR, please make sure: