mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Enable extension and ipsec flannel backends
This commit is contained in:
parent
3cd807a657
commit
36fa425d45
@ -29,6 +29,8 @@ import (
|
||||
log "k8s.io/klog"
|
||||
|
||||
// Backends need to be imported for their init() to get executed and them to register
|
||||
_ "github.com/coreos/flannel/backend/extension"
|
||||
_ "github.com/coreos/flannel/backend/ipsec"
|
||||
_ "github.com/coreos/flannel/backend/vxlan"
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user