This message was deleted.
# neuvector-security
a
This message was deleted.
q
Hi Kareem. I do not believe you can trim the namespace off, no. It is a critical part of defining a given group.
a
Hi @crooked-terabyte-91046 - I’m not sure I understand the question. We checked with engineering, and there shouldn’t be an issue with 63 characters in NeuVector…. confirmed Jorn’s comment that .<namespace> is required. are you hitting a 63 character limit in kubernetes?
q
some objects have a limit on the length of the name or labels based on RFC-1123, I suspect we are hitting this. i didn’t think CRD objects had this limitation but trying to verify. I’ll also check to see if the CRD name itself matters to the logic, or just the contents. in which case we can truncate the name like you said.
c
Looks like the real issue was a label we were applying to the manifest. We automatically create a label with the name of the manifest. The label content has a shorter length then the name of the manifest. When I removed the label the problem went away. Thanks to @clean-magazine-25026 for helping me out on this.
🙌 1