aws/amazon-network-policy-controller-k8s

Controller can fail if starting before API server

haouc opened this issue · 0 comments

haouc commented

If the controller starts before API server in control plane when a new control plane instance is provisioned, the controller can fail on List/Watch ConfigMap.

I expect the controller should know not to start operating on k8s objects before it verifies API server is running and ready.