From 18b000e3247f5dddb43f3b57a4a3be3b21db6274 Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Thu, 27 Aug 2020 14:43:16 -0700 Subject: [PATCH] Small readme changes --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5ac15d5f..8bac3eba 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ With any of the above IDPs and integration strategies, `kubectl` commands receiv cluster-specific credential via a [Kubernetes client-go credential plugin](https://kubernetes.io/docs/reference/access-authn-authz/authentication/#client-go-credential-plugins). Users may use the Pinniped CLI as the credential plugin, or they may use any proprietary CLI -built with the [Pinniped Go client library](pkg/client). +built with the [Pinniped Go client library](generated). #### Cluster Authentication Sequence Diagram @@ -54,8 +54,9 @@ built with the [Pinniped Go client library](pkg/client). ## Installation -Currently, Pinniped supports self-hosted clusters where the teh Kube Controller Manager pod is accessible to Pinniped. -Support for other type of Kubernetes distributions is coming soon. +Currently, Pinniped supports self-hosted clusters where the Kube Controller Manager pod +is accessible from Pinniped's pods. +Support for other types of Kubernetes distributions is coming soon. To try Pinniped, see [deploy/README.md](deploy/README.md).