Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 1,034 for It (0.02 sec)

  1. releasenotes/notes/50791.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: istioctl
    issue:
      - 50790
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 16:16:40 UTC 2024
    - 219 bytes
    - Viewed (0)
  2. releasenotes/notes/auto-auto-passthrough.yaml

    kind: feature
    area: traffic-management
    issue:
    - 33127
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 28 02:31:56 UTC 2021
    - 274 bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/node/v1beta1/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.node.v1beta1;
    
    import "k8s.io/api/core/v1/generated.proto";
    import "k8s.io/apimachinery/pkg/api/resource/generated.proto";
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. common-protos/k8s.io/api/networking/v1/generated.proto

      //   of the last element in request path, it is not a match (e.g. /foo/bar
      //   matches /foo/bar/baz, but does not match /foo/barbaz).
      // * ImplementationSpecific: Interpretation of the Path matching is up to
      //   the IngressClass. Implementations can treat this as a separate PathType
      //   or treat it identically to Prefix or Exact path types.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  7. 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)
  8. 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)
  9. 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)
  10. pkg/kube/multicluster/secretcontroller.go

    	c.handlers = append(c.handlers, h)
    }
    
    // Run starts the controller until it receives a message over stopCh
    func (c *Controller) Run(stopCh <-chan struct{}) error {
    	// run handlers for the config cluster; do not store this *Cluster in the ClusterStore or give it a SyncTimeout
    	// this is done outside the goroutine, we should block other Run/startFuncs until this is registered
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 06 02:13:10 UTC 2024
    - 12.7K bytes
    - Viewed (0)
Back to top