Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ingress支持多个path转发 #145

Closed
liqiangno1 opened this issue Dec 14, 2018 · 5 comments
Closed

ingress支持多个path转发 #145

liqiangno1 opened this issue Dec 14, 2018 · 5 comments
Assignees
Labels
kind/enhancement Categorizes issue or PR as related to enhancement.

Comments

@liqiangno1
Copy link

Describe the solution you'd like
目前页面只固定一个path,希望改成可以添加多个path转发

@wilhelmguo wilhelmguo added the kind/enhancement Categorizes issue or PR as related to enhancement. label Dec 14, 2018
@wilhelmguo
Copy link
Collaborator

@chengyumeng

@chengyumeng
Copy link
Collaborator

现在,你可以使用高级模式去增加多个 path 转发,当然后续我们会主动增加通过按钮多个 path 转发的功能。

@wilhelmguo
Copy link
Collaborator

@chengyumeng 功能上应该支持多path的,类似于Service的 Port,可以手动增加删除。另外还需要支持TLS

@liqiangno1
Copy link
Author

@chengyumeng 现在就是用高级模式修改得

@ajax-2
Copy link

ajax-2 commented Nov 20, 2020

spec:
rules:

  • host: k8s.local.com
    http:
    paths:
    • backend:
      serviceName: dashboard-kubernetes-dashboard
      servicePort: 443
      path: /
  • host: k8s.local.com
    http:
    paths:
    • backend:
      serviceName: dashboard-kubernetes-dashboard
      servicePort: 443
      path: /test
      这样加会有问题吗?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Categorizes issue or PR as related to enhancement.
Projects
None yet
Development

No branches or pull requests

4 participants