Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for scaleDeploymentOrFail (0.38 sec)

  1. tests/integration/pilot/vm_test.go

    	// nolint: staticcheck
    	framework.
    		NewTest(t).
    		RequiresSingleCluster().
    		Run(func(t framework.TestContext) {
    			if t.Settings().Skip(echo.VM) {
    				t.Skip()
    			}
    			scaleDeploymentOrFail(t, "istiod", i.Settings().SystemNamespace, 2)
    			client := match.Cluster(t.Clusters().Default()).FirstOrFail(t, apps.A)
    			// TODO test multi-network (must be shared control plane but on different networks)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 7.4K bytes
    - Viewed (0)
Back to top