Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 651 for It (0.03 sec)

  1. releasenotes/notes/27696.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: traffic-management
    issue:
      - 27696
    
    releaseNotes:
    - |
      **Added** `holdApplicationUntilProxyStarts` can now be set in ProxyConfig, 
      allowing it to be set at the pod level. Should not be used in conjunction with
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Nov 16 04:08:53 UTC 2020
    - 342 bytes
    - Viewed (0)
  2. pkg/envoy/proxy.go

    		// At high QPS (>250 QPS) we will log the same amount as we will log due to exceeding buffer size, rather
    		// than the flush interval.
    		"--file-flush-interval-msec", "1000",
    		"--disable-hot-restart", // We don't use it, so disable it to simplify Envoy's logic
    		"--allow-unknown-static-fields",
    	}
    
    	startupArgs = append(startupArgs, e.extraArgs...)
    
    	if overrideFname != "" {
    		s, err := readBootstrapToJSON(overrideFname)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 05 10:02:56 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  3. releasenotes/notes/gw-hostname-resolution.yaml

    releaseNotes:
      - |
        **Fixed** an issue where istiod does not retry resolving east-west gateway hostnames on failure.
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 07 16:17:56 UTC 2023
    - 370 bytes
    - Viewed (0)
  4. samples/extauthz/README.md

    The Ext Authz server supports authorization check request using either HTTP (port 8000) or gRPC v2/v3 (port 9000) API and
    will allow the request if it includes the header `x-ext-authz: allow` or if the service account of the source workload is `a`.
    Note that `a` is just a default value for testing. It can be changed with the flag `-allow_service_account` when running the ext authz server.
    
    ## Usage
    
    1. Deploy the Ext Authz service in a dedicated pod:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Sep 21 13:52:47 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  5. manifests/charts/gateway/Chart.yaml

    apiVersion: v2
    name: gateway
    description: Helm chart for deploying Istio gateways
    type: application
    
    # This version is never actually shipped. istio/release-builder will replace it at build-time
    # with the appropriate version
    version: 1.0.0
    appVersion: 1.0.0
    
    sources:
    - https://github.com/istio/istio
    icon: https://istio.io/latest/favicons/android-192x192.png
    keywords:
    - istio
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 21 01:23:27 UTC 2023
    - 389 bytes
    - Viewed (0)
  6. releasenotes/notes/update-grafana-memory-compute.yaml

      to display memory. This metric only counts memory that *cannot be reclaimed* by the kernel even under memory pressure,
      and therefore more relevant for tracking. It is also consistent with `kubectl top`. The reported values are lower than
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 25 16:11:21 UTC 2020
    - 474 bytes
    - Viewed (0)
  7. common-protos/k8s.io/api/coordination/v1/generated.proto

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    
    // This file was autogenerated by go-to-protobuf. Do not edit it manually!
    
    syntax = "proto2";
    
    package k8s.io.api.coordination.v1;
    
    import "k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto";
    import "k8s.io/apimachinery/pkg/runtime/generated.proto";
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  8. releasenotes/notes/wasm-download-fallback.yaml

        Previously, the given wasm filter itself was passed to Envoy in the case, but it may cause the errors because some fields of Wasm configuration are optional in Istio, but not in Envoy....
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Nov 02 21:41:25 UTC 2022
    - 453 bytes
    - Viewed (0)
  9. pkg/kube/inject/testdata/inject/multiple-templates.yaml

    metadata:
      name: hello
    spec:
      selector:
        matchLabels:
          app: hello
      template:
        metadata:
          annotations:
            # There is no real purpose of setting this multiple times; this just makes sure it doesn't blow
            # up if a user does happen to configure this
            inject.istio.io/templates: sidecar,sidecar,sidecar
          labels:
            app: hello
        spec:
          containers:
          - name: hello
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Dec 22 15:44:09 UTC 2020
    - 568 bytes
    - Viewed (0)
  10. pilot/pkg/xds/endpoints/ep_filters.go

    	// Go through all cluster endpoints and add those with the same network as the sidecar
    	// to the result. Also count the number of endpoints per each remote network while
    	// iterating so that it can be used as the weight for the gateway endpoint
    	for _, ep := range endpoints {
    		lbEndpoints := &LocalityEndpoints{
    			llbEndpoints: endpoint.LocalityLbEndpoints{
    				Locality: ep.llbEndpoints.Locality,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 01:17:58 UTC 2024
    - 9.1K bytes
    - Viewed (0)
Back to top