Skip to content

Commit

Permalink
Add support for k8s 1.26 (#28320)
Browse files Browse the repository at this point in the history
  • Loading branch information
jedcunningham authored Dec 14, 2022
1 parent b8aae46 commit 552d13b
Show file tree
Hide file tree
Showing 15 changed files with 257 additions and 217 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Apache Airflow is tested with:
|---------------------|------------------------------|------------------------------|
| Python | 3.7, 3.8, 3.9, 3.10 | 3.7, 3.8, 3.9, 3.10 |
| Platform | AMD64/ARM64(\*) | AMD64/ARM64(\*) |
| Kubernetes | 1.23, 1.24, 1.25 | 1.21, 1.22, 1.23, 1.24, 1.25 |
| Kubernetes | 1.23, 1.24, 1.25, 1.26 | 1.21, 1.22, 1.23, 1.24, 1.25 |
| PostgreSQL | 11, 12, 13, 14, 15 | 11, 12, 13, 14, 15 |
| MySQL | 5.7, 8 | 5.7, 8 |
| SQLite | 3.15.0+ | 3.15.0+ |
Expand Down
2 changes: 1 addition & 1 deletion dev/breeze/src/airflow_breeze/global_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
*ALL_INTEGRATIONS,
"all",
]
ALLOWED_KUBERNETES_VERSIONS = ["v1.23.13", "v1.24.7", "v1.25.3"]
ALLOWED_KUBERNETES_VERSIONS = ["v1.23.13", "v1.24.7", "v1.25.3", "v1.26.0"]
ALLOWED_EXECUTORS = ["KubernetesExecutor", "CeleryExecutor", "LocalExecutor", "CeleryKubernetesExecutor"]
ALLOWED_KIND_OPERATIONS = ["start", "stop", "restart", "status", "deploy", "test", "shell", "k9s"]
ALLOWED_CONSTRAINTS_MODES_CI = ["constraints-source-providers", "constraints", "constraints-no-providers"]
Expand Down
2 changes: 1 addition & 1 deletion docs/apache-airflow/installation/prerequisites.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Starting with Airflow 2.3.0, Airflow is tested with:.
* SQLite: 3.15.0+
* MSSQL(Experimental): 2017, 2019

* Kubernetes: 1.23, 1.24, 1.25
* Kubernetes: 1.23, 1.24, 1.25, 1.26

The minimum memory required we recommend Airflow to run with is 4GB, but the actual requirements depends
wildly on the deployment options you have
Expand Down
24 changes: 12 additions & 12 deletions images/breeze/output-commands-hash.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ cleanup:231de69d5f47ba29c883164e4575e310
compile-www-assets:c8a8c4f002f7246d0541897fc7c70313
exec:42bbd3c1659128b0341ae118c3482da2
k8s:build-k8s-image:bf48ee8742757dc19a4c3fad23f060a7
k8s:configure-cluster:4b52c1c32a2b7dd083b7ef7a0fd38c8e
k8s:create-cluster:34b687c88e333af2bdc15bac52e017a7
k8s:delete-cluster:96d8042733211d511dad2dfe58f41724
k8s:deploy-airflow:934e1e2973eae195bfa00b3a96ff5bf1
k8s:k9s:b0992a99d09a1a86cfca5bd97e4f5116
k8s:logs:8866a2f777abc309a53e9a0825085ec6
k8s:run-complete-tests:eccbf86435a03e715e3da1095b1cec71
k8s:configure-cluster:0b4b5ec9d222ac64227f44e976b839ae
k8s:create-cluster:9e997d0a571334c0f78b0491ae01431d
k8s:delete-cluster:95dc1eba5b64f4c286b9dda332d0b4b8
k8s:deploy-airflow:4e219c6f9f5244f49bff263a2354145d
k8s:k9s:6ebf62101a581977fde6e11631638333
k8s:logs:eb10b7ca4a62d5d2c5d6f8615407fd19
k8s:run-complete-tests:fb665a2e77a3cac4bc55aea369f8e64c
k8s:setup-env:b0ea72ef1819f831b1f80e8bd4d299ce
k8s:shell:d910fc81dc5a896b878293b9d713ed82
k8s:status:5c1a6a3d334d823a76ac9e06341428e7
k8s:tests:557a9c49cac41b7fd21fe0ae150f8e3d
k8s:upload-k8s-image:3f52ecc8cbe658dc9cd3a8cde6c27401
k8s:f857368e940e05e5d20d0cbec3229030
k8s:shell:34297f0be58baea2f4f9ea169c265e62
k8s:status:2b8aa0b9597a1790c184c7b776ebd9c3
k8s:tests:dc44e907de908d1c4f11cf5d99915da1
k8s:upload-k8s-image:b012457bb6a98524859ecaf5746b4439
k8s:a04e7db8fb49c16a0633ac32f14463ec
prod-image:build:f5b0b26658c6730ae5df95cadc8026ac
prod-image:pull:e3c89dd908fc44adf6e159c2950ebdd0
prod-image:verify:31bc5efada1d70a0a31990025db1a093
Expand Down
54 changes: 29 additions & 25 deletions images/breeze/output_k8s_configure-cluster.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions images/breeze/output_k8s_create-cluster.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 552d13b

Please sign in to comment.