Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getAPIServerHash (0.33 sec)

  1. cmd/kubeadm/app/phases/upgrade/staticpods_test.go

    			if err != nil {
    				t.Fatalf("couldn't run CreateLocalEtcdStaticPodManifestFile: %v", err)
    			}
    			// Get a hash of the v1.7 API server manifest to compare later (was the file re-written)
    			oldHash, err := getAPIServerHash(pathMgr.RealManifestDir())
    			if err != nil {
    				t.Fatalf("couldn't read temp file: %v", err)
    			}
    
    			newcfg, err := getConfig(constants.CurrentKubernetesVersion.String(), tempCertsDir, tmpEtcdDataDir)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 07:10:31 UTC 2024
    - 32K bytes
    - Viewed (0)
Back to top