mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
fnlb: 0.0.203 release [skip ci]
This commit is contained in:
@@ -17,7 +17,7 @@ import (
|
|||||||
"github.com/sirupsen/logrus"
|
"github.com/sirupsen/logrus"
|
||||||
)
|
)
|
||||||
|
|
||||||
const VERSION = "0.0.202"
|
const VERSION = "0.0.203"
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
// XXX (reed): normalize
|
// XXX (reed): normalize
|
||||||
@@ -28,7 +28,7 @@ func main() {
|
|||||||
logrus.SetLevel(level)
|
logrus.SetLevel(level)
|
||||||
|
|
||||||
fnodes := flag.String("nodes", "", "comma separated list of functions nodes")
|
fnodes := flag.String("nodes", "", "comma separated list of functions nodes")
|
||||||
minAPIVersion := flag.String("min-api-version", "0.0.169", "minimal node API to accept")
|
minAPIVersion := flag.String("min-api-version", "0.0.170", "minimal node API to accept")
|
||||||
|
|
||||||
var conf lb.Config
|
var conf lb.Config
|
||||||
flag.StringVar(&conf.DBurl, "db", "sqlite3://:memory:", "backend to store nodes, default to in memory; use k8s for kuberneted")
|
flag.StringVar(&conf.DBurl, "db", "sqlite3://:memory:", "backend to store nodes, default to in memory; use k8s for kuberneted")
|
||||||
|
|||||||
Reference in New Issue
Block a user