Managing Groups

In knot, groups are used to control access to templates and manage resource limits for users. For example, web developers may need access to PHP environments but not Go development environments used by DevOps teams.

Groups can also define limits for Compute and Storage Units, as well as other resources. When a user belongs to multiple groups, the limits from all groups are combined.


Creating Groups

To create a new group:

  1. From the menu, select Groups and then click New Group.
  2. Fill out the form presented:
    Group Create and Edit Form
    Group Create and Edit Form

Group Configuration Options

  • Name: The name of the group, used to identify it within the system.

  • Maximum Spaces: Limits the number of spaces a user can create as a member of this group. Set to a number greater than 0 to enforce a limit.

  • Compute Units Limit: Limits the number of compute units a user can use as a member of this group. Set to a number greater than 0 to enforce a limit.

  • Storage Units Limit: Limits the number of storage units a user can use as a member of this group. Set to a number greater than 0 to enforce a limit.

  • Maximum Tunnels: Limits the number of tunnels a user can create as a member of this group. Set to a number greater than 0 to enforce a limit.


Deleting a Group

To delete a group:

  1. Select the menu item for the group you want to delete.
  2. Click Delete and confirm the action.
    Delete Group Menu
    Delete Group Menu

Editing a Group

Editing a group is similar to creating one:

  1. Select the Edit option from the group menu.
  2. Update the group details as needed.