diff --git a/charts/airflow/docs/faq/kubernetes/affinity-node-selectors-tolerations.md b/charts/airflow/docs/faq/kubernetes/affinity-node-selectors-tolerations.md index db849bfe..184e46d4 100644 --- a/charts/airflow/docs/faq/kubernetes/affinity-node-selectors-tolerations.md +++ b/charts/airflow/docs/faq/kubernetes/affinity-node-selectors-tolerations.md @@ -7,7 +7,7 @@ If your environment needs to use Pod [affinity](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity), [nodeSelector](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector), [tolerations](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/), -or [topologySpreadConstraints](https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/#topologyspreadconstraints-field), +or [topologySpreadConstraints](https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/), we provide many values that allow fine-grained control over the Pod definitions. ## Global Configs @@ -53,7 +53,7 @@ airflow: # operator: "Exists" # effect: "NoSchedule" - ## https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/#topologyspreadconstraints-field + ## https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/ defaultTopologySpreadConstraints: [] # - maxSkew: 1 # topologyKey: topology.kubernetes.io/zone diff --git a/charts/airflow/values.yaml b/charts/airflow/values.yaml index 949e71ac..51e88daf 100644 --- a/charts/airflow/values.yaml +++ b/charts/airflow/values.yaml @@ -200,7 +200,7 @@ airflow: ## default topologySpreadConstraints for airflow Pods (is overridden by pod-specific values) ## - docs for topologySpreadConstraints: - ## https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/#topologyspreadconstraints-field + ## https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/ ## defaultTopologySpreadConstraints: [] @@ -332,7 +332,7 @@ airflow: ## the topologySpreadConstraints configs for the Pod template ## - docs for topologySpreadConstraints: - ## https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/#topologyspreadconstraints-field + ## https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/ ## topologySpreadConstraints: [] @@ -430,7 +430,7 @@ airflow: ## the topologySpreadConstraints configs for the db-migrations Pods ## - docs for topologySpreadConstraints: - ## https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/#topologyspreadconstraints-field + ## https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/ ## topologySpreadConstraints: [] @@ -497,7 +497,7 @@ airflow: ## the topologySpreadConstraints configs for the sync Pods ## - docs for topologySpreadConstraints: - ## https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/#topologyspreadconstraints-field + ## https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/ ## topologySpreadConstraints: [] @@ -562,7 +562,7 @@ scheduler: ## the topologySpreadConstraints configs for the scheduler Pods ## - docs for topologySpreadConstraints: - ## https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/#topologyspreadconstraints-field + ## https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/ ## topologySpreadConstraints: [] @@ -767,7 +767,7 @@ web: ## the topologySpreadConstraints configs for the web Pods ## - docs for topologySpreadConstraints: - ## https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/#topologyspreadconstraints-field + ## https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/ ## topologySpreadConstraints: [] @@ -909,7 +909,7 @@ workers: ## the topologySpreadConstraints configs for the worker Pods ## - docs for topologySpreadConstraints: - ## https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/#topologyspreadconstraints-field + ## https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/ ## topologySpreadConstraints: [] @@ -1106,7 +1106,7 @@ triggerer: ## the topologySpreadConstraints configs for the triggerer Pods ## - docs for topologySpreadConstraints: - ## https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/#topologyspreadconstraints-field + ## https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/ ## topologySpreadConstraints: [] @@ -1229,7 +1229,7 @@ flower: ## the topologySpreadConstraints configs for the flower Pods ## - docs for topologySpreadConstraints: - ## https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/#topologyspreadconstraints-field + ## https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/ ## topologySpreadConstraints: [] @@ -1793,7 +1793,7 @@ pgbouncer: ## the topologySpreadConstraints configs for the pgbouncer Pods ## - docs for topologySpreadConstraints: - ## https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/#topologyspreadconstraints-field + ## https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/ ## topologySpreadConstraints: []