Kubectld invalid memory address

hi,

i have deployed rancher with plane isolation on AWS.

rancher cannot start kubectld process and it crashes with this error:

any suggestions?

28/03/2018 11:15:48Creating /root/.helm
28/03/2018 11:15:48Creating /root/.helm/repository
28/03/2018 11:15:48Creating /root/.helm/repository/cache
28/03/2018 11:15:48Creating /root/.helm/repository/local
28/03/2018 11:15:48Creating /root/.helm/plugins
28/03/2018 11:15:48Creating /root/.helm/starters
28/03/2018 11:15:48Creating /root/.helm/cache/archive
28/03/2018 11:15:48Creating /root/.helm/repository/repositories.yaml
28/03/2018 11:15:48$HELM_HOME has been configured at /root/.helm.
28/03/2018 11:15:48Not installing Tiller due to ‘client-only’ flag having been set
28/03/2018 11:15:48Happy Helming!
28/03/2018 11:15:48time=“2018-03-28T10:15:48Z” level=info msg=“Listening for health checks on 0.0.0.0:10240/healthcheck”
28/03/2018 11:15:48time=“2018-03-28T10:15:48Z” level=info msg=“Initializing event router” workerCount=50
28/03/2018 11:15:48panic: runtime error: invalid memory address or nil pointer dereference [recovered]
28/03/2018 11:15:48 panic: runtime error: invalid memory address or nil pointer dereference
28/03/2018 11:15:48[signal SIGSEGV: segmentation violation code=0x1 addr=0x40 pc=0x75407a]
28/03/2018 11:15:48
28/03/2018 11:15:48goroutine 1 [running]:
28/03/2018 11:15:48github.com/rancher/kubectld/vendor/github.com/codegangsta/cli.HandleAction.func1(0xc420135bc0)
28/03/2018 11:15:48 /go/src/github.com/rancher/kubectld/vendor/github.com/codegangsta/cli/app.go:476 +0x28d
28/03/2018 11:15:48panic(0x8810a0, 0xd0ff20)
28/03/2018 11:15:48 /usr/local/go/src/runtime/panic.go:489 +0x2cf

-kaizenkris