You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all, can I get a hand with debugging the example workflow? I'm just running through the usage instructions in the readme, and I'm hitting some errors:
The logs from all my fission functions are giving errors like this:
Error from server (BadRequest): a container name must be specified for pod workflow-f62cdf48-4f15-11e8-8968-080027940780-nrtwlfqg-5b68wfdt, choose one of: [workflow fetcher]
which implies to me that there is a fetcher container in each pod that is unaccounted for.
Also, the fission router gives this error:
2018/05/03 22:29:38 Not cached, getting new service for &ObjectMeta{Name:fortunewhale,GenerateName:,Namespace:default,SelfLink:/apis/fission.io/v1/namespaces/default/functions/fortunewhale,UID:421993ae-4f19-11e8-8968-080027940780,ResourceVersion:3874,Generation:1,CreationTimestamp:2018-05-03 21:30:53 +0000 UTC,DeletionTimestamp:<nil>,DeletionGracePeriodSeconds:nil,Labels:map[string]string{},Annotations:map[string]string{},OwnerReferences:[],Finalizers:[],ClusterName:,Initializers:nil,}
2018/05/03 22:29:56 Failed to get service for function fortunewhale: Invalid argument - Failed to download url : Get : unsupported protocol scheme ""
and I'm not sure what to make of it, perhaps it's related.
Versions:
fission -version
Client Version: {"GitCommit":"0247ea488e7e2f4b23b46ec9757d7b381caccf81","BuildDate":"2018-04-02T22:54:21Z","Version":"0.7.0"}
Server Version: {"GitCommit":"0247ea488e7e2f4b23b46ec9757d7b381caccf81","BuildDate":"2018-04-02T22:54:21Z","Version":"0.7.0"}
I'm using 0.2.0. It's all working now though after I restarted kubernetes, reinstalled fission, and made sure the fission storagesvc pod was running, as it was pending before. Cheers :)
Hi all, can I get a hand with debugging the example workflow? I'm just running through the usage instructions in the readme, and I'm hitting some errors:
The logs from all my fission functions are giving errors like this:
which implies to me that there is a fetcher container in each pod that is unaccounted for.
Also, the fission router gives this error:
and I'm not sure what to make of it, perhaps it's related.
Versions:
The text was updated successfully, but these errors were encountered: