mirror of https://github.com/k3s-io/k3s
fix formatting
parent
2346ccc63f
commit
c2db115ec3
|
@ -5,6 +5,6 @@ import (
|
||||||
daemonconfig "github.com/rancher/k3s/pkg/daemons/config"
|
daemonconfig "github.com/rancher/k3s/pkg/daemons/config"
|
||||||
)
|
)
|
||||||
|
|
||||||
func Run(ctx context.Context, nodeConfig *daemonconfig.Node) error{
|
func Run(ctx context.Context, nodeConfig *daemonconfig.Node) error {
|
||||||
panic("Netpol is not supported on windows ensure to pass --disable-network-policy")
|
panic("Netpol is not supported on windows ensure to pass --disable-network-policy")
|
||||||
}
|
}
|
|
@ -1,9 +1,5 @@
|
||||||
package rootless
|
package rootless
|
||||||
|
|
||||||
import (
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
func Rootless(stateDir string) error {
|
func Rootless(stateDir string) error {
|
||||||
panic("Rootless not supported on windows")
|
panic("Rootless not supported on windows")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue