Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for UNHEALTHY (0.34 sec)

  1. CHANGELOG/CHANGELOG-1.10.md

    * Avoid panic when failing to allocate a Cloud CIDR (aka GCE Alias IP Range).  ([#58186](https://github.com/kubernetes/kubernetes/pull/58186), [@negz](https://github.com/negz))
    * Handle Unhealthy devices ([#57266](https://github.com/kubernetes/kubernetes/pull/57266), [@vikaschoudhary16](https://github.com/vikaschoudhary16))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 341.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/types.go

    	// not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use
    	// a shell, you need to explicitly call out to that shell.
    	// Exit status of 0 is treated as live/healthy and non-zero is unhealthy.
    	// +optional
    	// +listType=atomic
    	Command []string `json:"command,omitempty" protobuf:"bytes,1,rep,name=command"`
    }
    
    // SleepAction describes a "sleep" action.
    type SleepAction struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__batch__v1_openapi.json

                "items": {
                  "default": "",
                  "type": "string"
                },
                "type": "array",
                "x-kubernetes-list-type": "atomic"
              }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
Back to top