Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 524 for unbound (0.23 sec)

  1. releasenotes/notes/43876.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: installation
    issue:
      - 43655
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 10 17:24:55 UTC 2023
    - 145 bytes
    - Viewed (0)
  2. tools/istio-clean-iptables/pkg/cmd/testdata/outbound-owner-groups-exclude.golden

    Eoin Fennessy <******@****.***> 1715615475 +0100
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 13 15:51:15 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  3. releasenotes/notes/48814.yaml

    - 48814
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 16 14:00:48 UTC 2024
    - 338 bytes
    - Viewed (0)
  4. pilot/pkg/networking/core/networkfilter_test.go

    }
    
    func TestInboundNetworkFilterStatPrefix(t *testing.T) {
    	cases := []struct {
    		name               string
    		statPattern        string
    		expectedStatPrefix string
    	}{
    		{
    			"no pattern",
    			"",
    			"inbound|8888||",
    		},
    		{
    			"service only pattern",
    			"%SERVICE%",
    			"v0.default.example.org",
    		},
    	}
    
    	services := []*model.Service{
    		buildService("test.com", "10.10.0.0/24", protocol.TCP, tnow),
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 22:20:44 UTC 2024
    - 25.8K bytes
    - Viewed (0)
  5. doc/next/6-stdlib/99-minor/net/http/66405.md

    For inbound requests, the new [Request.Pattern] field contains the [ServeMux]
    pattern (if any) that matched the request. This field is not set when
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 18:42:34 UTC 2024
    - 181 bytes
    - Viewed (0)
  6. releasenotes/notes/28269.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: traffic-management
    issue:
    - 28269
    releaseNotes:
    - |
      **Fixed** when a node has multiple IP addresses (e.g., a VM in the mesh expansion scenario),
      Istio Proxy will now bind `inbound` listeners to the first applicable address in the list
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Oct 26 14:40:31 UTC 2020
    - 354 bytes
    - Viewed (0)
  7. pilot/pkg/networking/core/filterchain_options.go

    			ApplicationProtocols: mtlsTCPWithMxcALPNs,
    			// If client sends mTLS traffic, transport protocol will be set by the TLS inspector
    			TransportProtocol: xdsfilters.TLSTransportProtocol,
    			Protocol:          networking.ListenerProtocolTCP,
    			TLS:               true,
    		},
    		{
    			// client side traffic could not be identified by the outbound listener, sent over plaintext
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/cel_validation.go

    	"k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/model"
    	"k8s.io/apimachinery/pkg/util/validation/field"
    	"k8s.io/apiserver/pkg/cel"
    )
    
    // unbounded uses nil to represent an unbounded cardinality value.
    var unbounded *uint64 = nil
    
    // CELSchemaContext keeps track of data used by x-kubernetes-validations rules for a specific schema node.
    type CELSchemaContext struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 10 22:05:55 UTC 2022
    - 13.8K bytes
    - Viewed (0)
  9. istioctl/pkg/describe/testdata/describe/http_config.json

                "name": "outbound|9080|v1|productpage.default.svc.cluster.local",
                "type": "EDS",
                "eds_cluster_config": {
                  "eds_config": {
                    "ads": {},
                    "initial_fetch_timeout": "0s",
                    "resource_api_version": "V3"
                  },
                  "service_name": "outbound|9080|v1|productpage.default.svc.cluster.local"
                },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 15 15:02:17 UTC 2023
    - 13.7K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.29.md

     - `kubeadm`: a separate "super-admin.conf" file is now deployed. The User in `admin.conf` is now bound to a new RBAC Group `kubeadm:cluster-admins` that has `cluster-admin` `ClusterRole` access. The User in `super-admin.conf` is now bound to the `system:masters` built-in super-powers / break-glass Group that can bypass RBAC. Before this change, the default `admin.conf` was bound to `system:masters` Group, which was undesired. Executing `kubeadm init phase kubeconfig all` or just `kubeadm...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
Back to top