Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 713 for election (0.08 sec)

  1. CHANGELOG/CHANGELOG-1.7.md

    * Use separate client for leader election in scheduler to avoid starving leader election by regular scheduler operations. ([#53793](https://github.com/kubernetes/kubernetes/pull/53793), [@wojtek-t](https://github.com/wojtek-t))
    Registered: 2025-05-30 09:05
    - Last Modified: 2022-05-05 13:44
    - 308.7K bytes
    - Viewed (1)
  2. CHANGELOG/CHANGELOG-1.31.md

    - Added Coordinated Leader Election as Alpha under the `CoordinatedLeaderElection` feature gate. With the feature enabled, the control plane can use LeaseCandidate objects (coordination.k8s.io/v1alpha1 API group) to participate in a leader election and let the kube-apiserver select the best instance according to some strategy. ([#124012](https://github.com/kubernetes/kubernetes/pull/124012),...
    Registered: 2025-05-30 09:05
    - Last Modified: 2025-05-15 17:52
    - 395.6K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.9.md

    * Use separate client for leader election in scheduler to avoid starving leader election by regular scheduler operations. ([#53793](https://github.com/kubernetes/kubernetes/pull/53793), [@wojtek-t](https://github.com/wojtek-t))
    Registered: 2025-05-30 09:05
    - Last Modified: 2021-11-16 10:46
    - 313.7K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.8.md

    * Fix metrics API group name in audit configuration ([#53493](https://github.com/kubernetes/kubernetes/pull/53493), [@piosz](https://github.com/piosz))
    * Use separate client for leader election in scheduler to avoid starving leader election by regular scheduler operations. ([#53793](https://github.com/kubernetes/kubernetes/pull/53793), [@wojtek-t](https://github.com/wojtek-t))
    Registered: 2025-05-30 09:05
    - Last Modified: 2024-02-20 15:45
    - 312.2K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.24.md

    - The `v1` version of `LeaderMigrationConfiguration` supports only `leases` API for leader election. To use formerly supported mechanisms, please continue using `v1beta1`. ([#108016](https://github.com/kubernetes/kubernetes/pull/108016), [@jiahuif](https://github.com/jiahuif)) [SIG API Machinery and Cloud Provider]
    
    ### Bug or Regression
    
    Registered: 2025-05-30 09:05
    - Last Modified: 2023-08-24 00:02
    - 473.4K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.32.md

      In order to perform an unsafe deletion of a corrupt resource, the user must enable the option for the delete
      request. A resource is considered corrupt if it can not be successfully retrieved from the storage due to
      a) transformation error e.g. decryption failure, or b) the object failed to decode. Normal deletion flow is
    Registered: 2025-05-30 09:05
    - Last Modified: 2025-05-15 17:51
    - 375.9K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.16.md

    - kubeadm: fixed ignoring errors when pulling control plane images ([#80529](https://github.com/kubernetes/kubernetes/pull/80529), [@bart0sh](https://github.com/bart0sh))
    - Fix a bug in kube-addon-manager's leader election logic that made all replicas active. ([#80575](https://github.com/kubernetes/kubernetes/pull/80575), [@mborsz](https://github.com/mborsz))
    Registered: 2025-05-30 09:05
    - Last Modified: 2024-10-23 20:13
    - 345.2K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.10.md

    * fix typo  ([#59619](https://github.com/kubernetes/kubernetes/pull/59619), [@jianliao82](https://github.com/jianliao82))
        * incase -> in case
        * selction -> selection
    * Implement envelope service with gRPC, so that KMS providers can be pulled out from API server. ([#55684](https://github.com/kubernetes/kubernetes/pull/55684), [@wu-qiang](https://github.com/wu-qiang))
    Registered: 2025-05-30 09:05
    - Last Modified: 2022-05-05 13:44
    - 341.8K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.13.md

    * apply: fix detection of non-dry-run enabled servers ([#71854](https://github.com/kubernetes/kubernetes/pull/71854), [@apelisse](https://github.com/apelisse))
    * Scheduler only activates unschedulable pods if node's scheduling related properties change. ([#71551](https://github.com/kubernetes/kubernetes/pull/71551), [@mlmhl](https://github.com/mlmhl))
    Registered: 2025-05-30 09:05
    - Last Modified: 2022-05-05 13:44
    - 273.1K bytes
    - Viewed (0)
  10. okhttp/src/jvmTest/kotlin/okhttp3/internal/connection/RouteSelectorTest.kt

        // The first selection prioritizes the non-failed routes.
        val selection2 = routeSelector.next()
        assertThat(selection2.next()).isEqualTo(regularRoutes[1])
        assertThat(selection2.hasNext()).isFalse()
    
        // The second selection will contain all failed routes.
        val selection3 = routeSelector.next()
        assertThat(selection3.next()).isEqualTo(regularRoutes[0])
    Registered: 2025-05-30 11:42
    - Last Modified: 2025-03-19 19:25
    - 20.8K bytes
    - Viewed (0)
Back to top