Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for MaxUnavailable (0.12 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    resource will be created. # # To enable the PodDisruptionBudget, configure it by specifying the # `minAvailable` or `maxUnavailable`. For example, to set the # minimum number of available replicas to 1, you can update this value as follows: # # podDisruptionBudget: # minAvailable: 1 # # Or, to allow a maximum of 1 unavailable replica, you can set: # # podDisruptionBudget: # maxUnavailable: 1 # # You can also specify the `unhealthyPodEviction` field, and the valid values are `IfHealthyBudget` and `AlwaysAllow`....
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  2. pkg/controller/daemon/daemon_controller_test.go

    	one := intstr.FromInt32(1)
    	return &apps.DaemonSetUpdateStrategy{
    		Type:          apps.RollingUpdateDaemonSetStrategyType,
    		RollingUpdate: &apps.RollingUpdateDaemonSet{MaxUnavailable: &one},
    	}
    }
    
    func newOnDeleteStrategy() *apps.DaemonSetUpdateStrategy {
    	return &apps.DaemonSetUpdateStrategy{
    		Type: apps.OnDeleteDaemonSetStrategyType,
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.4K bytes
    - Viewed (0)
Back to top