Add missing `NetworkPolicy` for kube api access
Motivation
istiod
needs access to the Kubernetes API to watch for changes to its primary ConfigMap
resource. When NetworkPolicy
resource are enabled, depending on the CNI implementation, no NetworkPolicy
allows this access to occur.
Acceptance Criteria
-
A NetworkPolicy
is added toistiod
that allows theistiod
pod to communicate with the Kubernetes API server.
Edited by Zach Callahan