You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
k logs po/gitkubed
Setting up git remotes
Configuring : my-really-really-really-long-ns-app-remote
Adding user `my-really-really-really-long-ns-app-remote' ...Adding new group `my-really-really-really-long-ns-app-remote' (1000) ...groupadd: 'my-really-really-really-long-ns-app-remote' is not a valid group nameadduser: `/usr/sbin/groupadd -g 1000 my-really-really-really-long-ns-app-remote' returned error code 3. Exiting.
Is there any way to overwrite the computed my-really-really-really-long-ns-app-remote identifier so groupadd can run through?
The text was updated successfully, but these errors were encountered:
Yeah, I suppose there will be a problem with really long ns + remote names. Good catch. Maybe we can use some hash to represent (the user and groups) internally. I will send a fix soon.
shahidhk
changed the title
groupadd: Not a valid group name
change naming schema for the username and group
Oct 1, 2018
Hi,
It seems like naming a remote is subject to certain limitations as
groupadd
is executed (potentially 32chars?).Example
Is there any way to overwrite the computed
my-really-really-really-long-ns-app-remote
identifier so groupadd can run through?The text was updated successfully, but these errors were encountered: