Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for removeContainerLog (0.12 sec)

  1. pkg/kubelet/kuberuntime/kuberuntime_container.go

    	// TODO: Separate log and container lifecycle management.
    	if err := m.removeContainerLog(ctx, containerID); err != nil {
    		return err
    	}
    	// Remove the container.
    	return m.runtimeService.RemoveContainer(ctx, containerID)
    }
    
    // removeContainerLog removes the container log.
    func (m *kubeGenericRuntimeManager) removeContainerLog(ctx context.Context, containerID string) error {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 54.7K bytes
    - Viewed (0)
Back to top