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

@dgrove-oss Have performed all steps mentioned in the readme. However, it's still showing the following error ![image](https://user-images.githubusercontent.com/38669738/126658767-1b914214-e113-4d6f-89b3-529dc5b7e083.png)

## Description This PR is a subsequent PR of https://github.com/apache/openwhisk/pull/5045. It adds the option to enable JMX. I am not sure this will work in all environments because there are...

Hi. I'm trying to write a custom Kubernetes scheduler. And I want the pods that get created by openwhisk to be scheduled by this scheduler. How can I configure openwhisk...

Would be nice to have the resource requests be set by default. I imagine there's no one size fits all approach, but it would probably make sense to define at...

- [x] nginx worker processes - [x] containerPool akkaClient - [x] controller and invoker use its own Couchdb username and password

# Context I am experimenting with Openwhisk and Openstack and currently using _kubectl proxy_ to access the dashboard. However, for that to work, I have two options: 1. Change de...

Full error : Unable to create action 'apimgmt/getApi': The connection failed, or timed out. (HTTP status code 413) ingress config : `# Overall configuration of OpenWhisk deployment whisk: ingress: apiHostName:...

Per discussion on dev list [1] we should make KCF more flexible by loading a default Pod spec for user actions from a config map and then adding information to...

help wanted

I'm in a situation where I'd like to deploy OpenWhisk for use by other components within a cluster. In particular, I don't really want to expose anything to the public...