mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
fix 'fannel' typo.
This commit is contained in:
parent
65c40c64d8
commit
10f1553564
@ -80,7 +80,7 @@ func Run(ctx context.Context, config *config.Node) error {
|
||||
|
||||
go func() {
|
||||
err := flannel(ctx, config.FlannelConf, config.AgentConfig.KubeConfig)
|
||||
logrus.Fatalf("fannel exited: %v", err)
|
||||
logrus.Fatalf("flannel exited: %v", err)
|
||||
}()
|
||||
|
||||
return err
|
||||
|
Loading…
Reference in New Issue
Block a user