Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide a Readme document to setup dex on kubernetes versions ~> 1.8 #1161

Closed
nagarjunac opened this issue Dec 28, 2017 · 4 comments
Closed

Comments

@nagarjunac
Copy link

I tried setting up dex on my Kubernetes cluster with version 1.8.2.
I found it hard to setup dex on kubernetes with the documentation provided. The third party resources are deprecated in 1.8 and It would be of great help if proper documentation is provided to setup Dex on kubernetes with versions >~ 1.8

@trinitronx
Copy link

I had good luck using SEJeff/k8s-ldap manifests as a starting point. The README there is also pretty good. It includes the new CustomResourceDefinition manifests

@whereisaaron
Copy link

whereisaaron commented Apr 26, 2018

Hi @nagarjunac there are helm charts available to install dex and dex-k8s-authenticator that work fine on k8s 1.8+.

  1. git clone [email protected]:mintel/dex-k8s-authenticator.git
  2. helm inspect values charts/dex > dex.yaml
  3. Edit 'dex.yaml' to suit your requirements
  4. helm install --values dex.yaml charts/dex

@cceckman
Copy link

Maybe this just needs to be a documentation update? It still refers to ThirdPartyResources rather than CRDs.

@nabokihms
Copy link
Member

The issue is stale, so I am going to close it.

Dex now has an official Helm chart that works with the recent Kubernetes versions.
https://artifacthub.io/packages/helm/dex/dex

There is also an issue to improve getting started documentation.
dexidp/website#78

Feel free to open a new issue if it is necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants