You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by GitBox <gi...@apache.org> on 2019/11/24 13:38:40 UTC

[GitHub] [incubator-heron] ShawnZhong opened a new issue #3404: Update Kubernetes proxy URLs

ShawnZhong opened a new issue #3404: Update Kubernetes proxy URLs
URL: https://github.com/apache/incubator-heron/issues/3404
 
 
   This is briefly mentioned in the comment of a previous issue https://github.com/apache/incubator-heron/issues/2913#issuecomment-448798534. 
   
   Kubernetes made an API change to the proxy URL, which brakes some links in this repository. 
   
   Proxy URLs used to have `/proxy` in the middle, but it is moved to the end (See https://kubernetes.io/docs/tasks/access-application-cluster/access-cluster/#manually-constructing-apiserver-proxy-urls) 
   
   The list of links that need to be changed can be found [here](https://github.com/apache/incubator-heron/search?q=%22api%2Fv1%2Fproxy%22&unscoped_q=%22api%2Fv1%2Fproxy%22)
   
   ![image](https://user-images.githubusercontent.com/6421097/69495478-0c6eff80-0e8d-11ea-998d-c6b7edb9309e.png)
   
   [Here](https://github.com/apache/incubator-heron/search?q=%22api%2Fv1%2Fnamespaces%22&unscoped_q=%22api%2Fv1%2Fnamespaces%22) is a list of links follows to the newest API: 
   
   ![image](https://user-images.githubusercontent.com/6421097/69495515-52c45e80-0e8d-11ea-9783-2ea723414873.png)
   

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