From 01a96145f57c20ee6018d5956c107d2e2e7d7abc Mon Sep 17 00:00:00 2001 From: John Nelson Date: Fri, 21 Aug 2020 14:15:18 -0400 Subject: [PATCH] ClusterRoleBinding roleRef correct name webhook auth did not work until the name for the ClusterRoleBinding was changed to match the name given in the ClusterRole: kubelet-api --- content/post/secure-kubelet-metrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/post/secure-kubelet-metrics.md b/content/post/secure-kubelet-metrics.md index de0d42b1..d3f99660 100644 --- a/content/post/secure-kubelet-metrics.md +++ b/content/post/secure-kubelet-metrics.md @@ -168,7 +168,7 @@ subjects: namespace: default roleRef: kind: ClusterRole - name: test-kubelet-api + name: kubelet-api apiGroup: rbac.authorization.k8s.io --- apiVersion: v1