From 0d1c5d0701d5867e07dd36f86d22ee58242e512e Mon Sep 17 00:00:00 2001 From: Ryan Maleki Date: Wed, 9 Feb 2022 12:16:37 -0800 Subject: [PATCH] Replaces the link to non-existent rbac.yaml into the four files it is broken down to after https://github.com/aws/karpenter/pull/1145 (#1301) --- website/content/en/preview/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/en/preview/faq.md b/website/content/en/preview/faq.md index e8b22a3eea73..60b55bdbbc65 100644 --- a/website/content/en/preview/faq.md +++ b/website/content/en/preview/faq.md @@ -29,7 +29,7 @@ Specify the desired architecture when you deploy workloads. ### What RBAC access is required? All of the required RBAC rules can be found in the helm chart template. -See the [rbac.yaml](https://github.com/aws/karpenter/blob/main/charts/karpenter/templates/controller/rbac.yaml) file for details. +See [clusterrolebinding.yaml](https://github.com/aws/karpenter/blob/main/charts/karpenter/templates/clusterrolebinding.yaml), [clusterrole.yaml](https://github.com/aws/karpenter/blob/main/charts/karpenter/templates/clusterrole.yaml), [rolebinding.yaml](https://github.com/aws/karpenter/blob/main/charts/karpenter/templates/rolebinding.yaml), and [role.yaml](https://github.com/aws/karpenter/blob/main/charts/karpenter/templates/role.yaml) files for details. ### Can I run Karpenter outside of a Kubernetes cluster? Yes, as long as the controller has network and IAM/RBAC access to the Kubernetes API and your provider API.