Required Pod Capabilities
If pod security policies1 are enforced in your
cluster and unless you use Istio CNI Plugin, your pods must have the NET_ADMIN
capability allowed.
The initialization containers of the Envoy proxies require this capability. To check which capabilities are allowed for
your pods, check if their
service account2 can use a
pod security policy that allows the NET_ADMIN
capability.
If you don’t specify a service account in your pods’ deployment, the pods run as the default
service account in
their deployment’s namespace.
To check which capabilities are allowed for the service account of your pods, run the following command:
For example, to check which capabilities are allowed for the default
service account in the default
namespace,
run the following command:
If you see NET_ADMIN
or *
in the list of capabilities of one of the allowed policies for your service account,
your pods have permission to run the Istio init containers. Otherwise, you must
provide such permission.