Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 135 for 600s (0.04 sec)

  1. pilot/pkg/security/authz/builder/testdata/http/extended-custom-grpc-provider-no-namespace-out2.yaml

            prefix: istio-ext-authz
      grpcService:
        envoyGrpc:
          authority: my-custom-ext-authz.foo.svc.cluster.local
          clusterName: outbound|9000||my-custom-ext-authz.foo.svc.cluster.local
        timeout: 600s
      statusOnError:
        code: Forbidden
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 25 10:39:25 UTC 2024
    - 589 bytes
    - Viewed (0)
  2. pilot/pkg/security/authz/builder/testdata/http/custom-grpc-provider-no-namespace-out2.yaml

            prefix: istio-ext-authz
      grpcService:
        envoyGrpc:
          authority: my-custom-ext-authz.foo.svc.cluster.local
          clusterName: outbound|9000||my-custom-ext-authz.foo.svc.cluster.local
        timeout: 600s
      statusOnError:
        code: Forbidden
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Aug 07 15:18:13 UTC 2023
    - 589 bytes
    - Viewed (0)
  3. tests/integration/telemetry/policy/testdata/enable_envoy_local_ratelimit.yaml

                value:
                  stat_prefix: http_local_rate_limiter
                  token_bucket:
                    max_tokens: 1
                    tokens_per_fill: 1
                    fill_interval: 600s
                  filter_enabled:
                    runtime_key: local_rate_limit_enabled
                    default_value:
                      numerator: 100
                      denominator: HUNDRED
                  filter_enforced:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 02 03:31:35 UTC 2021
    - 1.3K bytes
    - Viewed (0)
  4. tests/integration/telemetry/policy/testdata/enable_envoy_local_ratelimit_per_route.yaml

                  value:
                    stat_prefix: http_local_rate_limiter
                    token_bucket:
                      max_tokens: 1
                      tokens_per_fill: 1
                      fill_interval: 600s
                    filter_enabled:
                      runtime_key: local_rate_limit_enabled
                      default_value:
                        numerator: 100
                        denominator: HUNDRED
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 02 03:31:35 UTC 2021
    - 1.9K bytes
    - Viewed (0)
  5. tests/integration/telemetry/policy/testdata/enable_envoy_local_ratelimit_sa.yaml

                        value: "spiffe://cluster.local/ns/{{ .EchoNamespace }}/sa/clt"
                      token_bucket:
                        max_tokens: 1
                        tokens_per_fill: 1
                        fill_interval: 600s
        - applyTo: HTTP_ROUTE
          match:
            context: SIDECAR_INBOUND
            routeConfiguration:
              vhost:
                name: "inbound|http|80"
          patch:
            operation: MERGE
            value:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 24 23:09:50 UTC 2021
    - 2.3K bytes
    - Viewed (0)
  6. samples/addons/loki.yaml

            object_store: 'filesystem'
            schema: v13
            store: tsdb
        server:
          grpc_listen_port: 9095
          http_listen_port: 3100
          http_server_read_timeout: 600s
          http_server_write_timeout: 600s
        storage_config:
          boltdb_shipper:
            index_gateway_client:
              server_address: ""
          hedging:
            at: 250ms
            max_per_second: 20
            up_to: 3
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:57:35 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  7. cluster/gce/manifests/glbc.manifest

        - --enable-finalizer-remove
        - --enable-finalizer-add
        - --default-backend-service=kube-system/default-http-backend
        - --kubeconfig=/etc/srv/kubernetes/l7-lb-controller/kubeconfig
        - --sync-period=600s
        - --running-in-cluster=false
        - --config-file-path=/etc/gce.conf
        - --healthz-port=8086
        - --gce-ratelimit=ga.Operations.Get,qps,10,100
        - --gce-ratelimit=alpha.Operations.Get,qps,10,100
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 14 10:40:01 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  8. hack/make-rules/test-integration.sh

      export GOMAXPROCS
      kube::log::status "Setting parallelism to ${GOMAXPROCS}"
    fi
    
    # Give integration tests longer to run by default.
    KUBE_TIMEOUT=${KUBE_TIMEOUT:--timeout=600s}
    LOG_LEVEL=${LOG_LEVEL:-2}
    KUBE_TEST_ARGS=${KUBE_TEST_ARGS:-}
    # Default glog module settings.
    KUBE_TEST_VMODULE=${KUBE_TEST_VMODULE:-""}
    
    kube::test::find_integration_test_dirs() {
      (
        cd "${KUBE_ROOT}"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:57 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  9. pkg/apis/apps/v1/defaults.go

    // - MaxUnavailable during rolling update set to 25% (1 in extensions)
    // - MaxSurge value during rolling update set to 25% (1 in extensions)
    // - RevisionHistoryLimit set to 10 (not set in extensions)
    // - ProgressDeadlineSeconds set to 600s (not set in extensions)
    func SetDefaults_Deployment(obj *appsv1.Deployment) {
    	// Set DeploymentSpec.Replicas to 1 if it is not set.
    	if obj.Spec.Replicas == nil {
    		obj.Spec.Replicas = new(int32)
    		*obj.Spec.Replicas = 1
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 08 09:10:50 UTC 2023
    - 5.4K bytes
    - Viewed (0)
  10. pkg/apis/apps/v1beta1/defaults.go

    // - MaxUnavailable during rolling update set to 25% (1 in extensions)
    // - MaxSurge value during rolling update set to 25% (1 in extensions)
    // - RevisionHistoryLimit set to 2 (not set in extensions)
    // - ProgressDeadlineSeconds set to 600s (not set in extensions)
    func SetDefaults_Deployment(obj *appsv1beta1.Deployment) {
    	// Default labels and selector to labels from pod template spec.
    	labels := obj.Spec.Template.Labels
    
    	if labels != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 08 09:10:50 UTC 2023
    - 4.7K bytes
    - Viewed (0)
Back to top