Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for removeContainers (0.18 sec)

  1. pkg/kubelet/kuberuntime/kuberuntime_container.go

    			}
    			// prune all other init containers that match this container name
    			klog.V(4).InfoS("Removing init container", "containerName", status.Name, "containerID", status.ID.ID, "count", count)
    			if err := m.removeContainer(ctx, status.ID.ID); err != nil {
    				utilruntime.HandleError(fmt.Errorf("failed to remove pod init container %q: %v; Skipping pod %q", status.Name, err, format.Pod(pod)))
    				continue
    			}
    		}
    	}
    }
    
    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