Throttle disk write to prevent etcd puking during upgrade
This commit is contained in:
@@ -8,6 +8,7 @@ type VersionCatalog struct {
|
||||
|
||||
type CatalogImage struct {
|
||||
Version string `json:"version" yaml:"version"`
|
||||
Patch int `json:"patch" yaml:"version"`
|
||||
URL string `json:"url" yaml:"url"`
|
||||
Checksum string `json:"checksum,omitempty" yaml:"checksum,omitempty"`
|
||||
Size int64 `json:"size,omitempty" yaml:"size,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user