Merge remote-tracking branch 'origin/eculver/remove-envoy-1.15' into eculver/remove-envoy-1.15
This commit is contained in:
commit
cb5ef13fde
|
@ -73,7 +73,7 @@ func determineSupportedProxyFeaturesFromVersion(version *version.Version) (suppo
|
||||||
|
|
||||||
sf := supportedProxyFeatures{}
|
sf := supportedProxyFeatures{}
|
||||||
|
|
||||||
// add version contraints to poipulate feature flags here when necessary, for example:
|
// add version constraints to populate feature flags here when necessary, for example:
|
||||||
/*
|
/*
|
||||||
if version.LessThan(minVersionAllowingEmptyGatewayClustersWithIncrementalXDS) {
|
if version.LessThan(minVersionAllowingEmptyGatewayClustersWithIncrementalXDS) {
|
||||||
sf.GatewaysNeedStubClusterWhenEmptyWithIncrementalXDS = true
|
sf.GatewaysNeedStubClusterWhenEmptyWithIncrementalXDS = true
|
||||||
|
|
Loading…
Reference in New Issue