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
<td>Used to adjust the concurrency of SidecarScope conversions. When istiod is deployed on a multi-core CPU server, increasing this value will help to use the CPU to accelerate configuration push, but it also means that istiod will consume more CPU resources.</td>
990
+
<td>Deprecated, superseded by ENABLE_LAZY_SIDECAR_EVALUATION. Used to adjust the concurrency of SidecarScope conversions. When istiod is deployed on a multi-core CPU server, increasing this value will help to use the CPU to accelerate configuration push, but it also means that istiod will consume more CPU resources.</td>
<td>If enabled, pilot will run istio analyzers and write analysis errors to the Status field of any Istio Resources</td>
1045
1063
</tr>
1046
1064
<tr>
1065
+
<td><code>PILOT_ENABLE_CA_CRL</code></td>
1066
+
<td>Boolean</td>
1067
+
<td><code>false</code></td>
1068
+
<td>If set to true, Istio will watch for ca-crl.pem file in /etc/cacerts directory and will distribute crl data in each namespace in the cluster for proxies to consume. </td>
<td>If enabled, readiness probes will keep the connection from pilot-agent to the application alive. This mirrors older Istio versions' behaviors, but not kubelet's.</td>
8534
8540
</tr>
8535
8541
<tr>
8542
+
<td><code>ENABLE_PROXY_FIND_POD_BY_IP</code></td>
8543
+
<td>Boolean</td>
8544
+
<td><code>false</code></td>
8545
+
<td>If enabled, the pod controller will allow finding pods matching proxies by IP if it fails to find them by name.</td>
<td>Used to adjust the concurrency of SidecarScope conversions. When istiod is deployed on a multi-core CPU server, increasing this value will help to use the CPU to accelerate configuration push, but it also means that istiod will consume more CPU resources.</td>
8897
+
<td>Deprecated, superseded by ENABLE_LAZY_SIDECAR_EVALUATION. Used to adjust the concurrency of SidecarScope conversions. When istiod is deployed on a multi-core CPU server, increasing this value will help to use the CPU to accelerate configuration push, but it also means that istiod will consume more CPU resources.</td>
<td>If enabled, pilot will run istio analyzers and write analysis errors to the Status field of any Istio Resources</td>
8952
8970
</tr>
8953
8971
<tr>
8972
+
<td><code>PILOT_ENABLE_CA_CRL</code></td>
8973
+
<td>Boolean</td>
8974
+
<td><code>false</code></td>
8975
+
<td>If set to true, Istio will watch for ca-crl.pem file in /etc/cacerts directory and will distribute crl data in each namespace in the cluster for proxies to consume. </td>
0 commit comments