[zh-cn] Resync node affinity yaml
This commit is contained in:
		
							parent
							
								
									d56a03fdac
								
							
						
					
					
						commit
						c9ab8aec4b
					
				|  | @ -8,11 +8,10 @@ spec: | ||||||
|       requiredDuringSchedulingIgnoredDuringExecution: |       requiredDuringSchedulingIgnoredDuringExecution: | ||||||
|         nodeSelectorTerms: |         nodeSelectorTerms: | ||||||
|         - matchExpressions: |         - matchExpressions: | ||||||
|           - key: topology.kubernetes.io/zone |           - key: kubernetes.io/os | ||||||
|             operator: In |             operator: In | ||||||
|             values: |             values: | ||||||
|             - antarctica-east1 |             - linux | ||||||
|             - antarctica-west1 |  | ||||||
|       preferredDuringSchedulingIgnoredDuringExecution: |       preferredDuringSchedulingIgnoredDuringExecution: | ||||||
|       - weight: 1 |       - weight: 1 | ||||||
|         preference: |         preference: | ||||||
|  |  | ||||||
|  | @ -8,10 +8,11 @@ spec: | ||||||
|       requiredDuringSchedulingIgnoredDuringExecution: |       requiredDuringSchedulingIgnoredDuringExecution: | ||||||
|         nodeSelectorTerms: |         nodeSelectorTerms: | ||||||
|         - matchExpressions: |         - matchExpressions: | ||||||
|           - key: kubernetes.io/os |           - key: topology.kubernetes.io/zone | ||||||
|             operator: In |             operator: In | ||||||
|             values: |             values: | ||||||
|             - linux |             - antarctica-east1 | ||||||
|  |             - antarctica-west1 | ||||||
|       preferredDuringSchedulingIgnoredDuringExecution: |       preferredDuringSchedulingIgnoredDuringExecution: | ||||||
|       - weight: 1 |       - weight: 1 | ||||||
|         preference: |         preference: | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue