Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CRISocketPath (0.19 sec)

  1. cmd/kubeadm/app/cmd/phases/reset/cleanupnode.go

    			}
    		} else {
    			fmt.Println("[reset] Would remove users and groups created for rootless control-plane")
    		}
    	}
    
    	return nil
    }
    
    func removeContainers(criSocketPath string) error {
    	containerRuntime := utilruntime.NewContainerRuntime(criSocketPath)
    	if err := containerRuntime.Connect(); err != nil {
    		return err
    	}
    	containers, err := containerRuntime.ListKubeContainers()
    	if err != nil {
    		return err
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 06:58:01 UTC 2024
    - 7.1K bytes
    - Viewed (0)
Back to top