AlinsRan commented on PR #11822: URL: https://github.com/apache/apisix/pull/11822#issuecomment-3222256565
> @AlinsRan > > Please evaluate this and see if it's really necessary. > > For example, does the concatenation of kubernetes resource names to form APISIX resource names still exist in ingress controller v2? If so, should we continue with this approach? Is using a short hash string as an alternative? > > If we still use the old way, are the changes in this PR necessary? > > This requires input from the APISIX ingress controller maintainers. The uniqueness of APISIX resources is guaranteed by the id, while the name is mainly for readability. Currently, Ingress Controller v2 still generates APISIX resource names by concatenating Kubernetes resource names. Therefore, increasing the length limit from 100 to 256 is reasonable, as it aligns with Kubernetes’ 253-character limit. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org