2020-04-08 12:22:45 UTC - Kevin Nguetch: Hello https://openwhisk-team.slack.com/archives/C4J3R7JFL/p1586348565000700 ---- 2020-04-08 12:23:00 UTC - Kevin Nguetch: i'm facing an error while trying to install openwhisk in kubernetes using helm https://openwhisk-team.slack.com/archives/C4J3R7JFL/p1586348580001100 ---- 2020-04-08 12:23:40 UTC - Kevin Nguetch: I'm using the incubator-openwhisk-deploy-kube tuto presented on github https://openwhisk-team.slack.com/archives/C4J3R7JFL/p1586348620001300 ---- 2020-04-08 12:23:47 UTC - Kevin Nguetch: my kubernetes version is 1.17 https://openwhisk-team.slack.com/archives/C4J3R7JFL/p1586348627001900 ---- 2020-04-08 12:24:59 UTC - Kevin Nguetch: and my helm version 2.16.5 https://openwhisk-team.slack.com/archives/C4J3R7JFL/p1586348699002500 ---- 2020-04-08 13:17:42 UTC - Dave Grove: the helm chart requires helm v3. https://openwhisk-team.slack.com/archives/C4J3R7JFL/p1586351862003000 ---- 2020-04-08 13:28:53 UTC - Kevin Nguetch: and how can i install helm v3 ? https://openwhisk-team.slack.com/archives/C4J3R7JFL/p1586352533003300 ---- 2020-04-08 13:29:54 UTC - Dave Grove: <https://helm.sh/docs/intro/install/> https://openwhisk-team.slack.com/archives/C4J3R7JFL/p1586352594003500 ---- 2020-04-08 13:43:36 UTC - Kevin Nguetch: And what is the new command to install openwhisk using helm v3 ? https://openwhisk-team.slack.com/archives/C4J3R7JFL/p1586353416004000 ---- 2020-04-08 13:55:28 UTC - Djob Mvondo: Have you tried the same commands? *helm install ...* https://openwhisk-team.slack.com/archives/C4J3R7JFL/p1586354128004900 ---- 2020-04-08 14:00:44 UTC - Kevin Nguetch: yes.. it didn't recognize the --namespace and the --name flags https://openwhisk-team.slack.com/archives/C4J3R7JFL/p1586354444005400 ---- 2020-04-08 14:01:17 UTC - Kevin Nguetch: It's ok.. i found another way to do this https://openwhisk-team.slack.com/archives/C4J3R7JFL/p1586354477005700 ---- 2020-04-08 15:17:01 UTC - Dave Grove: The directions should have all been updated to use helm v3 syntax. <https://github.com/apache/openwhisk-deploy-kube/#deploy-with-helm> . If there are places we missed and are still using v2 `--name` in our docs, please let me know. grin : Djob Mvondo https://openwhisk-team.slack.com/archives/C4J3R7JFL/p1586359021007100 ---- 2020-04-08 18:19:56 UTC - Kevin Nguetch: ok https://openwhisk-team.slack.com/archives/C4J3R7JFL/p1586369996007400 ---- 2020-04-08 18:20:39 UTC - Kevin Nguetch: first, the `-n` option for the namespace didn't work if the namespace don't already exist https://openwhisk-team.slack.com/archives/C4J3R7JFL/p1586370039008200 ----