Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 874 for installations (4.75 sec)

  1. releasenotes/notes/revision-install-create-istiod-service.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: installation
    releaseNotes:
      - |
        **Fixed** a bug resulting in broken resource validation when a fresh Istio installation specified a revision. Note that
        this fix applies only when using the `istioctl` installation method, the manual steps from the [canary upgrade documentation](https://istio.io/latest/docs/setup/upgrade/canary/)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 07 19:41:33 UTC 2021
    - 453 bytes
    - Viewed (0)
  2. platforms/core-runtime/build-process-services/src/test/groovy/org/gradle/internal/installation/CurrentGradleInstallationLocatorTest.groovy

            createJarFile(jar)
    
            when:
            def clazz = loadClassFromJar(jar)
            def installation = CurrentGradleInstallationLocator.locateViaClass(clazz).getInstallation()
    
            then:
            installation.gradleHome == distDir
            installation.libDirs == [new File(distDir, 'lib'), new File(distDir, 'lib/plugins')]
    
            where:
            jarDirectory << ['lib', 'lib/plugins']
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 06:16:07 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  3. operator/cmd/mesh/verify.go

    you specified when you installed Istio. It loops through all the installation
    resources defined in your installation file and reports whether all of them are
    in ready status. It will report failure when any of them are not ready.
    
    If you do not specify an installation it will check for an IstioOperator resource
    and will verify if pods and services defined in it are present.
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Nov 28 16:26:13 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  4. platforms/native/language-native/src/integTest/groovy/org/gradle/language/swift/SwiftApplicationIntegrationTest.groovy

            executable("app/build/exe/main/debug/App").assertExists()
            sharedLibrary("greeter/build/lib/main/debug/Greeter").assertExists()
            def installation = installation("app/build/install/main/debug")
            installation.exec().out == app.expectedOutput
            installation.assertIncludesLibraries("Greeter")
        }
    
        def "can compile and link against a library specifying target machines"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 12:43:37 UTC 2024
    - 40.2K bytes
    - Viewed (1)
  5. platforms/core-runtime/build-process-services/src/main/java/org/gradle/internal/installation/CurrentGradleInstallation.java

     * limitations under the License.
     */
    
    package org.gradle.internal.installation;
    
    import org.gradle.internal.service.scopes.Scope;
    import org.gradle.internal.service.scopes.ServiceScope;
    
    import javax.annotation.Nullable;
    
    /**
     * Provides access to the current Gradle installation associated with the runtime.
     */
    @ServiceScope({Scope.Global.class, Scope.Build.class})
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 06:16:07 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  6. releasenotes/notes/remove-addons-mixer-istioctl.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: installation
    issue:
      - 23868
      - 23583
    releaseNotes:
      - |
        **Removed** the installation of telemetry addons (Prometheus, Grafana, Zipkin, Jaeger, Kiali) from installation by `istioctl`. See [Reworking our Addon Integrations](/blog/2020/addon-rework/) for more info.
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 11 21:20:58 UTC 2020
    - 408 bytes
    - Viewed (0)
  7. platforms/native/platform-native/src/integTest/groovy/org/gradle/nativeplatform/BinaryFlavorsIntegrationTest.groovy

            then:
            installation("build/install/main/english").assertInstalled()
            installation("build/install/main/french").assertInstalled()
            installation("build/install/main/german").assertInstalled()
        }
    
        @ToBeFixedForConfigurationCache
        def "executable with flavors depends on library with matching flavors"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 5.4K bytes
    - Viewed (0)
  8. platforms/native/language-native/src/integTest/groovy/org/gradle/language/cpp/CppApplicationIntegrationTest.groovy

            executable("app/build/exe/main/debug/app").assertExists()
            sharedLibrary("hello/build/lib/main/debug/hello").assertExists()
            def installation = installation("app/build/install/main/debug")
            installation.exec().out == app.expectedOutput
            installation.assertIncludesLibraries("hello")
        }
    
        @ToBeFixedForConfigurationCache
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 07 19:11:01 UTC 2024
    - 42.5K bytes
    - Viewed (0)
  9. releasenotes/notes/43897.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: installation
    issue:
      - 43893
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 24 14:47:41 UTC 2023
    - 233 bytes
    - Viewed (0)
  10. releasenotes/notes/mc-gateway-ports.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: installation
    releaseNotes:
    - |
      **Removed** the `15012` and `15443` ports from the default gateway installation. These can be explicitly
      [added](https://istio.io/latest/docs/setup/install/istioctl/#configure-gateways) if desired, although it is
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 04 00:35:29 UTC 2021
    - 430 bytes
    - Viewed (0)
Back to top