Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 38 for Probes (2.58 sec)

  1. pkg/kube/inject/testdata/inputs/hello-probes.yaml.18.template.gen.yaml

    Nicole LiHui <******@****.***> 1717379705 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  2. pkg/kube/inject/testdata/inputs/hello-probes-noProxyHoldApplication-ProxyConfig.yaml.20.template.gen.yaml

    Nicole LiHui <******@****.***> 1717379705 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  3. pkg/kubelet/server/server_test.go

    		"metrics":                         {url: "/metrics", bucket: "metrics"},
    		"metrics cadvisor sub":            {url: "/metrics/cadvisor", bucket: "metrics/cadvisor"},
    		"metrics probes sub":              {url: "/metrics/probes", bucket: "metrics/probes"},
    		"metrics resource sub":            {url: "/metrics/resource", bucket: "metrics/resource"},
    		"pods":                            {url: "/pods/", bucket: "pods"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 51.5K bytes
    - Viewed (0)
  4. operator/pkg/apis/istio/v1alpha1/values_types.proto

      // Sets the initial delay for readiness probes in seconds.
      uint32 readinessInitialDelaySeconds = 20;
    
      // Sets the interval between readiness probes in seconds.
      uint32 readinessPeriodSeconds = 21;
    
      // Sets the number of successive failed probes before indicating readiness failure.
      uint32 readinessFailureThreshold = 22;
    
      // Configures the startup probe for the istio-proxy container.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
  5. common/scripts/metallb-native.yaml

    # Downloaded from https://github.com/metallb/metallb/raw/v0.13.12/config/manifests/metallb-native.yaml
    # With quay.io hub replaced with gcr.io/istio-testing
    # And probes tuned to startup faster
    apiVersion: v1
    kind: Namespace
    metadata:
      labels:
        pod-security.kubernetes.io/audit: privileged
        pod-security.kubernetes.io/enforce: privileged
        pod-security.kubernetes.io/warn: privileged
      name: metallb-system
    ---
    apiVersion: apiextensions.k8s.io/v1
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 23:56:31 UTC 2024
    - 63.9K bytes
    - Viewed (0)
  6. pilot/pkg/model/sidecar_test.go

    		Tcp: &networking.ConnectionPoolSettings_TCPSettings{
    			MaxConnections: 1024,
    			ConnectTimeout: durationpb.New(6 * time.Second),
    			TcpKeepalive: &networking.ConnectionPoolSettings_TCPSettings_TcpKeepalive{
    				Probes:   3,
    				Time:     durationpb.New(7 * time.Second),
    				Interval: durationpb.New(8 * time.Second),
    			},
    			MaxConnectionDuration: durationpb.New(9 * time.Second),
    		},
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 07 09:38:49 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.31.md

    - Kubeadm: switch to using the new etcd endpoints introduced in 3.5.11 - /livez (for liveness probe) and /readyz (for readyness and startup probe). With this change it is no longer possible to deploy a custom etcd version older than 3.5.11 with kubeadm 1.31. If so, please upgrade. ([#124465](https://github.com/kubernetes/kubernetes/pull/124465), [@neolit123](https://g...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 20:34:14 UTC 2024
    - 60.3K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/syscall_zos_s390x.go

    	// Fields may not be an exact match. Some fields have no equivalent.
    	var tcpinfo TCPInfo
    	tcpinfo.State = uint8(conn.state)
    	tcpinfo.Ca_state = 0 // dummy
    	tcpinfo.Retransmits = uint8(tcpStats.retransSegs)
    	tcpinfo.Probes = uint8(tcpStats.outWinProbes)
    	tcpinfo.Backoff = 0 // dummy
    	tcpinfo.Options = 0 // dummy
    	tcpinfo.Rto = tcpStats.retransTimeouts
    	tcpinfo.Ato = tcpStats.outDelayAcks
    	tcpinfo.Snd_mss = conn.sendMSS
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 84.4K bytes
    - Viewed (0)
  9. pkg/kube/inject/testdata/inputs/merge-probers.yaml.43.template.gen.yaml

    Nicole LiHui <******@****.***> 1717379705 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/server/options/encryptionconfig/config_test.go

    		t.Run(tt.desc, func(t *testing.T) {
    			tt.probe.state.Store(&envelopekmsv2.State{})
    			_ = tt.probe.check(ctx)
    			if tt.probe.ttl != tt.wantTTL {
    				t.Fatalf("want ttl %v, got ttl %v", tt.wantTTL, tt.probe.ttl)
    			}
    		})
    	}
    }
    
    func TestKMSv2InvalidKeyID(t *testing.T) {
    	ctx := testContext(t)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 16:56:39 UTC 2024
    - 72.3K bytes
    - Viewed (0)
Back to top