You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The content directory is hashed at the beginning and then right before
switching. When there is any change detected, an event and log entry is
emitted. This is to minimize possible interactions with other
controllers or actors. The controller will retry and eventually replace
the directory anyway.
eventRecorder.Warningf("CertificateUpdateFailed", "Content directory changed while preparing to apply an update for %s: %s/%s", typeName, o.Namespace, o.Name)
329
+
klog.Warningf("Content directory changed while preparing to apply an update: %q", targetDir)
330
+
returnfmt.Errorf("content directory changed while preparing to apply an update: %q", targetDir)
331
+
}
332
+
309
333
// Swap directories atomically.
310
334
klog.Infof("Atomically swapping target directory %q with temporary directory %q for %s: %s/%s ...", targetDir, tmpDir, typeName, o.Namespace, o.Name)
0 commit comments