2019-12-27 06:23:13 UTC - Nikhil Pereira: Hi everyone, does anyone have any helpful resource on how to deploy Openwhisk on AWS EKS https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1577427793068000 ---- 2019-12-27 06:24:49 UTC - Dominic Kim: @Nikhil Pereira I don't think there is an official one, but someone in this channel might try it? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1577427889069200 ---- 2019-12-27 06:56:25 UTC - chetanm: Some details are provided at <https://github.com/apache/openwhisk-deploy-kube/blob/master/docs/k8s-aws.md|https://github.com/apache/openwhisk-deploy-kube/blob/master/docs/k8s-aws.md> +1 : Dominic Kim, Nikhil Pereira, seonghyun https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1577429785069700?thread_ts=1577429785.069700&cid=C3TPCAQG1 ---- 2019-12-27 06:56:52 UTC - Dominic Kim: oh I missed it.. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1577429812070000 ---- 2019-12-27 07:09:36 UTC - Nikhil Pereira: thank you https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1577430576070200?thread_ts=1577429785.069700&cid=C3TPCAQG1 ---- 2019-12-27 11:54:32 UTC - Ajoy Agarwal: @Rodric Rabbah Does OpenWhisk native installation does not work on CentOS7? I have tried to install it on CentOS7 system but it is not working. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1577447672071500 ---- 2019-12-27 13:12:32 UTC - Dominic Kim: @Ajoy Agarwal We are running native OpenWhisk on CentOS7. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1577452352072300 ---- 2019-12-27 13:53:13 UTC - giusdp: Hello guys, I'm trying to deploy openwhisk on my own cluster (of 2 nodes). I set up dynamic provisioning with a nfs server and the nfs-client helm package. But when I deploy the openwhisk helm package, some pods stay stuck in pending with this error: `Warning FailedScheduling default-scheduler error while running "VolumeBinding" filter plugin for pod "ow-redis-bf84f7756-fd4sv": pod has unbound immediate PersistentVolumeClaims` I am missing something... any idea? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1577454793074000 ---- 2019-12-27 14:26:41 UTC - giusdp: Looking more into it, i found this error `no persistent volumes available for this claim and no storage class is set` with kubectl describe pvc... So I guess I messed up the dynamic provisioning setup https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1577456801075200 ---- 2019-12-27 14:41:02 UTC - Bill Zong: You could try setting up nfs without `helm` . And use nfs client to check whether the setting done properly. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1577457662078600 ---- 2019-12-27 14:42:46 UTC - giusdp: Yes I'm gonna try that next. Thanks! https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1577457766079000?thread_ts=1577457766.079000&cid=C3TPCAQG1 ---- 2019-12-27 14:50:06 UTC - Bill Zong: Good luck :grinning: https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1577458206079100?thread_ts=1577457766.079000&cid=C3TPCAQG1 ----