Merge pull request #1284 from liyanhui1228/win_portforward

Add windows port forward support
This commit is contained in:
Lantao Liu
2019-09-23 22:17:08 -07:00
committed by GitHub
8 changed files with 124 additions and 54 deletions

View File

@@ -54,7 +54,7 @@ func DefaultConfig() PluginConfig {
TLSKeyFile: "",
TLSCertFile: "",
},
SandboxImage: "mcr.microsoft.com/k8s/core/pause:1.0.0",
SandboxImage: "mcr.microsoft.com/k8s/core/pause:1.2.0",
StatsCollectPeriod: 10,
MaxContainerLogLineSize: 16 * 1024,
Registry: Registry{