-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to install OpenWhisk #759
Comments
@axoxymous-coder did you figure out how to resolve this error? |
you can fix this by using the service that nginx creates, I solved with this: whisk:
ingress:
type: NodePort
apiHostName: owdev-nginx
apiHostPort: 443
useInternally: false |
@estebanz01 changing the apiHostName to owdev-nginx is leading to |
sorry, I can't help you as we ditched the idea of using openwhisk. We moved to knative 😀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Team,
I am trying to install OpenWhisk in a Kubernetes cluster deployed via
Kind
. The kind config file is shown below:Command to create the cluster:
sudo kind create cluster --config kind-cluster.yaml
The OpenWhisk configuration file
mycluster.yaml
looks as below:Command to deploy OpenWhisk:
sudo helm install owdev openwhisk/openwhisk -n openwhisk --create-namespace -f mycluster.yaml
Output of the above command is shown below:
OpenWhisk Pod status:
sudo kubectl get pods -n openwhisk
The
owdev-install-packages
pod never comes to completed state after repeated retries. Logs for one the the attempt is shown below:Port 31001 is allowed in the host firewall where the Kubernetes cluster is installed.
Any help in resolving the above issue to have a successful install of OpenWhisk will be highly appreciated.
Thanks.
The text was updated successfully, but these errors were encountered: