Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 80 for initialDelaySeconds (0.28 sec)

  1. cluster/gce/manifests/kube-controller-manager.manifest

                   ],
        {{container_env}}
        "livenessProbe": {
          "httpGet": {
            "host": "127.0.0.1",
            "port": 10257,
            "scheme": "HTTPS",
            "path": "/healthz"
          },
          "initialDelaySeconds": 15,
          "timeoutSeconds": 15
        },
        "volumeMounts": [
            {{cloud_config_mount}}
            {{additional_cloud_config_mount}}
            {{pv_recycler_mount}}
            { "name": "srvkube",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 10 20:49:36 UTC 2021
    - 2.9K bytes
    - Viewed (0)
  2. pkg/kube/inject/app_probe_test.go

    								ProbeHandler: corev1.ProbeHandler{
    									GRPC: &corev1.GRPCAction{
    										Port: 1236,
    									},
    								},
    								TimeoutSeconds:      20,
    								PeriodSeconds:       10,
    								InitialDelaySeconds: 10,
    							},
    						},
    					},
    				},
    			},
    			expected: &corev1.Pod{
    				Spec: corev1.PodSpec{
    					Containers: []corev1.Container{
    						{
    							Name: "foo",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Aug 04 15:06:24 UTC 2023
    - 8.6K bytes
    - Viewed (0)
  3. pkg/istio-agent/health/health_check_test.go

    	t.Run("tcp", func(t *testing.T) {
    		listener, err := NewDelayedListener()
    		assert.NoError(t, err)
    		tcpHealthChecker := NewWorkloadHealthChecker(&v1alpha3.ReadinessProbe{
    			InitialDelaySeconds: 0,
    			TimeoutSeconds:      1,
    			PeriodSeconds:       1,
    			SuccessThreshold:    1,
    			FailureThreshold:    1,
    			HealthCheckMethod: &v1alpha3.ReadinessProbe_TcpSocket{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Aug 09 16:50:11 UTC 2023
    - 6.3K bytes
    - Viewed (0)
  4. cluster/gce/manifests/kube-apiserver.manifest

            "scheme": "HTTPS",
            "host": "{{healthcheck_ip}}",
            "port": {{secure_port}},
            "path": "/livez?exclude=etcd&exclude=kms-provider-0&exclude=kms-provider-1"
          },
          "initialDelaySeconds": {{liveness_probe_initial_delay}},
          "timeoutSeconds": 15
        },
        "readinessProbe": {
          "httpGet": {
            "scheme": "HTTPS",
            "host": "{{healthcheck_ip}}",
            "port": {{secure_port}},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 19 14:47:38 UTC 2022
    - 4.1K bytes
    - Viewed (0)
  5. cluster/gce/manifests/etcd.manifest

              "/bin/sh",
              "-c",
              "set -x; exec /usr/local/bin/etcdctl --endpoints=127.0.0.1:{{ port }} {{ etcdctl_certs }} --command-timeout=15s endpoint health"
            ]
          },
          "initialDelaySeconds": {{ liveness_probe_initial_delay }},
          "timeoutSeconds": 15,
          "periodSeconds": 5,
          "failureThreshold": 5
        },
        "ports": [
          { "name": "serverport",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 03:36:35 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  6. cluster/gce/manifests/glbc.manifest

      containers:
      - image: gcr.io/k8s-ingress-image-push/ingress-gce-glbc-amd64:v1.23.1
        livenessProbe:
          httpGet:
            path: /healthz
            port: 8086
            scheme: HTTP
          initialDelaySeconds: 30
          # healthz reaches out to GCE
          periodSeconds: 30
          timeoutSeconds: 15
          successThreshold: 1
          failureThreshold: 5
        name: l7-lb-controller
        volumeMounts:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 14 10:40:01 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  7. cluster/gce/manifests/cloud-controller-manager.manifest

        ],
        {{container_env}}
        "livenessProbe": {
          "httpGet": {
            "host": "127.0.0.1",
            "port": 10258,
            "scheme": "HTTPS",
            "path": "/healthz"
          },
          "initialDelaySeconds": 15,
          "timeoutSeconds": 15
        },
        "volumeMounts": [
            {{cloud_config_mount}}
            {{additional_cloud_config_mount}}
            {{pv_recycler_mount}}
            { "name": "srvkube",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 08:50:12 UTC 2024
    - 4K bytes
    - Viewed (0)
  8. operator/cmd/mesh/testdata/manifest-generate/output/install_package_path.golden.yaml

              protocol: TCP
            - containerPort: 15017
              protocol: TCP
            readinessProbe:
              httpGet:
                path: /ready
                port: 8080
              initialDelaySeconds: 1
              periodSeconds: 3
              timeoutSeconds: 5
            resources:
              requests:
                cpu: 500m
                memory: 2048Mi
            securityContext:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 01 22:07:45 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  9. operator/cmd/mesh/testdata/manifest-generate/output/flag_output.golden.yaml

              protocol: TCP
            - containerPort: 15017
              protocol: TCP
            readinessProbe:
              httpGet:
                path: /ready
                port: 8080
              initialDelaySeconds: 1
              periodSeconds: 3
              timeoutSeconds: 5
            resources:
              requests:
                cpu: 500m
                memory: 2048Mi
            securityContext:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 01 22:07:45 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  10. cluster/addons/fluentd-gcp/fluentd-gcp-ds.yaml

            # logs fluentd collects, consider changing the threshold or turning
            # liveness probe off completely.
            livenessProbe:
              initialDelaySeconds: 600
              periodSeconds: 60
              exec:
                command:
                - '/bin/sh'
                - '-c'
                - >
                  LIVENESS_THRESHOLD_SECONDS=${LIVENESS_THRESHOLD_SECONDS:-300};
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 27 17:54:10 UTC 2021
    - 4.1K bytes
    - Viewed (0)
Back to top