https://rancher.com/ logo
#hobbyfarm
Title
# hobbyfarm
c

careful-mouse-42236

02/02/2023, 9:45 AM
Admin UI: I'm able to run it locally but I don't have access to the different components (missing RBAC I guess) whereas I'm logged as an admin user could you point me in the right direction?
image.png
Expected: (I don't understand how the title in the page can be different as it's hard coded in the html file of the home component)
w

wooden-electrician-2256

02/02/2023, 9:54 AM
Did you create the rolebinding for your admin user? There should be a role “hobbyfarm-admin”
Copy code
kubectl create rolebinding <rolebinding name> --role hobbyfarm-admin --user <user-id>
You can find the user-it with
Copy code
kubectl get <http://users.hobbyfarm.io|users.hobbyfarm.io>
f

faint-optician-47536

02/02/2023, 9:57 AM
Exactly. Admin Users do not exist anymore. You need a corresponding role. The role hobbyfarm-admin should be created automaticlaly which is an All-Access Role.
c

careful-mouse-42236

02/02/2023, 9:58 AM
Thanks Luca and Jan-Gerrit! I find the local setup very complicated so I kind of started from scratch a new simple procedure... Sorry for this questions but it's a great way for me to learn about HobbyFarm
It's well documented in https://hobbyfarm.github.io/docs/setup/post_install/ I'll follow this
f

faint-optician-47536

02/02/2023, 10:01 AM
okey. otherwise create a pr for the docs
👍 1
c

careful-mouse-42236

02/02/2023, 10:01 AM
I'm on it 🙂
🙂
👍 2
4 Views