Re: [PR] Add flexibility to configure grafana [openwhisk-deploy-kube]

2024-05-31 Thread via GitHub
possani commented on PR #615: URL: https://github.com/apache/openwhisk-deploy-kube/pull/615#issuecomment-2141617492 This should've been closed a while ago. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] Add flexibility to configure grafana [openwhisk-deploy-kube]

2024-05-31 Thread via GitHub
possani closed pull request #615: Add flexibility to configure grafana URL: https://github.com/apache/openwhisk-deploy-kube/pull/615 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

Re: [PR] upgrade akka libs [openwhisk]

2024-05-27 Thread via GitHub
pjfanning commented on PR #5491: URL: https://github.com/apache/openwhisk/pull/5491#issuecomment-2133385427 ``` Error: /home/runner/work/openwhisk/openwhisk/common/scala/src/main/scala/org/apache/openwhisk/core/containerpool/logging/DockerToActivationFileLogStore.scala:177: method

Re: [I] upgrade Akka jars to ease transition to Pekko [openwhisk]

2024-05-27 Thread via GitHub
pjfanning commented on issue #5490: URL: https://github.com/apache/openwhisk/issues/5490#issuecomment-2133372870 4 deprecations causing build failures. ``` Error:

[PR] upgrade akka libs [openwhisk]

2024-05-27 Thread via GitHub
pjfanning opened a new pull request, #5491: URL: https://github.com/apache/openwhisk/pull/5491 ## Description ## Related issue and scope - [x] I opened an issue to propose and discuss this change (#5490) ## My changes affect the following components

[PR] upgrade to netty 4.1.110 due to CVEs [openwhisk]

2024-05-27 Thread via GitHub
pjfanning opened a new pull request, #5489: URL: https://github.com/apache/openwhisk/pull/5489 ## Description update netty dependency due to security issues ## Related issue and scope - [x] I opened an issue to propose and discuss this change (#5488) ## My

Re: [I] use Apache Pekko instead of Akka [openwhisk]

2024-05-27 Thread via GitHub
pjfanning commented on issue #5441: URL: https://github.com/apache/openwhisk/issues/5441#issuecomment-2133026487 The build dependencies in the OpenWhisk are quite dated. * https://github.com/apache/openwhisk/blob/master/settings.gradle *

Re: [I] Feat: Using pekko instead of akka [openwhisk]

2024-05-26 Thread via GitHub
laglangyue closed issue #5479: Feat: Using pekko instead of akka URL: https://github.com/apache/openwhisk/issues/5479 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

Re: [I] Feat: Using pekko instead of akka [openwhisk]

2024-05-26 Thread via GitHub
pjfanning commented on issue #5479: URL: https://github.com/apache/openwhisk/issues/5479#issuecomment-2132425507 this is a duplicate of https://github.com/apache/openwhisk/issues/5441 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [I] How to update configuration modifications [openwhisk]

2024-05-25 Thread via GitHub
Hyzheng-WHU commented on issue #5350: URL: https://github.com/apache/openwhisk/issues/5350#issuecomment-2131250838 遇到了同样的问题,改了还是256m -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

Re: [PR] Use python requests 2.31.0. [openwhisk]

2024-05-23 Thread via GitHub
Luke-Roy-IBM merged PR #5487: URL: https://github.com/apache/openwhisk/pull/5487 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[PR] Use python requests 2.31.0. [openwhisk]

2024-05-23 Thread via GitHub
falkzoll opened a new pull request, #5487: URL: https://github.com/apache/openwhisk/pull/5487 Use python requests 2.31.0. ## Description - The previously installed requests==2.10.0 did not met the docker==4.0.2 requirements. Because of this pip always installed the latest

Re: [PR] Restart watch stream on error in WatcherService [openwhisk]

2024-05-21 Thread via GitHub
quintenp01 commented on PR #5486: URL: https://github.com/apache/openwhisk/pull/5486#issuecomment-2123564947 @style95 Would you be able to take a look at this when you get a chance? Curious if you think this is an actual issue or not -- This is an automated message from the Apache Git

[PR] Restart watch stream on error in WatcherService [openwhisk]

2024-05-21 Thread via GitHub
quintenp01 opened a new pull request, #5486: URL: https://github.com/apache/openwhisk/pull/5486 Add onError and onCompleted handlers for etcd watchAllKeys stream in WatcherService to restart it in case of a failure. ## Description We've observed when running the FPC Scheduler that

[I] Scheduler "stops" after a while [openwhisk]

2024-05-21 Thread via GitHub
markretallack opened a new issue, #5485: URL: https://github.com/apache/openwhisk/issues/5485 ## Environment details: * AWS EKS 1.29 * Tag 7863e27 for scheduler, controller, invoker ## Steps to reproduce the issue: 1. Deploy using scheduler etc... 2.

Re: [I] Python:3 virtualenv load failing probably [openwhisk]

2024-05-16 Thread via GitHub
singhsegv commented on issue #5480: URL: https://github.com/apache/openwhisk/issues/5480#issuecomment-2116683216 Yep the python versions were same. The problem turned out that I was adding a venv folder with the __main__.py and not requirements.txt and after digging a little deeper into

Re: [I] Read from file not implemented [openwhisk-composer-python]

2024-05-16 Thread via GitHub
singhsegv commented on issue #23: URL: https://github.com/apache/openwhisk-composer-python/issues/23#issuecomment-2116651019 Would love to raise a PR of this. Is there a contribution guideline or development setup guideline that you can point me to for this project? -- This is an

Re: [I] Latest Scheduler image on dockerhub does not run in k8s [openwhisk]

2024-05-16 Thread via GitHub
markretallack commented on issue #5484: URL: https://github.com/apache/openwhisk/issues/5484#issuecomment-2115186717 Ah, I think I found the issues: 1. I was not passing the SASL auth to the scheduler pod 2. I was using activationStoreBackend=CouchDB, it appears that the scheduler

Re: [I] Latest Scheduler image on dockerhub does not run in k8s [openwhisk]

2024-05-16 Thread via GitHub
markretallack closed issue #5484: Latest Scheduler image on dockerhub does not run in k8s URL: https://github.com/apache/openwhisk/issues/5484 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [I] Latest Scheduler image on dockerhub does not run in k8s [openwhisk]

2024-05-15 Thread via GitHub
markretallack commented on issue #5484: URL: https://github.com/apache/openwhisk/issues/5484#issuecomment-2112020891 Am I missing a configuration step? I enabled the scheduler as per the documentation, but cannot see what steps I need to do to make it work correctly. -- This is an

[I] Latest Scheduler image on dockerhub does not run in k8s [openwhisk]

2024-05-15 Thread via GitHub
markretallack opened a new issue, #5484: URL: https://github.com/apache/openwhisk/issues/5484 ## Environment details: * K8S deployment * k8s AWS 1.29 * scheduler container 7863e27 * controller container 7863e27 * invoker container 7863e27 ## Steps to

Re: [I] Authentication and user interface [openwhisk]

2024-05-14 Thread via GitHub
jrhunger commented on issue #5156: URL: https://github.com/apache/openwhisk/issues/5156#issuecomment-2111080505 I'm sure you have moved onto something else, but if you look at that whisk auth you see in the middle a colon (:) character. The part before that is the username and the part

Re: [I] deploy failed when run ansible-playbook using openwhisk.yml [openwhisk]

2024-05-13 Thread via GitHub
style95 commented on issue #5477: URL: https://github.com/apache/openwhisk/issues/5477#issuecomment-2108889091 It seems you are using a deployment deployed with the ansible commands but your endpoint looks like the one of standalone mode. If you deploy OW with ansible, the endpoint is

Re: [I] deploy failed when run ansible-playbook using openwhisk.yml [openwhisk]

2024-05-13 Thread via GitHub
SCDESPERTATE commented on issue #5477: URL: https://github.com/apache/openwhisk/issues/5477#issuecomment-2107214170 My apology, I made a mistake. I messed up the `NoopDurationCheckerProvider` and `NoopDurationChecker`. Sorry for wasting @style95 's time. Appreciate your patience!

Re: [I] deploy failed when run ansible-playbook using openwhisk.yml [openwhisk]

2024-05-13 Thread via GitHub
style95 commented on issue #5477: URL: https://github.com/apache/openwhisk/issues/5477#issuecomment-2107119056 @SCDESPERTATE How did you configure your `reference.conf`? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [I] deploy failed when run ansible-playbook using openwhisk.yml [openwhisk]

2024-05-13 Thread via GitHub
SCDESPERTATE commented on issue #5477: URL: https://github.com/apache/openwhisk/issues/5477#issuecomment-2107022912 Thanks @style95 ! Well, I tried it. But the Connection refused error still persists and the log showed different content ``` [2024-05-13T08:50:34.531Z] [INFO]

Re: [I] can't start standalone on apple m2 [openwhisk]

2024-05-13 Thread via GitHub
laglangyue commented on issue #5483: URL: https://github.com/apache/openwhisk/issues/5483#issuecomment-2106755074 maybe we should shoud update protobuf version -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[I] can't start standalone on apple m2 [openwhisk]

2024-05-13 Thread via GitHub
laglangyue opened a new issue, #5483: URL: https://github.com/apache/openwhisk/issues/5483 ## Environment details: local deployment ## Steps to reproduce the issue: 1)prepare a m2 machine 2)./gradlew core:standalone:bootRun ## exception ``` Build

Re: [I] deploy failed when run ansible-playbook using openwhisk.yml [openwhisk]

2024-05-13 Thread via GitHub
style95 commented on issue #5477: URL: https://github.com/apache/openwhisk/issues/5477#issuecomment-2106713595 If you don't want to deploy elasticsearch, could you try with `NoopDurationCheckerProvider`? You can replace `ElasticSearchDurationCheckerProvider` in

Re: [I] deploy failed when run ansible-playbook using openwhisk.yml [openwhisk]

2024-05-12 Thread via GitHub
SCDESPERTATE commented on issue #5477: URL: https://github.com/apache/openwhisk/issues/5477#issuecomment-2106663803 Thanks for @style95 kindness, but I haven't configured elasticsearch as the db_activation_store, and after change the configuration in ansible/group_vars/all as follows

Re: [I] deploy failed when run ansible-playbook using openwhisk.yml [openwhisk]

2024-05-12 Thread via GitHub
style95 commented on issue #5477: URL: https://github.com/apache/openwhisk/issues/5477#issuecomment-2106455386 That's generally because the elasticsearch activation store is configured, but no relevant configuration exists. You can add the following configurations ```

Re: [I] deploy failed when run ansible-playbook using openwhisk.yml [openwhisk]

2024-05-11 Thread via GitHub
SCDESPERTATE commented on issue #5477: URL: https://github.com/apache/openwhisk/issues/5477#issuecomment-2106112385 Hi there, I came up with the same problem as you said. Could you tell me how to fix this issue? @re-xmyl -- This is an automated message from the Apache Git Service. To

Re: [I] deploy failed when run ansible-playbook using openwhisk.yml [openwhisk]

2024-05-10 Thread via GitHub
re-xmyl closed issue #5477: deploy failed when run ansible-playbook using openwhisk.yml URL: https://github.com/apache/openwhisk/issues/5477 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[I] Apahce openwhisk many pods has completed, Init, crashLoopbackoff error [openwhisk]

2024-05-10 Thread via GitHub
Asakaigg opened a new issue, #5482: URL: https://github.com/apache/openwhisk/issues/5482 ![image](https://github.com/apache/openwhisk/assets/165806253/5d5a108c-17dd-4b3e-9388-78fddec463dc) **Error 0** Error:Init openwhisk

Re: [PR] Added GO_PROXY_GITHUB_USER variable for builder_release container [openwhisk-runtime-python]

2024-05-08 Thread via GitHub
rabbah merged PR #160: URL: https://github.com/apache/openwhisk-runtime-python/pull/160 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] Added GO_PROXY_GITHUB_USER variable for builder_release container [openwhisk-runtime-python]

2024-05-08 Thread via GitHub
rabbah commented on PR #160: URL: https://github.com/apache/openwhisk-runtime-python/pull/160#issuecomment-2101740378 Thanks @spagno  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [I] The image "wurstmeister/kafka:2.12-2.3.1" does not exist on DockerHub. [openwhisk-deploy-kube]

2024-05-08 Thread via GitHub
liuzhaoze commented on issue #777: URL: https://github.com/apache/openwhisk-deploy-kube/issues/777#issuecomment-2100630660 I add following lines to `mycluster.yaml` to use image `fatal69100/kafka:2.8.1`, and it works. ```yaml kafka: imageName: "fatal69100/kafka"

Re: [I] The image "wurstmeister/kafka:2.12-2.3.1" does not exist on DockerHub. [openwhisk-deploy-kube]

2024-05-08 Thread via GitHub
liuzhaoze commented on issue #777: URL: https://github.com/apache/openwhisk-deploy-kube/issues/777#issuecomment-2100424006 I find the discussion [here](https://github.com/wurstmeister/kafka-docker/issues/744). -- This is an automated message from the Apache Git Service. To respond to

[I] The image "wurstmeister/kafka:2.12-2.3.1" does not exist on DockerHub. [openwhisk-deploy-kube]

2024-05-08 Thread via GitHub
liuzhaoze opened a new issue, #777: URL: https://github.com/apache/openwhisk-deploy-kube/issues/777 When I deploy OpenWhisk from Git: ```bash helm install owdev ./helm/openwhisk -n openwhisk --create-namespace -f mycluster.yaml ``` And check the status of the pod:

[PR] Added GO_PROXY_GITHUB_USER variable for builder_release container [openwhisk-runtime-python]

2024-05-07 Thread via GitHub
spagno opened a new pull request, #160: URL: https://github.com/apache/openwhisk-runtime-python/pull/160 Hi, I noticed that builder_source uses GO_PROXY_GITHUB_USER variable for the repo and builder_release doesn't. I aligned it. regards -- This is an automated message from the

Re: [I] Webaction runs twice within one activation, and reported as failure when it did not actually fail [openwhisk]

2024-05-07 Thread via GitHub
mretallack commented on issue #5481: URL: https://github.com/apache/openwhisk/issues/5481#issuecomment-2097889827 Thanks for the suggestion, I will retry it a few times over the next day, but this is what I see on the access log in nginx: ``` 10.0.0.65 - -

Re: [I] Unable to setup on mac m1 [openwhisk-deploy-kube]

2024-05-07 Thread via GitHub
mattvonrocketstein commented on issue #765: URL: https://github.com/apache/openwhisk-deploy-kube/issues/765#issuecomment-2097651690 It took me a long time to figure out the problem and to finally find this issue. If the problem is not fixed for 6 months, the charts in master should at

Re: [I] Question: How to create an action using a custom Ubuntu docker image [openwhisk]

2024-05-07 Thread via GitHub
Tim-C1 commented on issue #5478: URL: https://github.com/apache/openwhisk/issues/5478#issuecomment-2097633439 Sure! Actually this has nothing to do with openwhisk, I follow the [dockerskeleton repo](https://github.com/apache/openwhisk-runtime-docker) and do some modifications to the

Re: [I] Feat: Using pekko instead of akka [openwhisk]

2024-05-06 Thread via GitHub
laglangyue commented on issue #5479: URL: https://github.com/apache/openwhisk/issues/5479#issuecomment-2097375863 > This will prob be a large undertaking even though pekko is an akka fork. Are you interested in doing this? I am pekko contrributer, and have a PEKKO committee friends,

Re: [I] Read from file not implemented [openwhisk-composer-python]

2024-05-06 Thread via GitHub
rabbah commented on issue #23: URL: https://github.com/apache/openwhisk-composer-python/issues/23#issuecomment-2097174824 @singhsegv did you try using the JavaScript composer instead? This python version hasn't been maintained. You're welcome to send a PR though if you like. -- This is

Re: [I] Question: How to create an action using a custom Ubuntu docker image [openwhisk]

2024-05-06 Thread via GitHub
rabbah commented on issue #5478: URL: https://github.com/apache/openwhisk/issues/5478#issuecomment-2097171417 Great @Tim-C1 - if you can leave a brief comment for what the fix was it might be helpful for future reference. -- This is an automated message from the Apache Git Service. To

Re: [I] Question: How to create an action using a custom Ubuntu docker image [openwhisk]

2024-05-06 Thread via GitHub
rabbah closed issue #5478: Question: How to create an action using a custom Ubuntu docker image URL: https://github.com/apache/openwhisk/issues/5478 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

Re: [PR] remove obsolete minikube documentation [openwhisk-deploy-kube]

2024-05-06 Thread via GitHub
rabbah commented on PR #556: URL: https://github.com/apache/openwhisk-deploy-kube/pull/556#issuecomment-2097170776 This PR is 5 years old - if you'd like to bring it back and support it, open a PR. The snark and impolite comments are not warranted. -- This is an automated message

Re: [PR] Dependabot Fixes [openwhisk-runtime-python]

2024-05-06 Thread via GitHub
Luke-Roy-IBM merged PR #159: URL: https://github.com/apache/openwhisk-runtime-python/pull/159 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [I] Question: How to create an action using a custom Ubuntu docker image [openwhisk]

2024-05-06 Thread via GitHub
Tim-C1 commented on issue #5478: URL: https://github.com/apache/openwhisk/issues/5478#issuecomment-2095740926 thanks, I already solved that. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[PR] add dependencies [openwhisk-runtime-python]

2024-05-05 Thread via GitHub
Luke-Roy-IBM opened a new pull request, #159: URL: https://github.com/apache/openwhisk-runtime-python/pull/159 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

Re: [I] waiting for the Whisk invoker to come up ... seems to be going on forever [openwhisk-devtools]

2024-05-05 Thread via GitHub
Genius514D4A commented on issue #346: URL: https://github.com/apache/openwhisk-devtools/issues/346#issuecomment-2095176306 > 我有同样的问题,有什么可能的解决方法吗? 你解决了吗 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [I] Question: How to create an action using a custom Ubuntu docker image [openwhisk]

2024-05-05 Thread via GitHub
rabbah commented on issue #5478: URL: https://github.com/apache/openwhisk/issues/5478#issuecomment-2095163511 There's not information here to help you. You can confirm that your container image is properly set up by running a copy of the container locally and using

Re: [I] Feat: Using pekko instead of akka [openwhisk]

2024-05-05 Thread via GitHub
rabbah commented on issue #5479: URL: https://github.com/apache/openwhisk/issues/5479#issuecomment-2095161141 This will prob be a large undertaking even though pekko is an akka fork. Are you interested in doing this? -- This is an automated message from the Apache Git Service. To respond

Re: [I] Python:3 virtualenv load failing probably [openwhisk]

2024-05-05 Thread via GitHub
rabbah commented on issue #5480: URL: https://github.com/apache/openwhisk/issues/5480#issuecomment-2095159952 Are you sure you're using the same python version in your venv as the action's runtime? -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [I] Webaction runs twice within one activation, and reported as failure when it did not actually fail [openwhisk]

2024-05-05 Thread via GitHub
rabbah commented on issue #5481: URL: https://github.com/apache/openwhisk/issues/5481#issuecomment-2095159149 You might see this if the webaction returned a 50x status code - nginx may be automatically retrying the request and hence running the action again. You can confirm this by

Re: [PR] remove obsolete minikube documentation [openwhisk-deploy-kube]

2024-05-05 Thread via GitHub
mmRoshani commented on PR #556: URL: https://github.com/apache/openwhisk-deploy-kube/pull/556#issuecomment-2094751152 Yes, this is pure stupidity. when there is no documentation for something we normally archive it NOT removing it! -- This is an automated message from the Apache Git

[I] Webaction runs twice within one activation, and reported as failure when it did not actually fail [openwhisk]

2024-05-02 Thread via GitHub
mretallack opened a new issue, #5481: URL: https://github.com/apache/openwhisk/issues/5481 ## Environment details: * K8s Deployment using AWS ESK, 1.29 ## Steps to reproduce the issue: 1. Have an incoming HTTP POST from AWS IoT (using HTTP as a Action

[I] Python:3 virtualenv load failing probably [openwhisk]

2024-05-02 Thread via GitHub
singhsegv opened a new issue, #5480: URL: https://github.com/apache/openwhisk/issues/5480 I am trying to deploy a basic python action with an included virtualenv. I followed

Re: [I] Python:3 virtualenv load failed? [openwhisk]

2024-05-01 Thread via GitHub
singhsegv commented on issue #5401: URL: https://github.com/apache/openwhisk/issues/5401#issuecomment-2089622365 @QWQyyy How did you solve this issue? I am facing the exact same problem. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [I] backendUrl assumes that the api host does not start with HTTPS, so adds it [openwhisk-wskdeploy]

2024-05-01 Thread via GitHub
mretallack closed issue #1160: backendUrl assumes that the api host does not start with HTTPS, so adds it URL: https://github.com/apache/openwhisk-wskdeploy/issues/1160 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[I] backendUrl assumes that the api host does not start with HTTPS, so adds it [openwhisk-wskdeploy]

2024-05-01 Thread via GitHub
mretallack opened a new issue, #1160: URL: https://github.com/apache/openwhisk-wskdeploy/issues/1160 If using wskdeploy to deploy where the wsk prop file uses the APIHOST format: https://openwhisk.example.com, then when an api is deployed, the backendUrl submitted in the apidoc json is

Re: [I] Read from file not implemented [openwhisk-composer-python]

2024-05-01 Thread via GitHub
singhsegv commented on issue #23: URL: https://github.com/apache/openwhisk-composer-python/issues/23#issuecomment-2088221267 I see this in line 451 composer.py ``` elif 'filename' in options and isinstance(options['filename'], str): # read action code from file raise

[I] Read from file not implemented [openwhisk-composer-python]

2024-05-01 Thread via GitHub
singhsegv opened a new issue, #23: URL: https://github.com/apache/openwhisk-composer-python/issues/23 I am trying to use this with a basic example where my composition.py file and the function program files are located in the same directory. This is what my hello.py looks like:

Re: [PR] Remove dependency on obsolete buster-backports respository. [openwhisk-runtime-go]

2024-04-29 Thread via GitHub
Luke-Roy-IBM merged PR #199: URL: https://github.com/apache/openwhisk-runtime-go/pull/199 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[PR] Remove dependency on obsolete buster-backports respository. [openwhisk-runtime-go]

2024-04-29 Thread via GitHub
falkzoll opened a new pull request, #199: URL: https://github.com/apache/openwhisk-runtime-go/pull/199 The support for the buster-backports repository is now dropped by debian. Options are - to jump to a newer backports repository - or to remove this dependency as it seems it is

Re: [I] Question: How to create an action using a custom Ubuntu docker image [openwhisk]

2024-04-28 Thread via GitHub
Tim-C1 commented on issue #5478: URL: https://github.com/apache/openwhisk/issues/5478#issuecomment-2081361678 Hi, I build a image using this [runtime-docker](https://github.com/apache/openwhisk-runtime-docker.) Currently, I just put a exec file that output a json string using `echo` and

Re: [I] Openwhisk install pakages fails [openwhisk-deploy-kube]

2024-04-24 Thread via GitHub
singhsegv commented on issue #757: URL: https://github.com/apache/openwhisk-deploy-kube/issues/757#issuecomment-2074594283 The `install-packages node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by node)` issue arises from node 18 and above requiring

[I] Question: How to create an action using a custom Ubuntu docker image [openwhisk]

2024-04-23 Thread via GitHub
Tim-C1 opened a new issue, #5478: URL: https://github.com/apache/openwhisk/issues/5478 Hi all, I am new to openwhisk, my goal is to create an action using a custom ubuntu docker image, to be more specific: I would like to run some bash scripts within the custom ubuntu docker image.

Re: [I] Unable to install OpenWhisk [openwhisk-deploy-kube]

2024-04-23 Thread via GitHub
estebanz01 commented on issue #759: URL: https://github.com/apache/openwhisk-deploy-kube/issues/759#issuecomment-2072381395 sorry, I can't help you as we ditch the idea of using openwhisk. We moved to knative :grinning: -- This is an automated message from the Apache Git Service. To

Re: [I] Unable to install OpenWhisk [openwhisk-deploy-kube]

2024-04-23 Thread via GitHub
singhsegv commented on issue #759: URL: https://github.com/apache/openwhisk-deploy-kube/issues/759#issuecomment-2071829336 @estebanz01 changing the apiHostName to owdev-nginx is leading to `dial tcp 10.96.4.117:31001: i/o timeout` error now. Any idea about how to fix that? -- This is an

[I] deploy failed when run ansible-playbook using openwhisk.yml [openwhisk]

2024-04-20 Thread via GitHub
re-xmyl opened a new issue, #5477: URL: https://github.com/apache/openwhisk/issues/5477 I tried the methods of deployment on Ubuntu , ubuntu 18.04 When i run ansible-playbook -i environments/local openwhisk.yml I deploy agagin but face the same problem,could you please help me find

Re: [I] Standalone Openwhisk error: Key not found 'etcd' [openwhisk]

2024-04-18 Thread via GitHub
style95 commented on issue #5475: URL: https://github.com/apache/openwhisk/issues/5475#issuecomment-2063480412 @matt-8319 If you are mentioning [this tool](https://github.com/apache/openwhisk/tree/master/tools/admin), I think it would not work as it communicates with the database while

Re: [I] Standalone Openwhisk error: Key not found 'etcd' [openwhisk]

2024-04-18 Thread via GitHub
matt-8319 commented on issue #5475: URL: https://github.com/apache/openwhisk/issues/5475#issuecomment-2063425161 > @matt-8319 IIRC, the devtools is not maintained well. I think the native standalone mode would be easier to try. Thanks @style95. Do you know if it is possible to use

Re: [I] Standalone Openwhisk error: Key not found 'etcd' [openwhisk]

2024-04-18 Thread via GitHub
style95 commented on issue #5475: URL: https://github.com/apache/openwhisk/issues/5475#issuecomment-2063398113 @matt-8319 IIRC, the devtools is not maintained well. I think the native standalone mode would be easier to try. -- This is an automated message from the Apache Git

Re: [I] Standalone Openwhisk error: Key not found 'etcd' [openwhisk]

2024-04-18 Thread via GitHub
matt-8319 commented on issue #5475: URL: https://github.com/apache/openwhisk/issues/5475#issuecomment-2063376764 I have been stuggling for the last two days to try and get a working environment up and running. Using the devtools quick-start to spin up an environment using Docker Compose.

Re: [I] Key not found: 'info' - controller will not start [openwhisk-deploy-kube]

2024-04-17 Thread via GitHub
gnk6 commented on issue #235: URL: https://github.com/apache/openwhisk-deploy-kube/issues/235#issuecomment-2061683994 A small update on the above. The below simple bash script did it! ``` #!/bin/bash export GITHUB_WORKSPACE=/user/openwhisk/

Re: [I] Key not found: 'info' - controller will not start [openwhisk-deploy-kube]

2024-04-17 Thread via GitHub
gnk6 commented on issue #235: URL: https://github.com/apache/openwhisk-deploy-kube/issues/235#issuecomment-2061552542 Hi guys i have the same issue here. Do you may have a hint on how to disable the new scheduler ? -- This is an automated message from the Apache Git Service. To respond

Re: [PR] Add SPI configurations for the standalone mode [openwhisk]

2024-04-15 Thread via GitHub
style95 merged PR #5476: URL: https://github.com/apache/openwhisk/pull/5476 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] Add SPI configurations for the standalone mode [openwhisk]

2024-04-15 Thread via GitHub
style95 commented on code in PR #5476: URL: https://github.com/apache/openwhisk/pull/5476#discussion_r1566649639 ## .github/workflows/4-standalone.yaml: ## @@ -65,8 +65,6 @@ jobs: sudo rm -rf "$AGENT_TOOLSDIRECTORY" - name: Check free space run: df -h

Re: [I] Standalone Openwhisk error: Key not found 'etcd' [openwhisk]

2024-04-15 Thread via GitHub
style95 commented on issue #5475: URL: https://github.com/apache/openwhisk/issues/5475#issuecomment-2056326824 I believe this is not related to the standalone mode as you can't even compile the code because of not-found errors. It could be because of wrong classpaths or an incomplete

Re: [I] Standalone Openwhisk error: Key not found 'etcd' [openwhisk]

2024-04-15 Thread via GitHub
Tarik-Kada commented on issue #5475: URL: https://github.com/apache/openwhisk/issues/5475#issuecomment-2055928357 Thanks for your reply! I have tried the proposed fix, but it still does not work. I updated the SPI like you said, and this is the result of both `./gradlew

Re: [PR] Add SPI configurations for the standalone mode [openwhisk]

2024-04-14 Thread via GitHub
style95 commented on PR #5476: URL: https://github.com/apache/openwhisk/pull/5476#issuecomment-2054314358 @dgrove-oss Thanks for the comment, let me try that. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] Add SPI configurations for the standalone mode [openwhisk]

2024-04-13 Thread via GitHub
dgrove-oss commented on PR #5476: URL: https://github.com/apache/openwhisk/pull/5476#issuecomment-2053729116 Would this be enough to allow us to remove https://github.com/apache/openwhisk/blob/master/.github/workflows/4-standalone.yaml#L68-L69 or does that script do more? -- This is

Re: [I] How to modify the YAML file of an action? [openwhisk-deploy-kube]

2024-04-13 Thread via GitHub
Kaiwei-Lin commented on issue #776: URL: https://github.com/apache/openwhisk-deploy-kube/issues/776#issuecomment-2053629491 I implemented my requirement by modifying the source code of the OpenWhisk invoker(base on gitTag: ef725a653ab112391f79c274d8e3dcfb915d59a3) .My solution is based on

[PR] Fix the CI pipeline [openwhisk-client-js]

2024-04-12 Thread via GitHub
style95 opened a new pull request, #271: URL: https://github.com/apache/openwhisk-client-js/pull/271 It is required according to the core repo configuration. https://github.com/apache/openwhisk/blob/master/tools/travis/setupSystem.sh#L32 -- This is an automated message from the Apache

[PR] Add SPI configurations for the standalone mode [openwhisk]

2024-04-12 Thread via GitHub
style95 opened a new pull request, #5476: URL: https://github.com/apache/openwhisk/pull/5476 ## Description We need to explicitly configure SPIs for the standalone mode as we updated our default SPI configurations. ## Related issue and scope - [x] I opened an

Re: [I] Standalone Openwhisk error: Key not found 'etcd' [openwhisk]

2024-04-12 Thread via GitHub
style95 commented on issue #5475: URL: https://github.com/apache/openwhisk/issues/5475#issuecomment-2052728331 @paulzhn @pprabh2007 @Tarik-Kada This is because of the updated spi configurations.

Re: [I] Standalone Openwhisk error: Key not found 'etcd' [openwhisk]

2024-04-11 Thread via GitHub
Tarik-Kada commented on issue #5475: URL: https://github.com/apache/openwhisk/issues/5475#issuecomment-2049176715 I run into the same problem when trying to deploy with Kubernetes in Docker. When I try to deploy a local build to some of the pods, they keep crashing and will not

Re: [I] Standalone Openwhisk error: Key not found 'etcd' [openwhisk]

2024-04-11 Thread via GitHub
paulzhn commented on issue #5475: URL: https://github.com/apache/openwhisk/issues/5475#issuecomment-2049124579 I had the same issue. @style95 I don't think the standalone mode uses the Ansible config. The config file for standalone is

Re: [PR] Update the OpenWhisk Core version to 2.0.0 [openwhisk-website]

2024-04-08 Thread via GitHub
style95 merged PR #518: URL: https://github.com/apache/openwhisk-website/pull/518 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [I] Standalone Openwhisk error: Key not found 'etcd' [openwhisk]

2024-04-08 Thread via GitHub
Tarik-Kada commented on issue #5475: URL: https://github.com/apache/openwhisk/issues/5475#issuecomment-2042092560 I have edited https://github.com/apache/openwhisk/blob/master/ansible/group_vars/all#L501 to default to false, but the problem still persists. Are there any follow-up steps

Re: [I] Standalone Openwhisk error: Key not found 'etcd' [openwhisk]

2024-04-07 Thread via GitHub
style95 commented on issue #5475: URL: https://github.com/apache/openwhisk/issues/5475#issuecomment-2041872938 The standalone mode is not supported with the new scheduler that became a default scheduler. So you need to disable the scheduler for the standalone mode.

[I] Standalone Openwhisk error: Key not found 'etcd' [openwhisk]

2024-04-07 Thread via GitHub
pprabh2007 opened a new issue, #5475: URL: https://github.com/apache/openwhisk/issues/5475 ## Environment details: Ubuntu: 22.04 ## Steps to reproduce the issue: 0. sudo apt update / sudo apt-get update 1. Install Docker: curl -fsSL https://get.docker.com | bash 2.

[PR] Update the OpenWhisk Core version to 2.0.0 [openwhisk-website]

2024-04-06 Thread via GitHub
style95 opened a new pull request, #518: URL: https://github.com/apache/openwhisk-website/pull/518 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

Re: [I] How to modify the YAML file of an action? [openwhisk-deploy-kube]

2024-04-03 Thread via GitHub
Kaiwei-Lin commented on issue #776: URL: https://github.com/apache/openwhisk-deploy-kube/issues/776#issuecomment-2034111501 The command `kubectl edit pod -n openwhisk` resulted in the following error. It seems that I need to modify the configuration of the pod during its creation.

Re: [I] Key not found: 'info' - controller will not start [openwhisk-deploy-kube]

2024-04-02 Thread via GitHub
style95 commented on issue #235: URL: https://github.com/apache/openwhisk-deploy-kube/issues/235#issuecomment-2033351476 @dgrove-oss Yes, the standalone mode is not supported with the new scheduler. We need to write down it in the documentation. Since the new scheduler becomes the

Re: [I] Key not found: 'info' - controller will not start [openwhisk-deploy-kube]

2024-04-02 Thread via GitHub
Prithvi-Velicheti commented on issue #235: URL: https://github.com/apache/openwhisk-deploy-kube/issues/235#issuecomment-2032804774 I am sorry. $./gradlew core:standalone:bootRun Exception in thread "main" pureconfig.error.ConfigReaderException: Cannot convert configuration to

Re: [I] Key not found: 'info' - controller will not start [openwhisk-deploy-kube]

2024-04-02 Thread via GitHub
dgrove-oss commented on issue #235: URL: https://github.com/apache/openwhisk-deploy-kube/issues/235#issuecomment-2032302359 @piyush-mishra and @Prithvi-Velicheti -- I don't think its the same problem (this is an issue from 5 years ago). I do think the problem is probably that the

[I] How to modify the YAML file of an action? [openwhisk-deploy-kube]

2024-04-02 Thread via GitHub
Kaiwei-Lin opened a new issue, #776: URL: https://github.com/apache/openwhisk-deploy-kube/issues/776 I created a multi-node Kubernetes cluster using Kind and deployed OpenWhisk using Helm. My requirement is to specify an action to run on a specific node. I noticed that after invoking an

  1   2   3   4   5   6   7   8   9   10   >