fnproject / fn-helm

Helm Chart for Fn
Apache License 2.0
56 stars 24 forks source link

lb fails to start #22

Closed kocic11 closed 6 years ago

kocic11 commented 6 years ago

Followed the steps to install fn using helm, but getting the following error from lb pod: panic: unknown (get pods)

goroutine 10 [running]: github.com/fnproject/fn/fnlb/lb.(*k8sStore).watch(0xc420311110, 0xc420280100, 0x7, 0x7fffdae12744, 0x1b, 0x50) /go/src/github.com/fnproject/fn/fnlb/lb/k8s_store.go:144 +0xb5e created by github.com/fnproject/fn/fnlb/lb.NewK8sStore /go/src/github.com/fnproject/fn/fnlb/lb/k8s_store.go:56 +0x20e

Please advise.

kocic11 commented 6 years ago

Setting rbac.enabled to true in fn/values.yaml file fixed the issue.