2021-04-17 08:24:17 UTC - zcourts: I’ve just deployed into a new cluster for some testing but the system and guest users return 401 unauthorised when any wsk cli commands are used. I logged into the wskadmin pod and created a new user with wskadmin and that user was able to use wsk cli suggesting the system and guest creds I set in the helm values were not used. I checked the secret the chart created and it contains the system and guest credentials I set. I’m not sure what to check next - there are 4 pods `openwhisk-install-packages-*` failing because they’re getting unauthorised when they execute.
I found an issue from 2016 which suggests `createimmortaldbs.sh` isn’t being called but couldn’t find this anywhere so assuming it’s been removed since that issue. What creates the system/guest users? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1618647857157500?thread_ts=1618647857.157500&cid=C3TPCAQG1 ---- 2021-04-17 16:01:21 UTC - Matt Welke: Kudos to the docs people. I followed the instructions at <https://github.com/apache/openwhisk-deploy-kube> and <https://github.com/apache/openwhisk-deploy-kube/blob/master/docs/k8s-kind.md> to get OpenWhisk running on a kind cluster on my WSL 2 distro this morning. Took about 1.5 hours to get my first hello world from a successful activation. 100 : agnitha mohan clap : Rodric Rabbah https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1618675281158800?thread_ts=1618675281.158800&cid=C3TPCAQG1 ---- 2021-04-17 23:00:22 UTC - Matt Welke: Anyone know if we have docs on configuring the NGINX for the REST API? I got the k8s Helm chart deployed on Civo k3s and it works but I'd like to try hooking up a domain and getting HTTPS secure. In the docs I was able to find an Ansible script that mentioned NGINX, but not info specifically about NGINX. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1618700422162400?thread_ts=1618700422.162400&cid=C3TPCAQG1 ----