Himavanth commented on a change in pull request #3232: Making prewarm kind (and
count) configurable
URL:
https://github.com/apache/incubator-openwhisk/pull/3232#discussion_r164808719
##########
File path: ansible/group_vars/all
##########
@@ -36,6 +36,11 @@ whisk:
#
runtimesManifest: "{{ runtimes_manifest | default(lookup('file', '{{
openwhisk_home }}/ansible/files/runtimes.json') | from_json) }}"
+##
+# Prewarm configuration
+prewarmKind: "{{prewarm_kind | default('nodejs:6')}}"
Review comment:
Thanks @rabbah for the feedback. I will go through the config doc.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services