fix incorrect LB spec

This commit is contained in:
Shriram Rajagopalan 2017-05-16 09:43:08 -04:00 committed by GitHub
parent 79956032d1
commit d348a795a0
1 changed files with 6 additions and 3 deletions

View File

@ -30,7 +30,8 @@ look as follows:
destination: reviews.default.svc.cluster.local
policy:
- loadBalancing: RANDOM
- loadBalancing:
name: RANDOM
simpleCb:
maxConnections: 1000
@ -73,7 +74,8 @@ environment:
- tags:
env: prod
version: v1
loadBalancing: RANDOM
loadBalancing:
name: RANDOM
If tags are omitted, the policy applies for all versions of the
@ -119,7 +121,8 @@ supported by Envoy. Example,
destination: reviews.default.svc.cluster.local
policy:
- loadBalancing: RANDOM
- loadBalancing:
name: RANDOM
<table>
<tr>