ningyougang commented on a change in pull request #5194:
URL: https://github.com/apache/openwhisk/pull/5194#discussion_r802181931



##########
File path: ansible/group_vars/all
##########
@@ -435,8 +442,9 @@ metrics:
 
 user_events: "{{ user_events_enabled | default(false) | lower }}"
 
-durationChecker:
-    timeWindow: "{{ duration_checker_time_window | default('1 d') }}"
+zeroDowntimeDeployment:
+  enabled: "{{ zerodowntime_deployment_switch | default(true) }}"
+  solution: "{{ zerodowntime_deployment_solution | default('apicall') }}"

Review comment:
       It seems `apicall` is not readable here, how about use `scroll` or other 
readable words? anyway, it means `scroll to deploy`.
   
   Another deployment solution is `half`, which means `a small blue/green 
deployment solution`




-- 
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]


Reply via email to