From 44e988fb41a113fb98f0bdd62f99231e65147779 Mon Sep 17 00:00:00 2001 From: Tiago Matias Date: Mon, 5 Nov 2018 17:43:23 -0200 Subject: [PATCH] point users to storage/RBAC docs --- Documentation/kubernetes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/kubernetes.md b/Documentation/kubernetes.md index 20693c15..a7cc5c65 100644 --- a/Documentation/kubernetes.md +++ b/Documentation/kubernetes.md @@ -60,7 +60,7 @@ To run dex on Kubernetes perform the following steps: 2. Spin up a Kubernetes cluster with the appropriate flags and CA volume mount. 3. Create a secret containing your [GitHub OAuth2 client credentials][github-oauth2]. 4. Deploy dex. -5. Create and assign 'dex' cluster role to dex service account (if RBAC authorization is used). +5. Create and assign 'dex' cluster role to dex service account ([to enable dex to manage its CRDs, if RBAC authorization is used](https://github.com/dexidp/dex/blob/master/Documentation/storage.md#kubernetes-custom-resource-definitions-crds)). The TLS assets can be created using the following command: