Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 394 for Healthy (0.11 sec)

  1. pkg/test/framework/components/echo/kube/testdata/multiple-istio-versions.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
    - 3.9K bytes
    - Viewed (0)
  2. 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)
  3. .github/workflows/iam-integrations.yaml

              ETCD_ADVERTISE_CLIENT_URLS: "http://0.0.0.0:2379"
            ports:
              - "2379:2379"
            options: >-
              --health-cmd "etcdctl endpoint health"
              --health-interval 10s
              --health-timeout 5s
              --health-retries 5
          openid:
            image: quay.io/minio/dex
            ports:
              - "5556:5556"
            env:
              DEX_LDAP_SERVER: "openldap:389"
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 22 23:07:14 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. pkg/test/framework/components/echo/kube/testdata/healthcheck-rewrite.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.1K bytes
    - Viewed (0)
  7. cluster/gce/manifests/glbc.manifest

      hostNetwork: true
      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)
  8. pkg/apis/rbac/helpers_test.go

    			resources: nil,
    			names:     nil,
    			urls:      []string{"/api/registry/healthz"},
    			expected:  true,
    			policyRule: rbac.PolicyRule{
    				Verbs:           []string{"get"},
    				APIGroups:       []string{},
    				Resources:       []string{},
    				ResourceNames:   []string{},
    				NonResourceURLs: []string{"/api/registry/healthz"},
    			},
    		},
    		{
    			testName:   "nonResourceURLs with no-empty groups",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:46:12 UTC 2023
    - 9.2K bytes
    - Viewed (0)
  9. manifests/charts/istio-cni/files/profile-demo.yaml

        ports:
        ## 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
        - port: 80
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 22:30:06 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  10. manifests/charts/istio-control/istio-discovery/files/profile-demo.yaml

        ports:
        ## 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
        - port: 80
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 22:30:06 UTC 2024
    - 2.1K bytes
    - Viewed (0)
Back to top