diff --git a/envoy/api/v2/core/health_check.proto b/envoy/api/v2/core/health_check.proto index 3d21e7d4..94c3f781 100644 --- a/envoy/api/v2/core/health_check.proto +++ b/envoy/api/v2/core/health_check.proto @@ -152,9 +152,6 @@ message HealthCheck { // TCP health check. TcpHealthCheck tcp_health_check = 9; - // Redis health check. - RedisHealthCheck redis_health_check = 10; - // gRPC health check. GrpcHealthCheck grpc_health_check = 11; @@ -162,6 +159,10 @@ message HealthCheck { CustomHealthCheck custom_health_check = 13; } + reserved 10; // redis_health_check is deprecated by :ref:`custom_health_check + // ` + reserved "redis_health_check"; + // The "no traffic interval" is a special health check interval that is used when a cluster has // never had traffic routed to it. This lower interval allows cluster information to be kept up to // date, without sending a potentially large amount of active health checking traffic for no