2020-01-20 00:41:50 UTC - Dave Grove: with KubernetesContainerFactory, the 
functions are scheduled by Kubernetes across any node that has been labeled as 
an invoker.  No affinity between invokers and the functions they are running.  
With DockerContainerFactory, the invoker can only schedule on its local node 
(since it is bypassing the Kubernetes scheduler).  So you need an invoker on 
every node you want to use to run user functions.
heart : giusdp
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1579480910021400?thread_ts=1579459372.020700&cid=C3TPCAQG1
----
2020-01-20 04:21:43 UTC - Ajoy Agarwal: The read me document at 
<https://github.com/apache/openwhisk/tree/master/ansible> provides commands for 
ubuntu and Mac users. Will the same work for CentOS7 as well? We have CentOS7 
docker environment in production.
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1579494103021600?thread_ts=1579260325.006500&cid=C3TPCAQG1
----
2020-01-20 14:03:14 UTC - Rodric Rabbah: in general yes - we’d appreciate and 
welcome and doc updates related to centos7
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1579528994021800?thread_ts=1579260325.006500&cid=C3TPCAQG1
----
2020-01-20 21:06:34 UTC - Chris Wegener: hi, why does `wsk action list` only 
return 30 rows when *not* using the `-l`option? shouldn’t it default to all? 
thanks
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1579554394023700
----
2020-01-20 21:08:37 UTC - Chris Wegener: supplementary question: would it be 
possible for the date of the last time an action was created / updated be made 
available when doing a `wsk action get [action]` ?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1579554517025600
----
2020-01-20 21:15:13 UTC - Rodric Rabbah: the default is 30 (actually i thought 
it was less :slightly_smiling_face:)
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1579554913025900?thread_ts=1579554913.025900&cid=C3TPCAQG1
----
2020-01-20 21:16:04 UTC - Rodric Rabbah: the API should be returning the “last 
updated” field but the `wsk` cli isn’t updated to show it perhaps - checking 
github
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1579554964026900?thread_ts=1579554964.026900&cid=C3TPCAQG1
----
2020-01-20 21:20:21 UTC - Rodric Rabbah: @seonghyun would know
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1579555221027300
----
2020-01-20 21:20:30 UTC - Rodric Rabbah: 
<https://github.com/apache/openwhisk/pull/4646>
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1579555230027400?thread_ts=1579554964.026900&cid=C3TPCAQG1
----
2020-01-20 21:21:04 UTC - Rodric Rabbah: looks like cli change not merged yet
<https://github.com/apache/openwhisk-client-go/pull/129>
now merged
+1 : Dominic Kim
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1579555264027800?thread_ts=1579555264.027800&cid=C3TPCAQG1
----
2020-01-20 22:24:31 UTC - Chris Wegener: saw that in help but thought there 
should be no default if `-l` wasn’t provided. seems a very strange 
implementation
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1579559071028100?thread_ts=1579554913.025900&cid=C3TPCAQG1
----
2020-01-20 22:24:54 UTC - Chris Wegener: thank you. will download and test it 
out
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1579559094028300?thread_ts=1579555264.027800&cid=C3TPCAQG1
----

Reply via email to