jiangpengcheng commented on a change in pull request #5206:
URL: https://github.com/apache/openwhisk/pull/5206#discussion_r836999156
##########
File path: ansible/roles/controller/tasks/deploy.yml
##########
@@ -317,6 +317,8 @@
"CONFIG_whisk_etcd_pool_threads": "{{ etcd.pool_threads }}"
"CONFIG_whisk_scheduler_grpc_tls": "{{ scheduler.grpc.tls |
default('false') | lower }}"
"CONFIG_whisk_scheduler_maxPeek": "{{ scheduler.maxPeek }}"
+ "CONFIG_whisk_spi_LoadBalancerProvider":
"org.apache.openwhisk.core.loadBalancer.FPCPoolBalancer"
Review comment:
this pr is only useful for ansible way(we may need other prs for k8s and
standalone), so I think it's better to keep the document
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]