You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwhisk.apache.org by OpenWhisk Team Slack <ra...@apache.org> on 2019/05/04 07:48:26 UTC

[slack-digest] [2019-05-03] #general

2019-05-03 18:52:15 UTC - Alexander Klimetschek: :wave: heya, I built a super simple docker-based installer that runs openwhisk locally with Docker for Mac. great for a local dev environment where you have full control, and to try out the latest version of OW. it’s just one command and should only take a few minutes!

you just need your docker for mac with kubernetes running (and 4 GB of ram given to docker) and then run this:

```docker run --net=host -v ~/.kube:/root/.kube alexkli/openwhisk-kubernetes-installer```

*Note: run at your own risk especially if you have other stuff running on the local K8s cluster!*

More details at <https://github.com/alexkli/openwhisk-kubernetes-installer>

I would be happy to get some feedback to make it more robust - it probably makes some assumptions that aren’t true on all Docker for Mac installations. also not sure what it takes to support Linux or Windows.
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1556909535029400
----
2019-05-03 19:16:40 UTC - Rodric Rabbah: Awesome!
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1556911000029600
----
2019-05-03 19:16:54 UTC - Rodric Rabbah: I will try it out. 
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1556911014029900
----
2019-05-03 19:39:52 UTC - Alexander Klimetschek: now trying to get around the annoying self-signed certificate issue. I will see if I can change the local deployment to run on http instead of https
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1556912392031100
----
2019-05-03 19:48:16 UTC - Rodric Rabbah: what’s complaining the cli?
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1556912896031300
----
2019-05-03 19:48:35 UTC - Rodric Rabbah: http is explicitly redirected to https - you’d have to modify the nginx config file
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1556912915031700
----
2019-05-03 19:52:38 UTC - Alexander Klimetschek: I don’t want to type the `-i` or change all my tools using e.g. the nodejs openwhisk library like serverless-openwhisk to pass through that insecure flag :slightly_smiling_face:
+1 : Rodric Rabbah
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1556913158032700
----
2019-05-03 22:50:13 UTC - Alexander Klimetschek: ok, I got it working - the installer now sets it up on HTTP instead of HTTPS. no `wsk -i` necessary. wskprops uses `APIHOST=<http://localhost:31001>`

<https://github.com/alexkli/openwhisk-kubernetes-installer>
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1556923813034800
----
2019-05-03 22:51:48 UTC - Alexander Klimetschek: also improved the log output a bit, including instructions how to get the `wsk` cli
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1556923908035800
----