mdering opened a new issue, #46658: URL: https://github.com/apache/airflow/issues/46658
### Apache Airflow Provider(s) google ### Versions of Apache Airflow Providers ```apache-airflow-providers-celery==3.8.3 apache-airflow-providers-cncf-kubernetes==8.1.0 apache-airflow-providers-common-compat==1.2.1 apache-airflow-providers-common-io==1.4.2 apache-airflow-providers-common-sql==1.18.0 apache-airflow-providers-elasticsearch==5.5.2 apache-airflow-providers-fab==1.3.0 apache-airflow-providers-ftp==3.11.1 apache-airflow-providers-google==10.20.0 apache-airflow-providers-http==4.13.1 apache-airflow-providers-imap==3.7.0 apache-airflow-providers-mysql==5.7.2 apache-airflow-providers-openlineage==1.12.2 apache-airflow-providers-postgres==5.13.1 apache-airflow-providers-sftp==5.0.0 apache-airflow-providers-smtp==1.8.0 apache-airflow-providers-sqlite==3.9.0 apache-airflow-providers-ssh==4.0.0``` ### Apache Airflow version 2.10 ### Operating System linux ### Deployment Google Cloud Composer ### Deployment details _No response_ ### What happened The extra link to the GKE pod does not currently work. I think this may also be the case for the GKEStartJobOperator as well. If you load the page, it 404s and the link does not work when you click on it ### What you think should happen instead The link should work ### How to reproduce Create a dag with a `GKEStartPodOperator` and when it runs, try to access the link to the kubernetes pod ### Anything else Looking at things that do work, they call a `persist` method on the operator link. This might be why it's not working here because that call is not in there. It seems to have been removed [here](https://github.com/apache/airflow/commit/3d2c96e3f5d238955bccba190726d0fba860eb7a#diff-95ed7631b172975c14b35fb4eeefebef992f7a1d1631d47a7222587ed94d8a07L538) ### 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]
