We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
最终期望,可以将 k8s的 coredns 服务,通过 ingress 的4层代理方式暴露出去,允许用户直接新增dns服务地址为 ingress地址,用户直接创建的ing 可以直接被访问
The text was updated successfully, but these errors were encountered:
最终效果:允许用户配置dns的地址,指向 ingress controller,然后每次创建 ing的域名时,自动生效,不需要做额外的配置,直接就能用。解决每次配置ing的时候,都需要本地配置解析的问题
Sorry, something went wrong.
piaobeizu
No branches or pull requests
最终期望,可以将 k8s的 coredns 服务,通过 ingress 的4层代理方式暴露出去,允许用户直接新增dns服务地址为 ingress地址,用户直接创建的ing 可以直接被访问
The text was updated successfully, but these errors were encountered: