How to have users with different permissions?

Hey there,

We have a JHub K8S cluster and we have several types of users. Let’s imagine users of groupA and users of groupB.

We are going to create different profiles so that we can have one that has much higher CPU and memory guarantees (let’s call that one betterEnv for the sake of simplification).

We want groupA to have access to the betterEnv profile, but we don’t want groupB users to use to that amount of resources, so groupB shouldn’t be able to choose the betterEnv profile. Does JHub support this out-of the box?

Thanks!

I would read this post :slight_smile: Tailoring spawn options and server configuration to certain users

1 Like

This is great, thanks!!