From 97102574eb23aa4cb33ee8ea4a8459729bf0b473 Mon Sep 17 00:00:00 2001 From: Marcos Oliveira Date: Mon, 18 Jul 2022 15:39:37 -0700 Subject: [PATCH 1/2] update typo on readme.md --- hashicorp/vault/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hashicorp/vault/readme.md b/hashicorp/vault/readme.md index 8f80a31..5939154 100644 --- a/hashicorp/vault/readme.md +++ b/hashicorp/vault/readme.md @@ -2,7 +2,7 @@ # Vault -For this tutorial, I use Kuberentes 1.17 +For this tutorial, I use Kubernetes 1.17 It's critical because we'll need certain [admission controllers](https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/) enabled. To get 1.17 for Linux\Windows, just use `kind` since you can create a 1.17 with admissions all setup. From 52e5c975f5e9b8da7b15ecced2b583da3c382121 Mon Sep 17 00:00:00 2001 From: Marcos Oliveira Date: Mon, 18 Jul 2022 15:46:40 -0700 Subject: [PATCH 2/2] Update readme.md --- hashicorp/vault-2022/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hashicorp/vault-2022/readme.md b/hashicorp/vault-2022/readme.md index dd60168..12bd9cf 100644 --- a/hashicorp/vault-2022/readme.md +++ b/hashicorp/vault-2022/readme.md @@ -6,7 +6,7 @@ Requirements: * Kind or Minikube For this tutorial, I will be using Kubernetes 1.21. -If you are watching the old guide for Kuberentes 1.17, go [here](..\vault\readme.md) +If you are watching the old guide for Kubernetes 1.17, go [here](..\vault\readme.md) Lets create a Kubernetes cluster to play with using [kind](https://kind.sigs.k8s.io/docs/user/quick-start/)