markusthoemmes commented on a change in pull request #3338: implement 
suspend/resume for KubernetesContainer
URL: 
https://github.com/apache/incubator-openwhisk/pull/3338#discussion_r170365698
 
 

 ##########
 File path: core/invoker/src/main/resources/application.conf
 ##########
 @@ -15,11 +15,15 @@ whisk {
   }
 
   # Timeouts for k8s commands. Set to "Inf" to disable timeout.
-  kubernetes.timeouts {
-    run: 1 minute
-    rm: 1 minute
-    inspect: 1 minute
-    logs: 1 minute
+  kubernetes {
+    timeouts {
+      run: 1 minute
+      rm: 1 minute
+      inspect: 1 minute
+      logs: 1 minute
+    }
+    invoker-agent: false
+    invoker-agent-port: 3233
 
 Review comment:
   Should we nest the invoker agent config in something like 
   
   ```
   invoker-agent {
     use: false
     port: 3233
   }
   ```
   
   ?

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to