Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 234 for Healthy (0.16 sec)

  1. pkg/kube/inject/testdata/inject/hello-multi.yaml.injected

            ports:
            - containerPort: 15090
              name: http-envoy-prom
              protocol: TCP
            readinessProbe:
              failureThreshold: 4
              httpGet:
                path: /healthz/ready
                port: 15021
              periodSeconds: 15
              timeoutSeconds: 3
            resources:
              limits:
                cpu: "2"
                memory: 1Gi
              requests:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  2. pkg/kube/inject/testdata/inject/list.yaml.injected

              ports:
              - containerPort: 15090
                name: http-envoy-prom
                protocol: TCP
              readinessProbe:
                failureThreshold: 4
                httpGet:
                  path: /healthz/ready
                  port: 15021
                periodSeconds: 15
                timeoutSeconds: 3
              resources:
                limits:
                  cpu: "2"
                  memory: 1Gi
                requests:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  3. subprojects/core/src/main/java/org/gradle/internal/service/scopes/GlobalScopeServices.java

    import org.gradle.process.internal.health.memory.DefaultJvmMemoryInfo;
    import org.gradle.process.internal.health.memory.DefaultMemoryManager;
    import org.gradle.process.internal.health.memory.DefaultOsMemoryInfo;
    import org.gradle.process.internal.health.memory.JvmMemoryInfo;
    import org.gradle.process.internal.health.memory.MemoryManager;
    import org.gradle.process.internal.health.memory.OsMemoryInfo;
    
    import java.util.List;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/cel/library/authz.go

    //
    // Returns a PathCheck configured to check authorization for a non-resource request
    // path (e.g. /healthz). If path is an empty string, an error is returned.
    // Note that the leading '/' is not required.
    //
    //	<Authorizer>.path(<string>) <PathCheck>
    //
    // Examples:
    //
    //	authorizer.path('/healthz') // returns a PathCheck for the '/healthz' API path
    //	authorizer.path('') // results in "path must not be empty" error
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Aug 23 21:31:27 UTC 2023
    - 21.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/server/genericapiserver_test.go

    	assert.Equal(http.StatusOK, resp.StatusCode)
    
    	// wait for health (max-in-flight-filter is initialized asynchronously, can take a few milliseconds to initialize)
    	assert.NoError(wait.PollImmediate(100*time.Millisecond, wait.ForeverTestTimeout, func() (bool, error) {
    		// healthz checks are installed in PrepareRun
    		resp, err = http.Get(server.URL + "/healthz")
    		assert.NoError(err)
    		data, _ := io.ReadAll(resp.Body)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 18:59:21 UTC 2024
    - 23.2K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/apis/audit/v1/generated.proto

      // NonResourceURLs is a set of URL paths that should be audited.
      // `*`s are allowed, but only as the full, final step in the path.
      // Examples:
      // - `/metrics` - Log requests for apiserver metrics
      // - `/healthz*` - Log all health checks
      // +optional
      // +listType=atomic
      repeated string nonResourceURLs = 7;
    
      // OmitStages is a list of stages for which no events are created. Note that this can also
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  7. platforms/core-execution/workers/src/test/groovy/org/gradle/workers/internal/WorkerDaemonClientsManagerTest.groovy

    import org.gradle.internal.session.BuildSessionLifecycleListener
    import org.gradle.process.internal.ExecException
    import org.gradle.process.internal.health.memory.DefaultMBeanAttributeProvider
    import org.gradle.process.internal.health.memory.MBeanOsMemoryInfo
    import org.gradle.process.internal.health.memory.MemoryManager
    import org.gradle.util.ConcurrentSpecification
    import spock.lang.Subject
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 21 14:56:11 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  8. subprojects/core/src/main/java/org/gradle/process/internal/worker/DefaultWorkerProcessBuilder.java

    import org.gradle.process.internal.JavaExecHandleBuilder;
    import org.gradle.process.internal.JavaExecHandleFactory;
    import org.gradle.process.internal.health.memory.JvmMemoryStatus;
    import org.gradle.process.internal.health.memory.MemoryAmount;
    import org.gradle.process.internal.health.memory.MemoryManager;
    import org.gradle.process.internal.worker.child.ApplicationClassesInSystemClassLoaderWorkerImplementationFactory;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 05:16:16 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  9. cmd/kubeadm/app/phases/controlplane/manifests.go

    			LivenessProbe:   staticpodutil.LivenessProbe(staticpodutil.GetControllerManagerProbeAddress(cfg), "/healthz", kubeadmconstants.KubeControllerManagerPort, v1.URISchemeHTTPS),
    			StartupProbe:    staticpodutil.StartupProbe(staticpodutil.GetControllerManagerProbeAddress(cfg), "/healthz", kubeadmconstants.KubeControllerManagerPort, v1.URISchemeHTTPS, componentHealthCheckTimeout),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Mar 03 14:43:47 UTC 2024
    - 17.8K bytes
    - Viewed (0)
  10. manifests/charts/istio-control/istio-discovery/files/waypoint.yaml

              failureThreshold: 30
              httpGet:
                path: /healthz/ready
                port: 15021
                scheme: HTTP
              initialDelaySeconds: 1
              periodSeconds: 1
              successThreshold: 1
              timeoutSeconds: 1
            readinessProbe:
              failureThreshold: 4
              httpGet:
                path: /healthz/ready
                port: 15021
                scheme: HTTP
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 22:41:03 UTC 2024
    - 10.3K bytes
    - Viewed (0)
Back to top