shahar1 commented on code in PR #60960:
URL: https://github.com/apache/airflow/pull/60960#discussion_r2724276874


##########
providers/google/src/airflow/providers/google/cloud/operators/kubernetes_engine.py:
##########
@@ -616,7 +616,7 @@ class GKEStartPodOperator(GKEOperatorMixin, 
KubernetesPodOperator):
     :param on_finish_action: What to do when the pod reaches its final state, 
or the execution is interrupted.
         If "delete_pod", the pod will be deleted regardless its state; if 
"delete_succeeded_pod",
         only succeeded pod will be deleted. You can set to "keep_pod" to keep 
the pod.
-        Current default is `delete_pod`, but this will be changed in the next 
major release of this provider.
+        Default is `delete_pod`. 

Review Comment:
   ```suggestion
           Default is `delete_pod`.
   ```



-- 
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]

Reply via email to