You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/04/03 12:55:43 UTC

[GitHub] [airflow] louisguitton opened a new issue #8093: Docs: Broken link to KubernetesPodOperator

louisguitton opened a new issue #8093: Docs: Broken link to KubernetesPodOperator
URL: https://github.com/apache/airflow/issues/8093
 
 
   <!--
   
   Welcome to Apache Airflow!  For a smooth issue process, try to answer the following questions.
   Don't worry if they're not all applicable; just try to include what you can :-)
   
   If you need to include code snippets or logs, please put them in fenced code
   blocks.  If they're super-long, please use the details tag like
   <details><summary>super-long log</summary> lots of stuff </details>
   
   Please delete these comment blocks before submitting the issue.
   
   -->
   
   <!--
   
   IMPORTANT!!!
   
   Please complete the next sections or the issue will be closed.
   This questions are the first thing we need to know to understand the context.
   
   -->
   
   **Apache 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**:
   
   <!-- (please include exact error messages if you can) -->
   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**:
   
   <!-- What do you think went wrong? -->
   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**:
   <!---
   
   As minimally and precisely as possible. Keep in mind we do not have access to your cluster or dags.
   
   If you are using kubernetes, please attempt to recreate the issue using minikube or kind.
   
   ## Install minikube/kind
   
   - Minikube https://minikube.sigs.k8s.io/docs/start/
   - Kind https://kind.sigs.k8s.io/docs/user/quick-start/
   
   If this is a UI bug, please provide a screenshot of the bug or a link to a youtube video of the bug in action
   
   You can include images using the .md sytle of
   ![alt text](http://url/to/img.png)
   
   To record a screencast, mac users can use QuickTime and then create an unlisted youtube video with the resulting .mov file.
   
   --->
   
   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**:
   
   <!--
   
   How often does this problem occur? Once? Every time etc?
   
   Any relevant logs to include? Put them here in side a detail tag:
   <details><summary>x.log</summary> lots of stuff </details>
   
   -->
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] mik-laj commented on issue #8093: Docs: Broken link to KubernetesPodOperator

Posted by GitBox <gi...@apache.org>.
mik-laj commented on issue #8093: Docs: Broken link to KubernetesPodOperator
URL: https://github.com/apache/airflow/issues/8093#issuecomment-608529144
 
 
   I got it. The problem is only in the 1.10 series. In Airflow 2.0 this problem is gone.
   Here is latest doc: https://airflow.readthedocs.io/en/latest/kubernetes.html

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] louisguitton commented on issue #8093: Docs: Broken link to KubernetesPodOperator

Posted by GitBox <gi...@apache.org>.
louisguitton commented on issue #8093: Docs: Broken link to KubernetesPodOperator
URL: https://github.com/apache/airflow/issues/8093#issuecomment-608592870
 
 
   > I got it. The problem is only in the 1.10 series. In Airflow 2.0 this problem is gone.
   
   Aah ok got you.
   
   Thanks for the PR. 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] mik-laj commented on issue #8093: Docs: Broken link to KubernetesPodOperator

Posted by GitBox <gi...@apache.org>.
mik-laj commented on issue #8093: Docs: Broken link to KubernetesPodOperator
URL: https://github.com/apache/airflow/issues/8093#issuecomment-608418403
 
 
   Hi. Could you create PR yourself? You can do this from Github Web UI.
   ![image](https://user-images.githubusercontent.com/12058428/78363049-66aa6a80-75bb-11ea-90f4-3eb6ca8235d0.png)
   https://help.github.com/en/github/managing-files-in-a-repository/editing-files-in-your-repository
   Thnks!

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] louisguitton edited a comment on issue #8093: Docs: Broken link to KubernetesPodOperator

Posted by GitBox <gi...@apache.org>.
louisguitton edited a comment on issue #8093: Docs: Broken link to KubernetesPodOperator
URL: https://github.com/apache/airflow/issues/8093#issuecomment-608470649
 
 
   Sorry if wasn't clear: 
   - the link is correct ✅ 
   - the destination page is correct ✅ , it's here https://github.com/apache/airflow/blob/master/docs/howto/operator/kubernetes.rst
   - when you inspect the HTML, the link is wrong ❌ as you can see here 
   ![image](https://user-images.githubusercontent.com/7823843/78372392-847ecc00-75c9-11ea-9e09-d0b66548e150.png)
   - the fact that it shows up fine on read the docs proves it's rather an issue with the new website
   
   At this moment, it's not clear to me how I could fix this with a PR in the UI on the `.rst` file 😂 
   
   Let me know if in the end you feel like the issue is more to open on apache/airflow-site.
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] louisguitton edited a comment on issue #8093: Docs: Broken link to KubernetesPodOperator

Posted by GitBox <gi...@apache.org>.
louisguitton edited a comment on issue #8093: Docs: Broken link to KubernetesPodOperator
URL: https://github.com/apache/airflow/issues/8093#issuecomment-608470649
 
 
   Sorry if I wasn't clear: 
   - the link is correct ✅ 
   - the destination page is correct ✅ , it's here https://github.com/apache/airflow/blob/master/docs/howto/operator/kubernetes.rst
   - when you inspect the HTML, the link is wrong ❌ as you can see here 
   ![image](https://user-images.githubusercontent.com/7823843/78372392-847ecc00-75c9-11ea-9e09-d0b66548e150.png)
   - the fact that it shows up fine on read the docs proves it's rather an issue with the new website setup I would say
   
   At this moment, it's not clear to me how I could fix this with a PR in the UI on the `.rst` file 😂 
   And it's not clear to me how I would further debug this, therefore I opened an issue.
   
   Let me know if in the end you feel like the issue is more to open on apache/airflow-site.
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] kaxil closed issue #8093: Docs: Broken link to KubernetesPodOperator

Posted by GitBox <gi...@apache.org>.
kaxil closed issue #8093: Docs: Broken link to KubernetesPodOperator
URL: https://github.com/apache/airflow/issues/8093
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] louisguitton edited a comment on issue #8093: Docs: Broken link to KubernetesPodOperator

Posted by GitBox <gi...@apache.org>.
louisguitton edited a comment on issue #8093: Docs: Broken link to KubernetesPodOperator
URL: https://github.com/apache/airflow/issues/8093#issuecomment-608470649
 
 
   Sorry if wasn't clear: 
   - the link is correct ✅ 
   - the destination page is correct ✅ , it's here https://github.com/apache/airflow/blob/master/docs/howto/operator/kubernetes.rst
   - when you inspect the HTML, the link is wrong ❌ as you can see here 
   ![image](https://user-images.githubusercontent.com/7823843/78372392-847ecc00-75c9-11ea-9e09-d0b66548e150.png)
   - the fact that it shows up fine on read the docs proves it's rather an issue with the new website setup I would say
   
   At this moment, it's not clear to me how I could fix this with a PR in the UI on the `.rst` file 😂 
   And it's not clear to me how I would further debug this, therefore I opened an issue.
   
   Let me know if in the end you feel like the issue is more to open on apache/airflow-site.
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] boring-cyborg[bot] commented on issue #8093: Docs: Broken link to KubernetesPodOperator

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #8093: Docs: Broken link to KubernetesPodOperator
URL: https://github.com/apache/airflow/issues/8093#issuecomment-608417680
 
 
   Thanks for opening your first issue here! Be sure to follow the issue template!
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] kaxil commented on issue #8093: Docs: Broken link to KubernetesPodOperator

Posted by GitBox <gi...@apache.org>.
kaxil commented on issue #8093: Docs: Broken link to KubernetesPodOperator
URL: https://github.com/apache/airflow/issues/8093#issuecomment-608569012
 
 
   Has been cherry-picked to 1.10.10rc2

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] louisguitton commented on issue #8093: Docs: Broken link to KubernetesPodOperator

Posted by GitBox <gi...@apache.org>.
louisguitton commented on issue #8093: Docs: Broken link to KubernetesPodOperator
URL: https://github.com/apache/airflow/issues/8093#issuecomment-608470649
 
 
   Sorry if wasn't clear: 
   - the link is correct ✅ 
   - the destination page is correct ✅ , it's here https://github.com/apache/airflow/blob/master/docs/howto/operator/kubernetes.rst
   - when you inspect the HTML, the link is wrong ❌ as you can see here 
   ![image](https://user-images.githubusercontent.com/7823843/78372392-847ecc00-75c9-11ea-9e09-d0b66548e150.png)
   - the fact that it shows up fine on read the docs proves it's rather an issue with the new website
   
   At this moment, it's not clear to me how I could fix this with a PR in the UI on the `.rst` file 😂 
   
   Let me know if in the end the issue is more to open on apache/airflow-site.
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services