From c9a36930b61ac7d289c569f5c428c0c2c7a17a7e Mon Sep 17 00:00:00 2001 From: Waldemar Quevedo Date: Thu, 8 Sep 2016 15:48:24 -0700 Subject: [PATCH] fix small typo in controller guide --- docs/04-kubernetes-controller.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/04-kubernetes-controller.md b/docs/04-kubernetes-controller.md index 402b680..fde76c7 100644 --- a/docs/04-kubernetes-controller.md +++ b/docs/04-kubernetes-controller.md @@ -87,7 +87,7 @@ sudo mv token.csv /var/lib/kubernetes/ ##### Authorization -Attribute-Based Access Control (ABAC) will be used to authorize access to the Kubernetes API. In this lab ABAC will be setup using the Kuberentes policy file backend as documented in the [Kubernetes authorization guide](http://kubernetes.io/docs/admin/authorization). +Attribute-Based Access Control (ABAC) will be used to authorize access to the Kubernetes API. In this lab ABAC will be setup using the Kubernetes policy file backend as documented in the [Kubernetes authorization guide](http://kubernetes.io/docs/admin/authorization). ``` wget https://raw.githubusercontent.com/kelseyhightower/kubernetes-the-hard-way/master/authorization-policy.jsonl