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
I have tried for ages to get kubernetes outpost integration working; from my understanding the authentik-remote-cluster is required even in same cluster deployment? and this manages the outposts?
I have tried to deploy the remote cluster, but its not deploying. looking at the condition set serviceaccount.create should deploy the authentik-remote-cluster chart?
I've set
serviceAccount:
create: true
but it does nothing.
Other than deploying the remote cluster outside of my existing authentik template if its acutally needed, i cannot find much documentation on this...
My main goal is just to get the outpost integration working, apologies if im just being supid here
my entire authentik deployment:
Hi, not sure if you resolved the issue, but authentik-remote-cluster is only needed if your kubernetes cluster is not running locally. In this case, you would uncheck "Local Cluster" and copy your k8s config.
Assuming your cluster is local, go to Authentik UI > System > Outpost Integrations and check the k8s integration is working. If there are none, create one with Local Cluster check. With working integration, you should be able to go to Applications > Outposts and create a new Outpost. For integration option, select your local cluster, this will make Authentik communicate with your k8s and create some resources: outpost pod, ingress, service, secrets, etc.
Simply specify the development branch for now for your server and worker, and 2024.10(latest is 2024.10.5) image for outposts.
global:
image:
repository: ghcr.io/goauthentik/dev-servertag: gh-version-2024.12authentik:
outposts:
# -- Template used for managed outposts. The following placeholders can be used# %(type)s - the type of the outpost# %(version)s - version of your authentik install# %(build_hash)s - only for beta versions, the build hash of the image# container_image_base: ghcr.io/goauthentik/%(type)s:%(version)scontainer_image_base: ghcr.io/goauthentik/%(type)s:2024.10
I have tried for ages to get kubernetes outpost integration working; from my understanding the
authentik-remote-cluster
is required even in same cluster deployment? and this manages the outposts?I have tried to deploy the remote cluster, but its not deploying. looking at the condition set serviceaccount.create should deploy the
authentik-remote-cluster
chart?I've set
but it does nothing.
Other than deploying the remote cluster outside of my existing authentik template if its acutally needed, i cannot find much documentation on this...
My main goal is just to get the outpost integration working, apologies if im just being supid here
my entire authentik deployment:
The text was updated successfully, but these errors were encountered: