Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 34 of 34 for Trailing (0.13 sec)

  1. CHANGELOG/CHANGELOG-1.24.md

    - A static pod that is rapidly updated was failing to start until the Kubelet was restarted. ([#107900](https://github.com/kubernetes/kubernetes/pull/107900), [@smarterclayton](https://github.com/smarterclayton))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 24 00:02:43 UTC 2023
    - 473.4K bytes
    - Viewed (0)
  2. pkg/apis/core/types.go

    	// fails to be created due to insufficient quota, limit ranges, pod security policy, node selectors,
    	// etc. or deleted due to kubelet being down or finalizers are failing.
    	ReplicationControllerReplicaFailure ReplicationControllerConditionType = "ReplicaFailure"
    )
    
    // ReplicationControllerCondition describes the state of a replication controller at a certain point.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.9.md

    * admission webhook registrations without a specific failure policy default to failing closed. ([#54162](https://github.com/kubernetes/kubernetes/pull/54162), [@deads2k](https://github.com/deads2k))
    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. staging/src/k8s.io/api/core/v1/types.go

    	// fails to be created due to insufficient quota, limit ranges, pod security policy, node selectors,
    	// etc. or deleted due to kubelet being down or finalizers are failing.
    	ReplicationControllerReplicaFailure ReplicationControllerConditionType = "ReplicaFailure"
    )
    
    // ReplicationControllerCondition describes the state of a replication controller at a certain point.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
Back to top