Skip to content

Commit f2e8fda

Browse files
authored
Merge pull request #4665 from dmcgowan/update-default-snapshot-annotations
Update make snapshot annotations disabled by default
2 parents 8ff2707 + b264245 commit f2e8fda

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/cri/config/config_unix.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ func DefaultConfig() PluginConfig {
4343
Options: new(toml.Primitive),
4444
},
4545
},
46+
DisableSnapshotAnnotations: true,
4647
},
4748
DisableTCPService: true,
4849
StreamServerAddress: "127.0.0.1",

0 commit comments

Comments
 (0)