From 7319d3796f6413807474942a369c542c590e5a4c Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Mon, 3 Feb 2020 10:11:40 -0800 Subject: [PATCH] Fix kubernetes storage link In 58093dbb2 the kubernetes documentation was updated to refer to CRDs rather than TPRs when discussing how storage works for dex. However, the rest of the line was not updated and still referred to the TPR section, whose anchor link was changed in 395febf80 with the removal of TPR support. This change updates the kubernetes documentation to point to the currect section of the storage documentation for CRDs. --- Documentation/kubernetes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/kubernetes.md b/Documentation/kubernetes.md index b7874c90..f35fbd23 100644 --- a/Documentation/kubernetes.md +++ b/Documentation/kubernetes.md @@ -49,7 +49,7 @@ Additional notes: The dex repo contains scripts for running dex on a Kubernetes cluster with authentication through GitHub. The dex service is exposed using a [node port][node-port] on port 32000. This likely requires a custom `/etc/hosts` entry pointed at one of the cluster's workers. -Because dex uses [CRDs](https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/) to store state, no external database is needed. For more details see the [storage documentation](storage.md#kubernetes-third-party-resources). +Because dex uses [CRDs](https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/) to store state, no external database is needed. For more details see the [storage documentation](storage.md#kubernetes-custom-resource-definitions-crds). There are many different ways to spin up a Kubernetes development cluster, each with different host requirements and support for API server reconfiguration. At this time, this guide does not have copy-pastable examples, but can recommend the following methods for spinning up a cluster: