/area autoscale
/area networking
I need number of istio-ingressgateway pod more than 1 because large traffic.
But document for install istio for knative, there is following comment.
# Set gateway pods to 1 to sidestep eventual consistency / readiness problems.
https://github.com/knative/docs/blob/master/docs/install/installing-istio.md
Is this issue still valid?
How could I increase number of istio-ingressgateway pod for large traffic.
The comment (Set gateway pods to 1 to sidestep eventual consistency / readiness problems.
) seems not true. Actually the CI is testing with multiple pods as below.
cc @ZhiminXiang @tcnghia @JRBANCEL
This seems not true now.
@arisu1000 You can follow the example in the above comment to bind HPA to Istio ingress so that it could be autoscaled.
@nak3 @ZhiminXiang Thank you for reply.
Also there is probably relevant documentation on the Istio site.
On Mon, Oct 7, 2019 at 9:07 PM WonChon Jung notifications@github.com
wrote:
@nak3 https://github.com/nak3 @ZhiminXiang
https://github.com/ZhiminXiang Thank you for reply.—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/knative/serving/issues/5766?email_source=notifications&email_token=AAF2WX3RABKWRLYQ624EJ33QNQBRHA5CNFSM4I6MIAMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEASS54I#issuecomment-539307761,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAF2WX23JLQKSXNS6KPW5G3QNQBRHANCNFSM4I6MIAMA
.
I updated the docs: https://github.com/knative/docs/pull/1871
/close
@JRBANCEL: Closing this issue.
In response to this:
I updated the docs: https://github.com/knative/docs/pull/1871
/close
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
Most helpful comment
This seems not true now.
@arisu1000 You can follow the example in the above comment to bind HPA to Istio ingress so that it could be autoscaled.