Fix small typos in horizontal pod autoscaling doc
- Fix typo in hpa stabilization window section - Fix type in configurable scaling behavior section
This commit is contained in:
		
							parent
							
								
									2ccaace3e4
								
							
						
					
					
						commit
						39ae30bb63
					
				| 
						 | 
				
			
			@ -291,7 +291,7 @@ the `v2beta2` API allows scaling behavior to be configured through the HPA
 | 
			
		|||
`behavior` field. Behaviors are specified separately for scaling up and down in
 | 
			
		||||
`scaleUp` or `scaleDown` section under the `behavior` field. A stabilization
 | 
			
		||||
window can be specified for both directions which prevents the flapping of the
 | 
			
		||||
number of the replicas in the scaling target. Similarly specifing scaling
 | 
			
		||||
number of the replicas in the scaling target. Similarly specifying scaling
 | 
			
		||||
policies controls the rate of change of replicas while scaling.
 | 
			
		||||
 | 
			
		||||
### Scaling Policies
 | 
			
		||||
| 
						 | 
				
			
			@ -332,7 +332,7 @@ scaling in that direction.
 | 
			
		|||
 | 
			
		||||
### Stabilization Window
 | 
			
		||||
 | 
			
		||||
The stabilization window is used to retrict the flapping of replicas when the metrics
 | 
			
		||||
The stabilization window is used to restrict the flapping of replicas when the metrics
 | 
			
		||||
used for scaling keep fluctuating. The stabilization window is used by the autoscaling
 | 
			
		||||
algorithm to consider the computed desired state from the past to prevent scaling. In
 | 
			
		||||
the following example the stabilization window is specified for `scaleDown`.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue