You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
avoid snitch's dependency for serviceaccount being created after KubeArmorConfig CR has been created, to avoid increasing time delay due to reconcilation.
discuss to decide if tight loop should be replaced with informer based reconcider. reconciler will require watch permission for managing k8s resources.
The text was updated successfully, but these errors were encountered:
Refactor KubeArmor Operator
refactor kubearmorConfig keep it close to k8s manifest spec
Current:
Proposed:
avoid snitch's dependency for serviceaccount being created after KubeArmorConfig CR has been created, to avoid increasing time delay due to reconcilation.
avoid seperate resource update for each configuration update
optimize cert roatation logic
discuss to decide if tight loop should be replaced with informer based reconcider. reconciler will require watch permission for managing k8s resources.
The text was updated successfully, but these errors were encountered: