openwhisk-deploy-kube icon indicating copy to clipboard operation
openwhisk-deploy-kube copied to clipboard

The Apache OpenWhisk Kubernetes Deployment repository supports deploying the Apache OpenWhisk system on Kubernetes and OpenShift clusters.

Results 65 openwhisk-deploy-kube issues
Sort by recently updated
recently updated
newest added

Hello ! I am trying to deploy the lean version of Openwhisk on a Kubernetes cluster. I have encountered an issue when I choose k8s as the container factory if...

What this PR contains: - Deploy etcd and the scheduler components - Allow option to enable or disable the scheduler (similar to ansible) - Akka cluster config setup for replicating...

First I thought this might be a [apigateway issue](https://github.com/apache/openwhisk-apigateway/issues/395) but then I found [this issue](https://github.com/apache/openwhisk-deploy-kube/issues/104) with some similarities and hints. Here are my configs and outputs: _values.yaml_ ``` whisk: ingress:...

Hi everyone, i noticed there is something wrong with the default _mycluster.yaml_ shown in the docker for macOS tutorial: [Here](https://github.com/apache/openwhisk-deploy-kube/blob/master/docs/k8s-docker-for-mac.md#configuring-openwhisk) The **apiHostName** is set on "localhost" and ther is not...

As a leftover from our old style of pulling 'latest' of all components when we deploy, the install-packages-job, system-test-job, and init-couchdb-job all clone one or more git repos as part...

hi, all the pod for openwhisk is ok without install-packages. The install-packages's status is init.. can u help me to troubleshoot it? the err log is as below:{ Defaulted container...

In my quest to use my own certs with an internal CA, and with some great help from @style95 I was able to make significant headway and get my deployment...

Hello, I am installing OpenWhisk using Helm but, open whisk deployment is failing. ![image](https://user-images.githubusercontent.com/37688219/155886394-3e779162-8528-44d7-b087-c1cd0485c77a.png) I am unable to access the internet inside openwhisk pods. ![image](https://user-images.githubusercontent.com/37688219/155886422-48ba9645-ecef-4ab6-83f7-a800140ccbb8.png) ![image](https://user-images.githubusercontent.com/37688219/155916121-7e446ac8-b93f-45d1-93c6-4af8f46d3554.png) I am not sure...

I have been successfully able to deploy this project with kind and trigger actions. My goal was to get a kafka feed setup to trigger an action via a rule...

I have a cron trigger deployed in openwhisk: ``` $ wsk trigger get /whisk.system/getvolumes-trigger { "activationId": "98bbc6046c7c4014bbc6046c7c00148c", "annotations": [ { "key": "path", "value": "whisk.system/alarms/alarm" }, { "key": "waitTime", "value": 366...