K8s: Upgrade to v0.28.3 (#78033)

This commit is contained in:
Ryan McKinley
2023-11-13 06:53:24 -08:00
committed by GitHub
parent ad44164910
commit 55d61c93d2
3 changed files with 43 additions and 44 deletions

View File

@@ -251,9 +251,6 @@ func (s *service) start(ctx context.Context) error {
if err := o.Etcd.Validate(); len(err) > 0 {
return err[0]
}
if err := o.Etcd.Complete(serverConfig.Config.StorageObjectCountTracker, serverConfig.Config.DrainedNotify(), serverConfig.Config.AddPostStartHook); err != nil {
return err
}
if err := o.Etcd.ApplyTo(&serverConfig.Config); err != nil {
return err
}