Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 21 for NumberReady (0.16 sec)

  1. operator/pkg/helmreconciler/wait.go

    					notReady = append(notReady, "DaemonSet/"+ds.Namespace+"/"+ds.Name)
    				} else if ds.Status.NumberReady < ds.Status.DesiredNumberScheduled {
    					// Make sure every node has a ready pod
    					scope.Infof("DaemonSet is not ready: %s/%s. %d out of %d expected pods are ready",
    						ds.Namespace, ds.Name, ds.Status.NumberReady, ds.Status.UpdatedNumberScheduled)
    					notReady = append(notReady, "DaemonSet/"+ds.Namespace+"/"+ds.Name)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 08 03:13:12 UTC 2023
    - 13.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/HEAD/apps.v1.DaemonSet.yaml

        reason: reasonValue
        status: statusValue
        type: typeValue
      currentNumberScheduled: 1
      desiredNumberScheduled: 3
      numberAvailable: 7
      numberMisscheduled: 2
      numberReady: 4
      numberUnavailable: 8
      observedGeneration: 5
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta2.DaemonSet.yaml

        reason: reasonValue
        status: statusValue
        type: typeValue
      currentNumberScheduled: 1
      desiredNumberScheduled: 3
      numberAvailable: 7
      numberMisscheduled: 2
      numberReady: 4
      numberUnavailable: 8
      observedGeneration: 5
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 35K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.DaemonSet.yaml

        reason: reasonValue
        status: statusValue
        type: typeValue
      currentNumberScheduled: 1
      desiredNumberScheduled: 3
      numberAvailable: 7
      numberMisscheduled: 2
      numberReady: 4
      numberUnavailable: 8
      observedGeneration: 5
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1.DaemonSet.yaml

        reason: reasonValue
        status: statusValue
        type: typeValue
      currentNumberScheduled: 1
      desiredNumberScheduled: 3
      numberAvailable: 7
      numberMisscheduled: 2
      numberReady: 4
      numberUnavailable: 8
      observedGeneration: 5
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 35K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1.DaemonSet.yaml

        reason: reasonValue
        status: statusValue
        type: typeValue
      currentNumberScheduled: 1
      desiredNumberScheduled: 3
      numberAvailable: 7
      numberMisscheduled: 2
      numberReady: 4
      numberUnavailable: 8
      observedGeneration: 5
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 34.5K bytes
    - Viewed (0)
  7. pkg/apis/apps/validation/validation.go

    	allErrs = append(allErrs, apivalidation.ValidateNonnegativeField(int64(status.NumberReady), fldPath.Child("numberReady"))...)
    	allErrs = append(allErrs, apivalidation.ValidateNonnegativeField(status.ObservedGeneration, fldPath.Child("observedGeneration"))...)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 06 22:11:20 UTC 2024
    - 41.4K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/apps/v1/types_swagger_doc_generated.go

    	"numberReady":            "numberReady is the number of nodes that should be running the daemon pod and have one or more of the daemon pod running with a Ready Condition.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 07:14:59 UTC 2024
    - 32.5K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/v1.30.0/extensions.v1beta1.DaemonSet.yaml

        reason: reasonValue
        status: statusValue
        type: typeValue
      currentNumberScheduled: 1
      desiredNumberScheduled: 3
      numberAvailable: 7
      numberMisscheduled: 2
      numberReady: 4
      numberUnavailable: 8
      observedGeneration: 5
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.29.0/extensions.v1beta1.DaemonSet.yaml

        reason: reasonValue
        status: statusValue
        type: typeValue
      currentNumberScheduled: 1
      desiredNumberScheduled: 3
      numberAvailable: 7
      numberMisscheduled: 2
      numberReady: 4
      numberUnavailable: 8
      observedGeneration: 5
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 34.5K bytes
    - Viewed (0)
Back to top