Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 545 for deploy2 (0.15 sec)

  1. samples/addons/README.md

    they may not be suitable for production. See below for more info on integrating a production grade version of each
    addon.
    
    ## Getting started
    
    To quickly deploy all addons:
    
    ```shell script
    kubectl apply -f samples/addons
    ```
    
    Alternatively, you can deploy individual addons:
    
    ```shell script
    kubectl apply -f samples/addons/prometheus.yaml
    ```
    
    ## Addons
    
    ### Prometheus
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jul 27 18:28:55 UTC 2023
    - 5.3K bytes
    - Viewed (0)
  2. pkg/test/framework/components/istio/istio.go

    		t0 := time.Now()
    		scopes.Framework.Infof("=== BEGIN: Deploy Istio [Suite=%s] ===", ctx.Settings().TestID)
    
    		ins, err := newKube(ctx, cfg)
    		if err != nil {
    			scopes.Framework.Infof("=== FAILED: Deploy Istio in %v [Suite=%s] ===", time.Since(t0), ctx.Settings().TestID)
    			return err
    		}
    
    		if i != nil {
    			*i = ins
    		}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Oct 30 17:47:34 UTC 2023
    - 8K bytes
    - Viewed (0)
  3. tests/integration/ambient/cnirepair/main_test.go

    	// to avoid excessive creation/tear down of deployments. In general, a test should only deploy echo if
    	// its doing something unique to that specific test.
    	apps = &EchoDeployments{}
    )
    
    type EchoDeployments struct {
    	// Namespace echo apps will be deployed
    	Namespace namespace.Instance
    	// Captured echo service
    	Captured echo.Instances
    	// Uncaptured echo Service
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Jun 09 09:12:45 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  4. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/plugins/ide/tooling/r214/ToolingApiEclipseModelWtpClasspathAttributesCrossVersionSpec.groovy

            appliedPlugins         | _
            ['war']                | _
            ['war', 'eclipse-wtp'] | _
            ['ear']                | _
            ['ear', 'eclipse-wtp'] | _
        }
    
        def "Wtp utility projects do not deploy any dependencies"() {
            given:
            buildFile <<
            """apply plugin: 'java'
               apply plugin: 'eclipse-wtp'
               repositories { $localMaven }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 10.3K bytes
    - Viewed (0)
  5. docs/erasure/README.md

    The drives should all be of approximately the same size.
    
    ## Get Started with MinIO in Erasure Code
    
    ### 1. Prerequisites
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Sep 29 04:28:45 UTC 2022
    - 4.1K bytes
    - Viewed (0)
  6. maven-compat/src/main/java/org/apache/maven/repository/legacy/resolver/transform/ArtifactTransformation.java

         * transformation has occurred the original artifact is returned.
         *
         * @param artifact         Artifact to be transformed.
         * @param remoteRepository the repository to deploy to
         * @param localRepository  the local repository
         */
        void transformForDeployment(
                Artifact artifact, ArtifactRepository remoteRepository, ArtifactRepository localRepository)
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 11:28:54 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  7. maven-compat/src/main/java/org/apache/maven/repository/legacy/resolver/transform/ArtifactTransformationManager.java

         * transformation has occurred the original artifact is returned.
         *
         * @param artifact         Artifact to be transformed.
         * @param remoteRepository the repository to deploy to
         * @param localRepository  the local repository the metadata is stored in
         */
        void transformForDeployment(
                Artifact artifact, ArtifactRepository remoteRepository, ArtifactRepository localRepository)
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 11:28:54 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  8. hack/testdata/scale-deploy-1.yaml

    Jordan Liggitt <******@****.***> 1545236266 -0500
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Dec 19 16:19:12 UTC 2018
    - 436 bytes
    - Viewed (0)
  9. hack/testdata/scale-deploy-3.yaml

    Xiang Dai <******@****.***> 1550799831 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Feb 23 02:28:04 UTC 2019
    - 434 bytes
    - Viewed (0)
  10. tests/integration/pilot/cni_race_test.go

    			}
    			c := t.Clusters().Default()
    
    			ns := namespace.NewOrFail(t, t, namespace.Config{
    				Prefix: "cni-race",
    				Inject: true,
    			})
    
    			// Create a echo deployment in the cni-race namespace.
    			t.Logf("Deploy an echo instance in namespace %v...", ns.Name())
    			deployment.
    				New(t, c).
    				WithConfig(echo.Config{
    					Namespace: ns,
    					Ports:     ports.All(),
    					Subsets:   []echo.SubsetConfig{{}},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 16:52:52 UTC 2024
    - 6.4K bytes
    - Viewed (0)
Back to top