You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/11/19 16:53:33 UTC

[GitHub] [airflow] potiuk commented on a change in pull request #19557: add kubernetes 1.21 support

potiuk commented on a change in pull request #19557:
URL: https://github.com/apache/airflow/pull/19557#discussion_r753363775



##########
File path: scripts/ci/libraries/_initialization.sh
##########
@@ -511,7 +511,7 @@ function initialization::initialize_provider_package_building() {
 # Determine versions of kubernetes cluster and tools used
 function initialization::initialize_kubernetes_variables() {
     # Currently supported versions of Kubernetes
-    CURRENT_KUBERNETES_VERSIONS+=("v1.20.2" "v1.19.7" "v1.18.15")
+    CURRENT_KUBERNETES_VERSIONS+=("v1.21.1" "v1.20.2")

Review comment:
       Yes. That's indeed better idea. 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org