Docs: Broken link to KubernetesPodOperator
See original GitHub issueApache Airflow version: 1.10.9 (latest on docs site)
Kubernetes version (if you are using kubernetes) (use kubectl version
):
Environment:
- Cloud provider or hardware configuration:
- OS (e.g. from /etc/os-release):
- Kernel (e.g.
uname -a
): - Install tools:
- Others: What happened:
Go to https://airflow.apache.org/docs/stable/kubernetes.html, click on KubernetePodOperator
, it sends you to the Executor instead.
What you expected to happen:
I expect to arrive on the KubernetesPodOperator page. Looking at the code, the link points to a page that is now gone.
- rst code with link to old page https://github.com/apache/airflow/blame/1c5e105db7e740540e6b2453b3bfb016925c1e07/docs/kubernetes.rst#L31
- old page is present on readthedocs https://airflow.readthedocs.io/en/latest/howto/operator/index.html
- old page is not present on the new docs https://airflow.apache.org/docs/stable/howto/operator/index.html
How to reproduce it:
Go to https://airflow.apache.org/docs/stable/kubernetes.html, click on KubernetePodOperator
, it sends you to the Executor instead.
Anything else we need to know:
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Use the KubernetesPodOperator | Cloud Composer
KubernetesPodOperator launches Kubernetes pods in your environment's ... In the Resources > GKE cluster section, follow the view cluster details link.
Read more >Airflow KubernetesPodOperator Losing Connection to Worker ...
The connection broken error seems to happen exactly 1 hour after the last logs that Airflow pulls from the pod (we do have...
Read more >Package apache-airflow-providers-cncf-kubernetes
2022-06-06. Add param docs to KubernetesHook and KubernetesPodOperator (#23955) (#24054) ... Fix Broken Markdown links in Providers README TOC (#11249).
Read more >Use the KubernetesPodOperator | Astronomer Documentation
Use the KubernetesPodOperator in Airflow to run tasks in Kubernetes Pods. ... The following image shows how to set up a Kubernetes cluster...
Read more >Init Containers | Kubernetes
See Container in the API reference for more details. ... version of Kubernetes, consult the documentation for the version you are using.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Has been cherry-picked to 1.10.10rc2
Aah ok got you.
Thanks for the PR.