openwhisk-deploy-kube
openwhisk-deploy-kube copied to clipboard
The Apache OpenWhisk Kubernetes Deployment repository supports deploying the Apache OpenWhisk system on Kubernetes and OpenShift clusters.
Hi, all of the pods related to the openwhisk deployment seems to be working except the followings as their READY status is 0/1: ``` 1. owdev-gen-certs-mcjbh 2. owdev-init-couchdb-jj2zm 3. owdev-install-packages-4mhfv...
Fixes #784 respect [grafana.imagePullPolicy](https://github.com/apache/openwhisk-deploy-kube/blob/108f327580f04c51dc4b29ac0beff024cfd6f2f9/helm/openwhisk/values.yaml#L412), [elasticsearch.service.type](https://github.com/apache/openwhisk-deploy-kube/blob/108f327580f04c51dc4b29ac0beff024cfd6f2f9/helm/openwhisk/values.yaml#L686C5-L686C9), [elasticsearch.service.nodePort](https://github.com/apache/openwhisk-deploy-kube/blob/108f327580f04c51dc4b29ac0beff024cfd6f2f9/helm/openwhisk/values.yaml#L687), [elasticsearch.service.loadBalancerIP](https://github.com/apache/openwhisk-deploy-kube/blob/108f327580f04c51dc4b29ac0beff024cfd6f2f9/helm/openwhisk/values.yaml#L691), and [elasticsearch.service.loadBalancerSourceRanges](https://github.com/apache/openwhisk-deploy-kube/blob/108f327580f04c51dc4b29ac0beff024cfd6f2f9/helm/openwhisk/values.yaml#L692)
We have noticed five instances of incorrect helming in your Kubernetes configuration files. Hardcoded or default configuration values in the template are considered anti-pattern and configurable values in the values.yaml...
It's not news as there are several similar issues reported already, but here's mine - ```owdev-install-packages-*``` pod(s) error out with ``` Defaulted container "install-packages" out of: install-packages, wait-for-healthy-invoker (init) Cloning...

When I run `wsk -i api list`, there is a error: ``` (serverless) root@dell-1080:/home/dell/tyz/HashCache/serverless-trainticket/src/load-gen/utils# wsk -i api list error: Unable to obtain the API list: Unable to obtain API(s) from...
So I tried to deploy this benchmark available [here ](https://github.com/ddps-lab/serverless-faas-workbench/tree/master/openwhisk/cpu-memory/chameleon). I followed this steps: 1. Built the docker image `docker build -t chamelon .` 2. Tag the docker image `docker...