Bowrna commented on code in PR #39727:
URL: https://github.com/apache/airflow/pull/39727#discussion_r1615656115
##########
tests/system/providers/google/cloud/kubernetes_engine/example_kubernetes_engine_async.py:
##########
@@ -40,7 +40,12 @@
GCP_LOCATION = "europe-north1-a"
CLUSTER_NAME = f"gke-async-{ENV_ID}".replace("_", "-")
-CLUSTER = {"name": CLUSTER_NAME, "initial_node_count": 1}
+CLUSTER = {
+ "name": CLUSTER_NAME,
+ "node_pools": {
+ "initial_node_count": 1,
+ },
Review Comment:
I didn't run it with my local environment and @VladaZakharova pointed out
this test errors here
https://github.com/apache/airflow/pull/39713
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]