From c18ea2e9d812cd871eae01125ec0b4abc052d4a4 Mon Sep 17 00:00:00 2001 From: Nate Reid <45366367+natereid72@users.noreply.github.com> Date: Thu, 20 Apr 2023 14:19:55 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1bcdbf..9ce3125 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ preferences: {} users: ``` -5. Replace host name in `server:`url with LB IP you noted earlier (e.g. server: https://192.168.253.2:443) +5. Replace host name in `server:`url with LB IP you noted earlier (e.g. `server: https://192.168.253.2:443`) 6. Search and replace all occurreces of the words `kubernetes` and `kubernetes-admin` with `cluster-a` _(This kubeconfig file will not store any specific user identity, it only points to our cluster and directs us to OIDC Auth to prove identity. So we do not need references to users or roles within it)_