2020-02-13 01:12:11 UTC - Kostis Kaffes: Hello there, is there any 
documentation regarding the different schemas Openwhisk stores in CouchDB?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581556331238100?thread_ts=1581556331.238100&cid=C3TPCAQG1
----
2020-02-13 02:02:33 UTC - Dominic Kim: Any comments for this 
proposal(<https://github.com/apache/openwhisk/pull/4818>) would be appreciated.
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581559353238600?thread_ts=1581559353.238600&cid=C3TPCAQG1
----
2020-02-13 10:58:38 UTC - Saahitya E: Does openwhisk scale the number of 
invokers based upon load?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581591518000900?thread_ts=1581591518.000900&cid=C3TPCAQG1
----
2020-02-13 15:18:14 UTC - Rodric Rabbah: this is not automatic/part of the open 
source code base yet.
+1 : Saahitya E
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581607094001000?thread_ts=1581591518.000900&cid=C3TPCAQG1
----
2020-02-13 15:31:15 UTC - Bilal: Hope you find this useful
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581607875001200?thread_ts=1581556331.238100&cid=C3TPCAQG1
----
2020-02-13 15:42:59 UTC - Rodric Rabbah: great job Dominic. I have finished 
reading it and posted some comments for your review.
heart : Dominic Kim
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581608579001800?thread_ts=1581559353.238600&cid=C3TPCAQG1
----
2020-02-13 16:18:33 UTC - Tom Barber: hello lazy web, quick question
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581610713002500
----
2020-02-13 16:19:03 UTC - Tom Barber: if I wanted some actions to run on a set 
of nodes, and some other actions to run on another set of nodes, say for 
performance reasons
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581610743003000
----
2020-02-13 16:19:38 UTC - Tom Barber: can I do something like provision an 
invoker on both types and define the invoker the action uses or something 
similar, or is it just lap of the gods stuff?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581610778003900
----
2020-02-13 16:21:29 UTC - Tom Barber: should point out i'm using k8s under the 
hood
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581610889004200?thread_ts=1581610889.004200&cid=C3TPCAQG1
----
2020-02-13 18:06:35 UTC - Bilal: This is me just spitballing but I wonder if 
adding a custom entry to runtime manifest as well as node affinity on a custom 
invoker might be useful? So that your action "kind" only matches a specific 
invoker, which only runs on a specific node?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581617195004400?thread_ts=1581610889.004200&cid=C3TPCAQG1
----
2020-02-13 18:08:48 UTC - Bilal: Actually that probably won't work. 
<https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1579480910021400>
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581617328004600?thread_ts=1581610889.004200&cid=C3TPCAQG1
----
2020-02-13 18:14:08 UTC - Michele Sciabarra: I have this setup:
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581617648005200
----
2020-02-13 18:14:11 UTC - Michele Sciabarra: ``` wsk property get
whisk API host          <http://openwhisk:3233>
whisk auth              
23bc46b1-71f6-4ed5-8c54-816aa4f8c502:123zO3xZCLrMN6v2BKK1dXYFpXlPkccOFqm12CdAsMgRU4VrNZ9lyGVCGuMDGIwP
whisk namespace         _
client cert```
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581617651005500
----
2020-02-13 18:14:23 UTC - Michele Sciabarra: note that I am using http
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581617663005800
----
2020-02-13 18:14:48 UTC - Michele Sciabarra: it used to  work
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581617688006200
----
2020-02-13 18:14:52 UTC - Michele Sciabarra: now it I use
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581617692006400
----
2020-02-13 18:15:10 UTC - Michele Sciabarra: ```wsk action list
error: Unable to obtain the list of actions for namespace 'default': Get 
<http://openwhisk:3233/api/v1/namespaces/_/actions?limit=30&amp;skip=0>: dial 
tcp 127.0.0.1:3233: connect: connection refused
Run 'wsk --help' for usage.```
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581617710006800
----
2020-02-13 18:15:29 UTC - Michele Sciabarra: let me guess: now using http 
forces localhost????
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581617729007100
----
2020-02-13 18:16:01 UTC - Michele Sciabarra: so we have to add an https proxy 
even in the standalone docker image?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581617761007600
----
2020-02-13 18:22:01 UTC - Rodric Rabbah: sounds like a local connectivity issue
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581618121007900
----
2020-02-13 18:22:12 UTC - Michele Sciabarra: no
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581618132008300
----
2020-02-13 18:22:12 UTC - Rodric Rabbah: works fine with standalone controller 
which is only http iirc
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581618132008400
----
2020-02-13 18:22:22 UTC - Rodric Rabbah: ```dial tcp 127.0.0.1:3233: connect: 
connection refused```
is it up?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581618142008600
----
2020-02-13 18:22:49 UTC - Michele Sciabarra: ```curl <http://openwhisk:3233>
{"api_paths":["/api/v1"],"description":"OpenWhisk"```
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581618169008900
----
2020-02-13 18:23:03 UTC - Michele Sciabarra: the problem is that wsk tries to 
use 127.0.0.1
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581618183009300
----
2020-02-13 18:23:15 UTC - Michele Sciabarra: but openwhisk is not 127.0.0.1
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581618195009700
----
2020-02-13 18:25:20 UTC - Michele Sciabarra: hmmm
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581618320009900
----
2020-02-13 18:29:13 UTC - Michele Sciabarra: ```file wsk
wsk: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, 
interpreter /lib64/l, with debug_info, not stripped```
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581618553010200
----
2020-02-13 18:29:24 UTC - Michele Sciabarra: the wsk is not statically linked
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581618564010600
----
2020-02-13 18:29:33 UTC - Michele Sciabarra: so I had to rebuild one
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581618573010900
----
2020-02-13 18:29:38 UTC - Michele Sciabarra: for alpine
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581618578011100
----
2020-02-13 18:34:12 UTC - Dave Grove: i’ve been burned multiple times by musl 
in alpine in with dns resolution related problems.
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581618852012000
----
2020-02-13 18:34:40 UTC - Michele Sciabarra: theia images are by default alpine
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581618880012500
----
2020-02-13 18:34:49 UTC - Michele Sciabarra: I will build one with ubuntu
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581618889012800
----
2020-02-13 18:36:10 UTC - Michele Sciabarra: damn
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581618970013000
----
2020-02-13 18:36:15 UTC - Michele Sciabarra: with ubuntu works
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581618975013200
----
2020-02-13 18:39:02 UTC - Michele Sciabarra: ok defintely works with ubuntu so 
in short: with alpine wsk is not reliable
white_check_mark : Dominic Kim
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581619142013600
----
2020-02-13 18:39:05 UTC - Michele Sciabarra: do not use it
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581619145013800
----
2020-02-13 18:56:47 UTC - Kostis Kaffes: It is indeed helpful. Thank you!
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581620207013900?thread_ts=1581556331.238100&cid=C3TPCAQG1
----
2020-02-13 19:55:02 UTC - Rodric Rabbah: @Dominic Kim showed a solution at the 
last community call that may be of interest. At Naver they use tags to route 
actions to different clusters. I can think of a couple of others way you can 
achieve this if you’re willing to modify the loadbalancer. 
+1 : Dominic Kim
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581623702015600?thread_ts=1581610889.004200&cid=C3TPCAQG1
----

Reply via email to