DNS 952子域公约是什么
我的OpenShift配置遇到了一个错误,说我的路线必须符合DNS 952子域约定。
这些是什么?
Ran into an error with my Openshift configuration saying my route must conform to the DNS 952 subdomain conventions.
What are they?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
RFC 952仅在 https://datatracker.ietf.org.org/doc/doc/doc/doc/html/rfc/rfc/rfc/rfc/rfc/rfc 但后来由其他RFC进行了修订。
最近的DNS术语RFC(8499)为您提供了所需的定义和链接,请查看 https://datatracker.ietf.org/doc/html/rfc8499#section-2
RFC 952 is simply at https://datatracker.ietf.org/doc/html/rfc952 but itself later revised by other RFCs.
The recent DNS Terminology RFC (8499) gives you the definition and links you need, have a look at https://datatracker.ietf.org/doc/html/rfc8499#section-2
根据微软关于命名约定
对于DNS主机名称:
不允许的字符是:
因此,如果您使用模板配置OpenShift。
According to Microsoft's article about naming conventions
For DNS host names:
and the disallowed characters are:
So if you configure Openshift using a template.yml be sure to not have any extra braces (from parameters), or use any of the other illegal characters.