2020-02-23 08:48:26 +00:00
|
|
|
package netpol
|
|
|
|
|
|
|
|
import (
|
|
|
|
"context"
|
|
|
|
daemonconfig "github.com/rancher/k3s/pkg/daemons/config"
|
|
|
|
)
|
|
|
|
|
|
|
|
func Run(ctx context.Context, nodeConfig *daemonconfig.Node) error {
|
|
|
|
panic("Netpol is not supported on windows ensure to pass --disable-network-policy")
|
|
|
|
}
|