Dominic Kim
Dominic Kim
Have you tried with the CLI 1.2.0? https://github.com/apache/openwhisk-cli/releases/tag/1.2.0 Are you able to run the `wsk` cli itself or des it exit? ```bash macbook16:OpenWhisk_CLI-1.2.0-mac-amd64 style95$ ./wsk ____ ___ _ _ _...
If you provide the `auth` flag, you don't need to provide the `namespace` flag as the system can infer the namespace using the auth key. In this sense, the namespace...
The devtools are a bit outdated and I don't think it would work on Apple silicon. Even the core OW needs some ugly tweak to build it on Apple silicon....
I have little idea about the history of this PR. Is this ready to merge?
I doubt it. IIRC, it is only applied to the ansible-based deployment. To co-locate action pods on the same nodes, we need a k8s-centric way such as labeling nodes and...
@raman-lsq Do you have glibc_2.29 installed in your local machine? > /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found
You need to increase the nginx config and akka-http configuration. https://github.com/apache/openwhisk/blob/master/common/scala/src/main/resources/application.conf#L29 https://github.com/apache/openwhisk/pull/5279/files
Did you rebuild the images with those configurations?
I believe the error is not related to invokers, you may find some logs on the controller side as it would generally happen when fetching data from CouchDB.
Since a runtime pod runs as a separate pod, I think it's not related to the invoker pod. And this is rather related to Kubernetes DNS resolution. Normally you can...