We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f57f872 commit 1c00e00Copy full SHA for 1c00e00
pkg/config/config.go
@@ -51,7 +51,7 @@ func New() *Config {
51
DebugFull: false,
52
Address: defaults.DefaultAddress,
53
Namespace: namespaces.Default,
54
- Snapshotter: defaults.DefaultSnapshotter,
+ Snapshotter: "",
55
CNIPath: ncdefaults.CNIPath(),
56
CNINetConfPath: ncdefaults.CNINetConfPath(),
57
DataRoot: ncdefaults.DataRoot(),
0 commit comments