Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 2,924 for proxier (0.11 sec)

  1. testing/architecture-test/src/changes/archunit-store/provider-task-file-collection.txt

    Anže Sodja <******@****.***> 1717576978 +0200
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 05 08:43:33 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  2. pilot/pkg/security/authz/builder/testdata/http/custom-grpc-provider-out1.yaml

    Yangmin Zhu <******@****.***> 1618526550 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 15 22:42:30 UTC 2021
    - 873 bytes
    - Viewed (0)
  3. releasenotes/notes/otel-tracing-provider-resource-detectors.yaml

    Joao Grassi <******@****.***> 1707470665 +0100
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 09 09:24:25 UTC 2024
    - 199 bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.19.md

    - The Kubelet's `--cloud-provider` and `--cloud-config` options are now marked as deprecated. ([#90408](https://github.com/kubernetes/kubernetes/pull/90408), [@knabben](https://github.com/knabben)) [SIG Cloud Provider and Node]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  5. build-logic/performance-testing/src/main/groovy/gradlebuild/performance/tasks/PerformanceTest.groovy

                addSystemPropertyIfExist(result, "gradleBuildBranch", branchName)
    
                if (profiler.isPresent() && profiler.get() != "none") {
                    addSystemPropertyIfExist(result, "org.gradle.performance.profiler", profiler.get())
                }
            }
    
            private void addDatabaseParameters(List<String> result) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Dec 03 03:46:18 UTC 2022
    - 12.7K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.9.md

    *   The default `auto-detect` behavior of the kubelet's `--cloud-provider` flag is removed.
        *   You can manually set `--cloud-provider=auto-detect`, but be aware that this behavior will be removed completely in a future version.
        *   Best practice for version 1.9 and future versions is to explicitly set a cloud-provider. See [the documentation](https://kubernetes.io/docs/getting-started-guides/scratch/#cloud-providers)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 16 10:46:27 UTC 2021
    - 313.7K bytes
    - Viewed (0)
  7. pilot/pkg/security/authz/builder/testdata/http/extended-custom-grpc-provider-out2.yaml

    Kuat <******@****.***> 1711363165 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 25 10:39:25 UTC 2024
    - 666 bytes
    - Viewed (0)
  8. docs/sts/web-identity.md

    is redirected back to the MinIO console. This redirect URL is specified as a parameter by MinIO when the user is redirected to the OpenID Provider in the beginning. For some setups, extra configuration may be required for this step to work correctly.
    
    For a simple setup where the user/client app accesses MinIO directly (i.e. with no intervening proxies/load-balancers), and each MinIO server (if there are more than one) has a unique domain name, this redirection should work automatically with...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jan 18 07:03:17 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  9. pkg/config/mesh/mesh.go

    		ExtensionProviders: []*meshconfig.MeshConfig_ExtensionProvider{
    			{
    				Name: "prometheus",
    				Provider: &meshconfig.MeshConfig_ExtensionProvider_Prometheus{
    					Prometheus: &meshconfig.MeshConfig_ExtensionProvider_PrometheusMetricsProvider{},
    				},
    			},
    			{
    				Name: "stackdriver",
    				Provider: &meshconfig.MeshConfig_ExtensionProvider_Stackdriver{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 20:06:41 UTC 2024
    - 12K bytes
    - Viewed (0)
  10. samples/bookinfo/src/productpage/productpage.py

    # extract/inject context, etc.
    
    
    propagator = B3MultiFormat()
    set_global_textmap(B3MultiFormat())
    provider = TracerProvider()
    # Sets the global default tracer provider
    trace.set_tracer_provider(provider)
    
    tracer = trace.get_tracer(__name__)
    
    
    def getForwardHeaders(request):
        headers = {}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 10 14:35:54 UTC 2024
    - 14.6K bytes
    - Viewed (1)
Back to top