Investigate the Nacos Operator codebase, specifically the controller or reconciler logic that handles RBAC resources (likely in Go or Java, but note the repository is Java based). Look for existing validation functions or resource creation logic. Consider adding a deduplication check before creating or updating RBAC resources. Check if there are any linked pull requests or discussions in the issue comments for more context.
建议让nacos operator做去重限制 · alibaba/nacos#13535 | Good First Issue