Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for token_cleaner (0.44 sec)

  1. cmd/kubeadm/app/phases/controlplane/manifests_test.go

    				"--cluster-signing-key-file=" + filepath.Join(testCertsDir, "ca.key"),
    				"--use-service-account-credentials=true",
    				"--controllers=*,bootstrapsigner,tokencleaner",
    				"--authentication-kubeconfig=" + filepath.Join(kubeadmconstants.KubernetesDir, "controller-manager.conf"),
    				"--authorization-kubeconfig=" + filepath.Join(kubeadmconstants.KubernetesDir, "controller-manager.conf"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Mar 03 14:43:47 UTC 2024
    - 48.5K bytes
    - Viewed (0)
  2. cmd/kubeadm/app/phases/controlplane/manifests.go

    		{Name: "cluster-signing-key-file", Value: filepath.Join(cfg.CertificatesDir, kubeadmconstants.CAKeyName)},
    		{Name: "use-service-account-credentials", Value: "true"},
    		{Name: "controllers", Value: "*,bootstrapsigner,tokencleaner"},
    	}
    
    	// If using external CA, pass empty string to controller manager instead of ca.key/ca.crt path,
    	// so that the csrsigning controller fails to start
    	if res, _ := certphase.UsingExternalCA(cfg); res {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Mar 03 14:43:47 UTC 2024
    - 17.8K bytes
    - Viewed (0)
Back to top