Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ForceReset (0.1 sec)

  1. cmd/kubeadm/app/cmd/reset_test.go

    				options.IgnorePreflightErrors: "all",
    				options.ForceReset:            "true",
    				options.DryRun:                "true",
    				options.CleanupTmpDir:         "true",
    			},
    			data: &resetData{
    				certificatesDir:       "/tmp",
    				criSocketPath:         constants.CRISocketCRIO,
    				ignorePreflightErrors: sets.New("all"),
    				forceReset:            true,
    				dryRun:                true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 26 13:42:50 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  2. cmd/kubeadm/app/cmd/options/constant.go

    	SkipCertificateKeyPrint = "skip-certificate-key-print"
    
    	// ForceReset flag instructs kubeadm to reset the node without prompting for confirmation
    	ForceReset = "force"
    
    	// CertificateRenewal flag instructs kubeadm to execute certificate renewal during upgrades
    	CertificateRenewal = "certificate-renewal"
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 05:14:21 UTC 2024
    - 6.9K bytes
    - Viewed (0)
Back to top