Gitlab has KAS disabled?

Hey folks,

so i’ve just finished installing my new gitlab instance with nixos. Everything works like a charm, even my gitlab runners using some other nixos machines running services.kubernetes works as expected.

Now the only thing missing apparently is the Kubernetes Agent Server (KAS). I’ve tried numerous ways of enabling it, but every time i visit the “connect a cluster” page, it says that KAS is disabled.

I also tried explicitly setting extraGitlabRb to


gitlab_kas['enable'] = true

but it should default to true anyway…
When i do that, i just get a gitlab error that gitlab_kas is not defined in ruby…

i’m a bit at a loss here. any ideas?

changing it to Settings.gitlab_kas[‘enable’] = true makes it work. yay