-
Beta Was this translation helpful? Give feedback.
Answered by
lcfang
Nov 1, 2023
Replies: 1 comment 14 replies
-
Nacos配置的dataId点前面那一部分是对应CRD的复数形式,所以http2rpc应该用http2rpcs(这个没问题),ingress应该用ingresses(这个不对)。 |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
先配置ingress后配置http2rpc可能存在http2rpc不生效的问题,参考(社区后续修复):issue#617