Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for installCNIOrFail (0.11 sec)

  1. tests/integration/pilot/cni/cniversionskew_test.go

    		Setup(istio.Setup(&i, nil)).
    		Setup(deployment.SetupSingleNamespace(&apps, deployment.Config{})).
    		Run()
    }
    
    // installCNIOrFail installs CNI DaemonSet for the given version.
    // It looks for tar compressed CNI manifest and apply that in the cluster.
    func installCNIOrFail(t framework.TestContext, ver string) {
    	cniFilePath := filepath.Join(env.IstioSrc, CNIConfigDir,
    		fmt.Sprintf("%s-cni-install.yaml.tar", ver))
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 13 22:56:37 UTC 2024
    - 3.6K bytes
    - Viewed (0)
Back to top