OsvaldoCorreia opened a new issue, #58272: URL: https://github.com/apache/airflow/issues/58272
### What do you see as an issue? In the [Google Cloud GKEStartPodOperator docs](https://airflow.apache.org/docs/apache-airflow-providers-google/stable/_api/airflow/providers/google/cloud/operators/kubernetes_engine/index.html#airflow.providers.google.cloud.operators.kubernetes_engine.GKEStartPodOperator) it is stated that the `dafault`behaviour for the __on_finish_action__ param is __keep_pod__. Yet, this is not the case in the [code](https://github.com/apache/airflow/blob/main/providers/google/src/airflow/providers/google/cloud/operators/kubernetes_engine.py#L648) since it was updated in this [commit](https://github.com/apache/airflow/commit/fa4a73ccc5e0907ec1a4e1cbd7f4fe5253c33b46). ### Solving the problem The [doc line](https://github.com/apache/airflow/blob/main/providers/google/src/airflow/providers/google/cloud/operators/kubernetes_engine.py#L620) where the default is stated should be updated to __delete_pod__. ### Anything else _No response_ ### Are you willing to submit PR? - [x] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
