Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 700 for tcagent (0.16 sec)

  1. cluster/gce/addons/konnectivity-agent/konnectivity-agent-rbac.yaml

    apiVersion: v1
    kind: ServiceAccount
    metadata:
      name: konnectivity-agent
      namespace: kube-system
      labels:
        kubernetes.io/cluster-service: "true"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 02 01:24:48 UTC 2020
    - 197 bytes
    - Viewed (0)
  2. releasenotes/notes/set-user-agent.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: istioctl
    issue:
      - 28231
    
    releaseNotes:
    - |
      **Fixed** user-agent in all istio binaries to include version.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 10 18:10:28 UTC 2021
    - 226 bytes
    - Viewed (0)
  3. releasenotes/notes/agent-xds-piggyback.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: traffic-management
    issue: [22274]
    releaseNotes:
    - |
      **Added** The Istio sidecar agent will offer HTTP endpoint localhost:15009/debug/<typeurl>.  GET requests
      to that URL will be resolved by sending an xDS discovery "event" to istiod.  This can be disabled by setting
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 14 00:22:23 UTC 2021
    - 430 bytes
    - Viewed (0)
  4. releasenotes/notes/agent-dns-forward-parallel.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: traffic-management
    issue:
    - 39598
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jul 15 11:15:33 UTC 2022
    - 308 bytes
    - Viewed (0)
  5. pkg/kube/inject/testdata/inject/grpc-agent.yaml.injected

    metadata:
      creationTimestamp: null
      name: grpc
    spec:
      selector:
        matchLabels:
          app: grpc
      strategy: {}
      template:
        metadata:
          annotations:
            inject.istio.io/templates: grpc-agent
            istio.io/rev: default
            kubectl.kubernetes.io/default-container: traffic
            kubectl.kubernetes.io/default-logs-container: traffic
            prometheus.io/path: /stats/prometheus
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  6. releasenotes/notes/agent-probe-keepalives.yaml

    kind: bug-fix
    area: traffic-management
    issue:
    - 36390
    
    releaseNotes:
    - |
      **Improved** istio-agent health probe rewrite to not re-use connections, mirring Kubernetes' probing behavior.
    
    upgradeNotes:
    - title: Health Probes will no longer re-use connections
      content: |
        Health probes using the istio-agent [health probe rewrite](https://istio.io/latest/docs/ops/configuration/mesh/app-health-check/) will
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Dec 07 20:06:21 UTC 2021
    - 963 bytes
    - Viewed (0)
  7. releasenotes/notes/agent-dns-capture.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: networking
    issue:
    - 26826
    releaseNotes:
    - |
      **Added** Experimental DNS resolution in the Istio agent to better support use cases like service entries
      with TCP services without VIPs, multicluster DNS resolution, and DNS resolution of Kubernetes services
      from VM sidecars. This feature is disabled by default and can be enabled by setting the following in the
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Oct 08 04:32:46 UTC 2020
    - 1.1K bytes
    - Viewed (0)
  8. releasenotes/notes/agent-xds-proxy.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: networking
    issue: []
    releaseNotes:
    - |
      **Updated** XDS connections from Envoy will be proxied through the Istio sidecar agent. Doing so allows
      for consolidation of multiple connections from a pod to Istiod into a single connection, in addition to
      other planned future improvements. This feature (and change) is transparent to users and is enabled by default.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 13 03:21:34 UTC 2020
    - 551 bytes
    - Viewed (0)
  9. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/AbstractTestEnvironmentIntegrationTest.groovy

                        // This agent should be loaded via the custom system ClassLoader
                        assert ClassLoader.getSystemClassLoader() instanceof MySystemClassLoader : "systemClassLoader is not an instanceof MySystemClassLoader";
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  10. pkg/config/schema/collections/collections.agent.gen.go

    //go:build agent
    // +build agent
    
    // Code generated by pkg/config/schema/codegen/tools/collections.main.go. DO NOT EDIT.
    
    package collections
    
    import (
    	"istio.io/istio/pkg/config/schema/collection"
    	"istio.io/istio/pkg/config/schema/resource"
    	"istio.io/istio/pkg/config/validation"
    
    	"reflect"
    
    	istioioapiextensionsv1alpha1 "istio.io/api/extensions/v1alpha1"
    	istioioapimeshv1alpha1 "istio.io/api/mesh/v1alpha1"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 25 14:44:17 UTC 2024
    - 12.9K bytes
    - Viewed (0)
Back to top