ryankert01 commented on code in PR #464:
URL: https://github.com/apache/yunikorn-site/pull/464#discussion_r1742127054


##########
docs/user_guide/queue_config.md:
##########
@@ -265,7 +271,19 @@ The star "*" is the wildcard character and matches all 
users or groups.
 Duplicate entries in the lists are ignored and do not cause a parsing error.
 Specifying a star beside other list elements is not allowed.
 When a wildcard group is configured, a limit must be configured with at least 
one named group.
-Parsing will reject the configuration with limits that do not follow this rule.
+
+Valid User name:
+
+* must start with lower case or upper case alphabet,
+* followed by alphanumeric character ([a-z0-9A-Z]), underscores (_), colons 
(:), hashes (#), slashes (/), at signs (@), dots (.), and dashes (-).
+* could end with dollar ($).
+
+Valid Group name:
+
+* must start with lower case or upper case alphabet

Review Comment:
   ```suggestion
   * must start with a letter (uppercase or lowercase) or an underscore (_).
   ```



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to