Questions tagged [kubernetes-fission]
8 questions
3
votes
1 answer
Kubernetes fission setup error
There is an error during fission setup on minikube.
I went through this instruction: http://fission.io/docs/v0.2.1/install/
On this command:
helm install --namespace fission --set serviceType=NodePort…

user1459144
- 4,439
- 5
- 28
- 35
1
vote
2 answers
Serverless framework for trigger
I am looking for a serverless framework(free) , where i can create a kafka trigger and when triggered a kube function is to be invoked (python)
I have tried nuclio but the problem is that i have kafka version higher and they do not support higher…

Avenger
- 793
- 11
- 31
1
vote
3 answers
Environmental Variables in Fission
Is there a way to set environment variables in fission? I can't seem to find anything on their documentation and do not want to put credentials in the codebase.
I wasn't sure if it would make sense to add it as a build variable but don't know how…

Joel Holmes
- 943
- 2
- 12
- 23
0
votes
1 answer
Python custom functions not getting called in fission logs error 502 bad gateway
I have installed fission and created
Package
Env
function hello world
tested and running fine
But
When i tried to run custom functions like finding a max number.
if x > y:
return x
return #y
def max_of_three( x, y, z ):
return…

shahnawaz
- 1
- 1
0
votes
0 answers
mysql and mysql2 not working inside Fission runtime
I tried to create my own Fission NodeJS runtime image, I tried to install mysql and mysql2 npm packages.
My docker file is using node:8-alpine base image.
But always when running a function I am getting the following error
user code load error:…

Ahmad Mhaish
- 111
- 1
- 8
0
votes
2 answers
Enable Istio in fission
I have a Kubernetes (v1.10) cluster with Istio installed, I'm trying to install fission following Enabling Istio on Fission guide. when i run
[
Saqib Hussain
- 125
- 2
- 6
0
votes
1 answer
Kubernetes Fission setup fails
I am trying to install Fission on a Kubernetes Cluster. When I ran:
helm install --namespace fission https://github.com/fission/fission/releases/download/0.4.1/fission-all-0.4.1.tgz
I gave some errors:
E0218 09:14:41.578967 3357…

Meysam Mahmoodi
- 433
- 5
- 19
0
votes
1 answer
Kubernetes fission create env error
I've installed the fission CLI with
curl -Lo fission https://github.com/fission/fission/releases/download/v0.2.1/fission-cli-osx && chmod +x fission && sudo mv fission /usr/local/bin/
Now I wan to create nodejs environment
fission env create…

Daria Domagała
- 703
- 1
- 6
- 7