Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 524 for unbound (0.12 sec)

  1. releasenotes/notes/tls-inbound.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: security
    releaseNotes:
    - |
      **Improved** TLS configuration on sidecar server side inbound paths to enforce TLSv2 version along with recommended cipher suites.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Sep 28 16:30:12 UTC 2020
    - 378 bytes
    - Viewed (0)
  2. releasenotes/notes/inbound-cluster-name.yaml

    area: networking
    issues:
      - 26861
    releaseNotes:
    - |
      **Updated** the inbound Envoy cluster name format to reduce 503 errors during Service changes.
    
    upgradeNotes:
    - title: Inbound Cluster Name Format
      content: |
        The format of inbound Envoy cluster names has changed. Previously, they included the Service hostname
        and port name, such as `inbound|80|http|httpbin.default.svc.cluster.local`. This lead to issues when multiple
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Oct 22 16:31:28 UTC 2020
    - 778 bytes
    - Viewed (0)
  3. releasenotes/notes/inbound-patch.yaml

    apiVersion: release-notes/v2
    kind: bug-fix 
    area: networking
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 10 17:35:32 UTC 2021
    - 173 bytes
    - Viewed (0)
  4. releasenotes/notes/vm-iptables-inbound.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: networking
    issue:
    - 29412
    releaseNotes:
    - |
      **Improved** the `istioctl x workload` command to configure VMs to disable inbound `iptables` capture
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 05 06:42:43 UTC 2021
    - 254 bytes
    - Viewed (0)
  5. pkg/test/framework/components/ambient/waypoint.go

    }
    
    func (k kubeComponent) ID() resource.ID {
    	return k.id
    }
    
    func (k kubeComponent) Close() error {
    	if k.inbound != nil {
    		k.inbound.Close()
    	}
    	if k.outbound != nil {
    		k.outbound.Close()
    	}
    	return nil
    }
    
    // WaypointProxy describes a waypoint proxy deployment
    type WaypointProxy interface {
    	Namespace() namespace.Instance
    	Inbound() string
    	Outbound() string
    	PodIP() string
    }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  6. pilot/pkg/xds/testdata/none_cds.json

          "type": 4,
          "connect_timeout": 1000000000,
          "lb_policy": 4,
          "LbConfig": null
        },
        "inbound|7070|tcplocal|s1tcp.none": {
          "name": "inbound|7070|tcplocal|s1tcp.none",
          "connect_timeout": 1000000000,
          "load_assignment": {
            "cluster_name": "inbound|7070|tcplocal|s1tcp.none",
            "endpoints": [
              {
                "lb_endpoints": [
                  {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 26 15:28:15 UTC 2020
    - 6.5K bytes
    - Viewed (0)
  7. cmd/kubeadm/app/cmd/phases/reset/unmount.go

    */
    
    package phases
    
    import (
    	"k8s.io/klog/v2"
    )
    
    // unmountKubeletDirectory is a NOOP on all but linux.
    func unmountKubeletDirectory(kubeletRunDirectory string, flags []string) error {
    	klog.Warning("Cannot unmount filesystems on current OS, all mounted file systems will need to be manually unmounted")
    	return nil
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 05 10:58:44 UTC 2024
    - 922 bytes
    - Viewed (0)
  8. releasenotes/notes/drop-legacy-inbound-passthrough.yaml

    kind: feature
    area: traffic-management
    releaseNotes:
    - |
      **Removed** the `PILOT_ENABLE_INBOUND_PASSTHROUGH` setting, which has been enabled-by-default for the past 8 releases.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 02 18:21:41 UTC 2024
    - 394 bytes
    - Viewed (0)
  9. istioctl/pkg/writer/envoy/configdump/testdata/ecds/output.txt

    ECDS NAME                                                     TYPE
    istio.io/telemetry/stats/prometheus/sidecar/Inbound/HTTP      
    istio.io/telemetry/stats/prometheus/sidecar/Inbound/TCP       
    istio.io/telemetry/stats/prometheus/sidecar/Outbound/HTTP     
    istio.io/telemetry/stats/prometheus/sidecar/Outbound/TCP      
    default.display-metadata                                      envoy.extensions.filters.http.wasm.v3.Wasm
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Dec 24 08:16:26 UTC 2023
    - 528 bytes
    - Viewed (0)
  10. pilot/pkg/networking/core/envoyfilter/cluster_patch_test.go

    		{Name: "inbound|9999||mgmtCluster"},
    	}
    	sidecarInboundOut := []*cluster.Cluster{
    		{Name: "cluster1", DnsLookupFamily: cluster.Cluster_V6_ONLY, LbPolicy: cluster.Cluster_RING_HASH},
    	}
    
    	sidecarInboundServiceIn := []*cluster.Cluster{
    		{Name: "inbound|7443||", DnsLookupFamily: cluster.Cluster_V4_ONLY, LbPolicy: cluster.Cluster_ROUND_ROBIN},
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 20.7K bytes
    - Viewed (0)
Back to top