Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for FullDisruption (0.25 sec)

  1. pkg/controller/nodelifecycle/node_lifecycle_controller.go

    	// - if the new state is "normal" we resume normal operation (go back to default limiter settings),
    	// - if new state is "fullDisruption" we restore normal eviction rate,
    	//   - unless all zones in the cluster are in "fullDisruption" - in that case we stop all evictions.
    	if !allAreFullyDisrupted || !allWasFullyDisrupted {
    		// We're switching to full disruption mode
    		if allAreFullyDisrupted {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 51.6K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.4.md

          *  add a "partialDisruption" mode, when more than 33% of Nodes in the zone are not Ready
          *  add "fullDisruption" mode, when all Nodes in the zone are not Ready
        * Eviction behavior depends on the mode in which NodeController is operating:
          * if the new state is "partialDisruption" or "fullDisruption" we call a user defined function that returns a new QPS to use (default 1/10 of the default rate, and the default rate respectively),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
Back to top