mirror of https://github.com/k3s-io/k3s
Enable extension and ipsec flannel backends
parent
3cd807a657
commit
36fa425d45
|
@ -29,6 +29,8 @@ import (
|
||||||
log "k8s.io/klog"
|
log "k8s.io/klog"
|
||||||
|
|
||||||
// Backends need to be imported for their init() to get executed and them to register
|
// 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"
|
_ "github.com/coreos/flannel/backend/vxlan"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue