File tree 10 files changed +96
-20
lines changed
config/networking/virtual-service
config/networking/virtual-service
10 files changed +96
-20
lines changed Original file line number Diff line number Diff line change @@ -602,12 +602,24 @@ <h2 id="envvars">Environment variables</h2>
602
602
< td > If this is set to false, the debug interface will not be enabled, recommended for production</ td >
603
603
</ tr >
604
604
< tr >
605
+ < td > < code > ENABLE_DEFERRED_CLUSTER_CREATION</ code > </ td >
606
+ < td > Boolean</ td >
607
+ < td > < code > true</ code > </ td >
608
+ < td > If enabled, Istio will create clusters only when there are requests. This will save memory and CPU cycles in cases where there are lots of inactive clusters and > 1 worker thread</ td >
609
+ </ tr >
610
+ < tr >
605
611
< td > < code > ENABLE_DEFERRED_STATS_CREATION</ code > </ td >
606
612
< td > Boolean</ td >
607
613
< td > < code > true</ code > </ td >
608
614
< td > If enabled, Istio will lazily initialize a subset of the stats</ td >
609
615
</ tr >
610
616
< tr >
617
+ < td > < code > ENABLE_DELIMITED_STATS_TAG_REGEX</ code > </ td >
618
+ < td > Boolean</ td >
619
+ < td > < code > true</ code > </ td >
620
+ < td > If true, pilot will use the new delimited stat tag regex to generate Envoy stats tags.</ td >
621
+ </ tr >
622
+ < tr >
611
623
< td > < code > ENABLE_ENHANCED_DESTINATIONRULE_MERGE</ code > </ td >
612
624
< td > Boolean</ td >
613
625
< td > < code > true</ code > </ td >
Original file line number Diff line number Diff line change @@ -7863,12 +7863,24 @@ <h2 id="envvars">Environment variables</h2>
7863
7863
< td > If this is set to false, the debug interface will not be enabled, recommended for production</ td >
7864
7864
</ tr >
7865
7865
< tr >
7866
+ < td > < code > ENABLE_DEFERRED_CLUSTER_CREATION</ code > </ td >
7867
+ < td > Boolean</ td >
7868
+ < td > < code > true</ code > </ td >
7869
+ < td > If enabled, Istio will create clusters only when there are requests. This will save memory and CPU cycles in cases where there are lots of inactive clusters and > 1 worker thread</ td >
7870
+ </ tr >
7871
+ < tr >
7866
7872
< td > < code > ENABLE_DEFERRED_STATS_CREATION</ code > </ td >
7867
7873
< td > Boolean</ td >
7868
7874
< td > < code > true</ code > </ td >
7869
7875
< td > If enabled, Istio will lazily initialize a subset of the stats</ td >
7870
7876
</ tr >
7871
7877
< tr >
7878
+ < td > < code > ENABLE_DELIMITED_STATS_TAG_REGEX</ code > </ td >
7879
+ < td > Boolean</ td >
7880
+ < td > < code > true</ code > </ td >
7881
+ < td > If true, pilot will use the new delimited stat tag regex to generate Envoy stats tags.</ td >
7882
+ </ tr >
7883
+ < tr >
7872
7884
< td > < code > ENABLE_ENHANCED_DESTINATIONRULE_MERGE</ code > </ td >
7873
7885
< td > Boolean</ td >
7874
7886
< td > < code > true</ code > </ td >
Original file line number Diff line number Diff line change @@ -873,12 +873,24 @@ <h2 id="envvars">Environment variables</h2>
873
873
< td > If this is set to false, the debug interface will not be enabled, recommended for production</ td >
874
874
</ tr >
875
875
< tr >
876
+ < td > < code > ENABLE_DEFERRED_CLUSTER_CREATION</ code > </ td >
877
+ < td > Boolean</ td >
878
+ < td > < code > true</ code > </ td >
879
+ < td > If enabled, Istio will create clusters only when there are requests. This will save memory and CPU cycles in cases where there are lots of inactive clusters and > 1 worker thread</ td >
880
+ </ tr >
881
+ < tr >
876
882
< td > < code > ENABLE_DEFERRED_STATS_CREATION</ code > </ td >
877
883
< td > Boolean</ td >
878
884
< td > < code > true</ code > </ td >
879
885
< td > If enabled, Istio will lazily initialize a subset of the stats</ td >
880
886
</ tr >
881
887
< tr >
888
+ < td > < code > ENABLE_DELIMITED_STATS_TAG_REGEX</ code > </ td >
889
+ < td > Boolean</ td >
890
+ < td > < code > true</ code > </ td >
891
+ < td > If true, pilot will use the new delimited stat tag regex to generate Envoy stats tags.</ td >
892
+ </ tr >
893
+ < tr >
882
894
< td > < code > ENABLE_ENHANCED_DESTINATIONRULE_MERGE</ code > </ td >
883
895
< td > Boolean</ td >
884
896
< td > < code > true</ code > </ td >
Original file line number Diff line number Diff line change @@ -536,12 +536,24 @@ <h2 id="envvars">Environment variables</h2>
536
536
< td > If this is set to false, the debug interface will not be enabled, recommended for production</ td >
537
537
</ tr >
538
538
< tr >
539
+ < td > < code > ENABLE_DEFERRED_CLUSTER_CREATION</ code > </ td >
540
+ < td > Boolean</ td >
541
+ < td > < code > true</ code > </ td >
542
+ < td > If enabled, Istio will create clusters only when there are requests. This will save memory and CPU cycles in cases where there are lots of inactive clusters and > 1 worker thread</ td >
543
+ </ tr >
544
+ < tr >
539
545
< td > < code > ENABLE_DEFERRED_STATS_CREATION</ code > </ td >
540
546
< td > Boolean</ td >
541
547
< td > < code > true</ code > </ td >
542
548
< td > If enabled, Istio will lazily initialize a subset of the stats</ td >
543
549
</ tr >
544
550
< tr >
551
+ < td > < code > ENABLE_DELIMITED_STATS_TAG_REGEX</ code > </ td >
552
+ < td > Boolean</ td >
553
+ < td > < code > true</ code > </ td >
554
+ < td > If true, pilot will use the new delimited stat tag regex to generate Envoy stats tags.</ td >
555
+ </ tr >
556
+ < tr >
545
557
< td > < code > ENABLE_ENHANCED_DESTINATIONRULE_MERGE</ code > </ td >
546
558
< td > Boolean</ td >
547
559
< td > < code > true</ code > </ td >
Original file line number Diff line number Diff line change @@ -1959,16 +1959,6 @@ <h2 id="HTTPRetry">HTTPRetry</h2>
1959
1959
< p > Flag to specify whether the retries should retry to other localities.
1960
1960
See the < a href ="https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/http/http_connection_management#retry-plugin-configuration "> retry plugin configuration</ a > for more details.</ p >
1961
1961
1962
- </ td >
1963
- </ tr >
1964
- < tr id ="HTTPRetry-retry_ignore_previous_hosts ">
1965
- < td > < div class ="field "> < div class ="name "> < code > < a href ="#HTTPRetry-retry_ignore_previous_hosts "> retryIgnorePreviousHosts</ a > </ code > </ div >
1966
- < div class ="type "> < a href ="https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#boolvalue "> BoolValue</ a > </ div >
1967
- </ div > </ td >
1968
- < td >
1969
- < p > Flag to specify whether the retries should ignore previously tried hosts during retry.
1970
- Defaults to true.</ p >
1971
-
1972
1962
</ td >
1973
1963
</ tr >
1974
1964
</ tbody >
Original file line number Diff line number Diff line change @@ -602,12 +602,24 @@ <h2 id="envvars">Environment variables</h2>
602
602
< td > If this is set to false, the debug interface will not be enabled, recommended for production</ td >
603
603
</ tr >
604
604
< tr >
605
+ < td > < code > ENABLE_DEFERRED_CLUSTER_CREATION</ code > </ td >
606
+ < td > Boolean</ td >
607
+ < td > < code > true</ code > </ td >
608
+ < td > If enabled, Istio will create clusters only when there are requests. This will save memory and CPU cycles in cases where there are lots of inactive clusters and > 1 worker thread</ td >
609
+ </ tr >
610
+ < tr >
605
611
< td > < code > ENABLE_DEFERRED_STATS_CREATION</ code > </ td >
606
612
< td > Boolean</ td >
607
613
< td > < code > true</ code > </ td >
608
614
< td > If enabled, Istio will lazily initialize a subset of the stats</ td >
609
615
</ tr >
610
616
< tr >
617
+ < td > < code > ENABLE_DELIMITED_STATS_TAG_REGEX</ code > </ td >
618
+ < td > Boolean</ td >
619
+ < td > < code > true</ code > </ td >
620
+ < td > If true, pilot will use the new delimited stat tag regex to generate Envoy stats tags.</ td >
621
+ </ tr >
622
+ < tr >
611
623
< td > < code > ENABLE_ENHANCED_DESTINATIONRULE_MERGE</ code > </ td >
612
624
< td > Boolean</ td >
613
625
< td > < code > true</ code > </ td >
Original file line number Diff line number Diff line change @@ -7863,12 +7863,24 @@ <h2 id="envvars">Environment variables</h2>
7863
7863
< td > If this is set to false, the debug interface will not be enabled, recommended for production</ td >
7864
7864
</ tr >
7865
7865
< tr >
7866
+ < td > < code > ENABLE_DEFERRED_CLUSTER_CREATION</ code > </ td >
7867
+ < td > Boolean</ td >
7868
+ < td > < code > true</ code > </ td >
7869
+ < td > If enabled, Istio will create clusters only when there are requests. This will save memory and CPU cycles in cases where there are lots of inactive clusters and > 1 worker thread</ td >
7870
+ </ tr >
7871
+ < tr >
7866
7872
< td > < code > ENABLE_DEFERRED_STATS_CREATION</ code > </ td >
7867
7873
< td > Boolean</ td >
7868
7874
< td > < code > true</ code > </ td >
7869
7875
< td > If enabled, Istio will lazily initialize a subset of the stats</ td >
7870
7876
</ tr >
7871
7877
< tr >
7878
+ < td > < code > ENABLE_DELIMITED_STATS_TAG_REGEX</ code > </ td >
7879
+ < td > Boolean</ td >
7880
+ < td > < code > true</ code > </ td >
7881
+ < td > If true, pilot will use the new delimited stat tag regex to generate Envoy stats tags.</ td >
7882
+ </ tr >
7883
+ < tr >
7872
7884
< td > < code > ENABLE_ENHANCED_DESTINATIONRULE_MERGE</ code > </ td >
7873
7885
< td > Boolean</ td >
7874
7886
< td > < code > true</ code > </ td >
Original file line number Diff line number Diff line change @@ -873,12 +873,24 @@ <h2 id="envvars">Environment variables</h2>
873
873
< td > If this is set to false, the debug interface will not be enabled, recommended for production</ td >
874
874
</ tr >
875
875
< tr >
876
+ < td > < code > ENABLE_DEFERRED_CLUSTER_CREATION</ code > </ td >
877
+ < td > Boolean</ td >
878
+ < td > < code > true</ code > </ td >
879
+ < td > If enabled, Istio will create clusters only when there are requests. This will save memory and CPU cycles in cases where there are lots of inactive clusters and > 1 worker thread</ td >
880
+ </ tr >
881
+ < tr >
876
882
< td > < code > ENABLE_DEFERRED_STATS_CREATION</ code > </ td >
877
883
< td > Boolean</ td >
878
884
< td > < code > true</ code > </ td >
879
885
< td > If enabled, Istio will lazily initialize a subset of the stats</ td >
880
886
</ tr >
881
887
< tr >
888
+ < td > < code > ENABLE_DELIMITED_STATS_TAG_REGEX</ code > </ td >
889
+ < td > Boolean</ td >
890
+ < td > < code > true</ code > </ td >
891
+ < td > If true, pilot will use the new delimited stat tag regex to generate Envoy stats tags.</ td >
892
+ </ tr >
893
+ < tr >
882
894
< td > < code > ENABLE_ENHANCED_DESTINATIONRULE_MERGE</ code > </ td >
883
895
< td > Boolean</ td >
884
896
< td > < code > true</ code > </ td >
Original file line number Diff line number Diff line change @@ -536,12 +536,24 @@ <h2 id="envvars">Environment variables</h2>
536
536
< td > If this is set to false, the debug interface will not be enabled, recommended for production</ td >
537
537
</ tr >
538
538
< tr >
539
+ < td > < code > ENABLE_DEFERRED_CLUSTER_CREATION</ code > </ td >
540
+ < td > Boolean</ td >
541
+ < td > < code > true</ code > </ td >
542
+ < td > If enabled, Istio will create clusters only when there are requests. This will save memory and CPU cycles in cases where there are lots of inactive clusters and > 1 worker thread</ td >
543
+ </ tr >
544
+ < tr >
539
545
< td > < code > ENABLE_DEFERRED_STATS_CREATION</ code > </ td >
540
546
< td > Boolean</ td >
541
547
< td > < code > true</ code > </ td >
542
548
< td > If enabled, Istio will lazily initialize a subset of the stats</ td >
543
549
</ tr >
544
550
< tr >
551
+ < td > < code > ENABLE_DELIMITED_STATS_TAG_REGEX</ code > </ td >
552
+ < td > Boolean</ td >
553
+ < td > < code > true</ code > </ td >
554
+ < td > If true, pilot will use the new delimited stat tag regex to generate Envoy stats tags.</ td >
555
+ </ tr >
556
+ < tr >
545
557
< td > < code > ENABLE_ENHANCED_DESTINATIONRULE_MERGE</ code > </ td >
546
558
< td > Boolean</ td >
547
559
< td > < code > true</ code > </ td >
Original file line number Diff line number Diff line change @@ -1959,16 +1959,6 @@ <h2 id="HTTPRetry">HTTPRetry</h2>
1959
1959
< p > Flag to specify whether the retries should retry to other localities.
1960
1960
See the < a href ="https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/http/http_connection_management#retry-plugin-configuration "> retry plugin configuration</ a > for more details.</ p >
1961
1961
1962
- </ td >
1963
- </ tr >
1964
- < tr id ="HTTPRetry-retry_ignore_previous_hosts ">
1965
- < td > < div class ="field "> < div class ="name "> < code > < a href ="#HTTPRetry-retry_ignore_previous_hosts "> retryIgnorePreviousHosts</ a > </ code > </ div >
1966
- < div class ="type "> < a href ="https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#boolvalue "> BoolValue</ a > </ div >
1967
- </ div > </ td >
1968
- < td >
1969
- < p > Flag to specify whether the retries should ignore previously tried hosts during retry.
1970
- Defaults to true.</ p >
1971
-
1972
1962
</ td >
1973
1963
</ tr >
1974
1964
</ tbody >
You can’t perform that action at this time.
0 commit comments