Merge e3e4eef8ac into a27727f8d0
This commit is contained in:
commit
c0bac0a9a8
|
|
@ -625,6 +625,8 @@ func (c *Cluster) compareContainers(description string, setA, setB []v1.Containe
|
||||||
func(a, b v1.Container) bool { return !reflect.DeepEqual(a.SecurityContext, b.SecurityContext) }),
|
func(a, b v1.Container) bool { return !reflect.DeepEqual(a.SecurityContext, b.SecurityContext) }),
|
||||||
newCheck("new %s's %s (index %d) volume mounts do not match the current one",
|
newCheck("new %s's %s (index %d) volume mounts do not match the current one",
|
||||||
func(a, b v1.Container) bool { return !compareVolumeMounts(a.VolumeMounts, b.VolumeMounts) }),
|
func(a, b v1.Container) bool { return !compareVolumeMounts(a.VolumeMounts, b.VolumeMounts) }),
|
||||||
|
newCheck("new %s's %s (index %d) command does not match the current one",
|
||||||
|
func(a, b v1.Container) bool { return !reflect.DeepEqual(a.Command, b.Command) }),
|
||||||
}
|
}
|
||||||
|
|
||||||
if !c.OpConfig.EnableLazySpiloUpgrade {
|
if !c.OpConfig.EnableLazySpiloUpgrade {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue