This repository has been archived by the owner on Dec 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 75
run function gives 500 #63
Comments
Hi @sonalkr132, did you run the UI using the manifest at?:
Also, how are you accessing the UI? By default it expose a NodePort that is the one that can be used to access the service. Finally note that both URLs are correct:
|
yes, I used the same.
ui services exposes 3000 on host using NodePort as you mentioned. I am using
can you please re-confirm this? I used following steps:
|
Oh, it seems that it is a 1.10 change: kubernetes/kubernetes#59884 (I checked it in 1.9). Thanks for reporting this, I will update the UI. |
Merged
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I have deployed kubeless v0.6.0 and kubeless-ui on kubernetes 1.10. I created test.foobar function using quick-start. I can call the function from kubeless as mentioned in guide:
However, when I try to run function using ui, I get nothing back. In browser console, I see response to POST
http://<ui-pod-ip>:3000/proxy
is 500 and request payload has following:I ran
kubectl proxy -p 8080
locally and tried following:is this url correct? As per kubernetes doc, shouldn't this be
localhost:8080/api/v1/namespaces/kubeless/services/get-python:8080/proxy
?The text was updated successfully, but these errors were encountered: