2020-02-21 01:22:01 UTC - Dominic Kim: ok https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1582248121105700?thread_ts=1582164120.100500&cid=C3TPCAQG1 ---- 2020-02-21 12:32:34 UTC - Jack Sheehan: Hey, @Rodric Rabbah sorry for the late reply I haven't looked at this Slack or my project all week - I've been busy with other coursework.
I'm using default Python images with regards to OpenWhisk. I'm using the Python3 found in the runtime manifest, and I'm using an example 'Hello World' from the Openwhisk docs. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1582288354106100?thread_ts=1581956348.052300&cid=C3TPCAQG1 ---- 2020-02-21 18:34:50 UTC - Steven Dong: Hi guys, I’ve got a question for whoever is familiar with `wsk package bind` . Take this as an example: `wsk package bind /whisk.system/sample myOwnPkg` If I understand correctly. This command allows user to bind `/whisk.system/sample` to a user’s own package called `myOwnPkg` so that they do not have to pass the parameters over and over again. The user does have the ability to overwrite default parameter values in their own package but they cannot add any actions that does not exist in `/whisk.system/sample` into the `myOwnPkg` . This is by design, correct? white_check_mark : Rodric Rabbah https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1582310090110800 ---- 2020-02-21 19:05:18 UTC - Tom Barber: so... Openwhisk K8S question here https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1582311918111300 ---- 2020-02-21 19:06:13 UTC - Tom Barber: it appears last night K8S was killing pods with OOM errors which is stupidly hard to notice when just looking at whats going on. I don't see that logged anywhere obvious within Openwhisk, would that assumption be correct? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1582311973112400 ---- 2020-02-21 19:30:39 UTC - Dave Grove: i believe that is correct. Depending on which pods were being killed you might see some hint in the invoker or controller logs, but there isn’t a central openwhisk-level logging of pods being killed by OOM https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1582313439114000 ---- 2020-02-21 19:32:26 UTC - Tom Barber: yeah, I saw some vague stuff about the http endpoint not responding https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1582313546114400 ---- 2020-02-21 19:32:41 UTC - Tom Barber: gotta love k8s! Amazing how badly it logs OOM purges https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1582313561114800 ----