mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-13 11:25:19 +00:00
Review comments
* value names are now purely random * cleaning up leaked registry keys at Kubelet init * fixing a small bug masking create errors Signed-off-by: Jean Rouge <rougej+github@gmail.com>
This commit is contained in:
@@ -37,3 +37,10 @@ func (ds *dockerService) applyPlatformSpecificDockerConfig(*runtimeapi.CreateCon
|
||||
func (ds *dockerService) performPlatformSpecificContainerCreationCleanup(*containerCreationCleanupInfo) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// platformSpecificContainerCreationKubeletInitCleanup is called when the kubelet
|
||||
// is starting, and is meant to clean up any cruft left by previous runs;
|
||||
// errors are simply logged, but don't prevent the kubelet from starting.
|
||||
func (ds *dockerService) platformSpecificContainerCreationInitCleanup() (errors []error) {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user