From 0b79bf7a658a3dc785eab4af7f4f7dd57f643f7b Mon Sep 17 00:00:00 2001 From: Arko Dasgupta Date: Thu, 29 Sep 2022 10:32:26 -0700 Subject: [PATCH] Use Delta xDS by default Signed-off-by: Arko Dasgupta --- internal/infrastructure/kubernetes/bootstrap.yaml.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/infrastructure/kubernetes/bootstrap.yaml.tpl b/internal/infrastructure/kubernetes/bootstrap.yaml.tpl index b8edf19bdd..1c231ab357 100644 --- a/internal/infrastructure/kubernetes/bootstrap.yaml.tpl +++ b/internal/infrastructure/kubernetes/bootstrap.yaml.tpl @@ -8,7 +8,7 @@ dynamic_resources: cds_config: resource_api_version: V3 api_config_source: - api_type: GRPC + api_type: DELTA_GRPC transport_api_version: V3 grpc_services: - envoy_grpc: @@ -17,7 +17,7 @@ dynamic_resources: lds_config: resource_api_version: V3 api_config_source: - api_type: GRPC + api_type: DELTA_GRPC transport_api_version: V3 grpc_services: - envoy_grpc: @@ -68,7 +68,7 @@ layered_runtime: resource_api_version: V3 api_config_source: transport_api_version: V3 - api_type: GRPC + api_type: DELTA_GRPC grpc_services: envoy_grpc: cluster_name: xds_cluster