Search Options

Results per page
Sort
Preferred Languages
Advance

Results 231 - 240 of 774 for Healthy (0.13 sec)

  1. pkg/test/framework/components/echo/kube/testdata/disable-automount-sa.yaml

              periodSeconds: 2
              failureThreshold: 10
            livenessProbe:
              tcpSocket:
                port: tcp-health-port
              initialDelaySeconds: 10
              periodSeconds: 10
              failureThreshold: 10
            startupProbe:
              tcpSocket:
                port: tcp-health-port
              periodSeconds: 1
              failureThreshold: 10
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 04:28:06 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  2. platforms/core-runtime/launcher/src/test/groovy/org/gradle/launcher/daemon/server/exec/LogAndCheckHealthTest.groovy

    package org.gradle.launcher.daemon.server.exec
    
    import org.gradle.api.logging.Logger
    import org.gradle.launcher.daemon.server.api.DaemonCommandExecution
    import org.gradle.launcher.daemon.server.health.DaemonHealthCheck
    import org.gradle.launcher.daemon.server.health.DaemonHealthStats
    import org.gradle.launcher.daemon.server.stats.DaemonRunningStats
    import spock.lang.Specification
    
    class LogAndCheckHealthTest extends Specification {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.9.md

    *   You can now override the health check parameters for AWS ELBs by specifying annotations on the corresponding service. The new annotations are: `healthy-threshold`, `unhealthy-threshold`, `timeout`, `interval`. The prefix for all annotations is  `service.beta.kubernetes.io/aws-load-balancer-healthcheck-`. ([#56024](https://github.com/kub...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 16 10:46:27 UTC 2021
    - 313.7K bytes
    - Viewed (0)
  4. platforms/core-execution/worker-main/src/main/java/org/gradle/process/internal/worker/child/SystemApplicationClassLoaderWorker.java

    import org.gradle.process.internal.health.memory.DefaultJvmMemoryInfo;
    import org.gradle.process.internal.health.memory.DefaultMemoryManager;
    import org.gradle.process.internal.health.memory.DisabledOsMemoryInfo;
    import org.gradle.process.internal.health.memory.JvmMemoryInfo;
    import org.gradle.process.internal.health.memory.JvmMemoryStatus;
    import org.gradle.process.internal.health.memory.JvmMemoryStatusListener;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:34:44 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  5. platforms/core-runtime/launcher/src/test/groovy/org/gradle/launcher/daemon/server/health/DaemonHealthStatsTest.groovy

     * limitations under the License.
     */
    
    package org.gradle.launcher.daemon.server.health
    
    
    import org.gradle.launcher.daemon.server.health.gc.DefaultGarbageCollectionMonitor
    import org.gradle.launcher.daemon.server.health.gc.GarbageCollectionInfo
    import org.gradle.launcher.daemon.server.health.gc.GarbageCollectionStats
    import org.gradle.launcher.daemon.server.stats.DaemonRunningStats
    import spock.lang.Specification
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  6. operator/pkg/util/testdata/overlay-iop.yaml

                ## You can add custom gateway ports in user values overrides, but it must include those ports since helm replaces.
                # Note that AWS ELB will by default perform health checks on the first port
                # on this list. Setting this to the health check port will ensure that health
                # checks always work. https://github.com/istio/istio/issues/12503
                - port: 15021
                  targetPort: 15021
                  name: status-port
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Aug 15 20:10:17 UTC 2022
    - 2.5K bytes
    - Viewed (0)
  7. pkg/kubelet/server/auth_test.go

    		"/exec/{podNamespace}/{podID}/{containerName}":       "proxy",
    		"/exec/{podNamespace}/{podID}/{uid}/{containerName}": "proxy",
    		"/healthz":                            "proxy",
    		"/healthz/log":                        "proxy",
    		"/healthz/ping":                       "proxy",
    		"/healthz/syncloop":                   "proxy",
    		"/logs/":                              "log",
    		"/logs/{logpath:*}":                   "log",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 19 18:09:38 UTC 2024
    - 5K bytes
    - Viewed (0)
  8. pkg/test/framework/components/echo/kube/testdata/multiversion.yaml

              periodSeconds: 2
              failureThreshold: 10
            livenessProbe:
              tcpSocket:
                port: tcp-health-port
              initialDelaySeconds: 10
              periodSeconds: 10
              failureThreshold: 10
            startupProbe:
              tcpSocket:
                port: tcp-health-port
              periodSeconds: 1
              failureThreshold: 10
    ---
    apiVersion: apps/v1
    kind: Deployment
    metadata:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 17 04:28:06 UTC 2023
    - 4K bytes
    - Viewed (0)
  9. pkg/test/framework/components/echo/kube/templates/deployment.yaml

    {{- end }}
            ports:
    {{- range $i, $p := $appContainer.ContainerPorts }}
            - containerPort: {{ $p.Port }}
    {{- if eq .Port 3333 }}
              name: tcp-health-port
    {{- else if and ($appContainer.ImageFullPath) (eq .Port 17171) }}
              name: tcp-health-port
    {{- end }}
    {{- end }}
            env:
            - name: INSTANCE_IP
              valueFrom:
                fieldRef:
                  fieldPath: status.podIP
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  10. cluster/gce/gci/node.yaml

        content: |
          [Unit]
          Description=Kubernetes health monitoring for container runtime
          After=kube-node-configuration.service
    
          [Service]
          Restart=always
          RestartSec=10
          RemainAfterExit=yes
          RemainAfterExit=yes
          ExecStartPre=/bin/chmod 544 /home/kubernetes/bin/health-monitor.sh
          ExecStart=/home/kubernetes/bin/health-monitor.sh container-runtime
    
          [Install]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 13 18:38:40 UTC 2021
    - 3.9K bytes
    - Viewed (0)
Back to top