nativestor icon indicating copy to clipboard operation
nativestor copied to clipboard

bug: can't deploy in k8s 1.21

Open tanguofu opened this issue 3 years ago • 1 comments

the helm chart defalutl lvm image is not support k8s 1.21,

after change to quay.io/topolvm/topolvm-with-sidecar:0.10, topolvm -operator logs error:

{"level":"error","ts":1639815831.7687695,"msg":"error received after stop sequence was engaged","error":"leader election lost"}
{"level":"error","ts":1639815831.768764,"logger":"setup","msg":"problem running manager","error":"open /certs/tls.crt: no such file or directory","stacktrace":"github.com/spf13/cobra.(*Command).execute\n\t/go/pkg/mod/github.com/spf13/[email protected]/command.go:856\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\t/go/pkg/mod/github.com/spf13/[email protected]/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\t/go/pkg/mod/github.com/spf13/[email protected]/command.go:902\ngithub.com/topolvm/topolvm/pkg/topolvm-controller/cmd.Execute\n\t/workdir/pkg/topolvm-controller/cmd/root.go:39\nmain.main\n\t/workdir/pkg/hypertopolvm/main.go:44\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:225"}
Error: open /certs/tls.crt: no such file or directory
open /certs/tls.crt: no such file or directory

tanguofu avatar Dec 18 '21 09:12 tanguofu

please use topolvm-operator:2.3.0

little-guy-lxr avatar Dec 22 '21 02:12 little-guy-lxr