You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: website/content/en/preview/faq.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Specify the desired architecture when you deploy workloads.
29
29
30
30
### What RBAC access is required?
31
31
All of the required RBAC rules can be found in the helm chart template.
32
-
See the [rbac.yaml](https://github.com/aws/karpenter/blob/main/charts/karpenter/templates/controller/rbac.yaml) file for details.
32
+
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.
33
33
34
34
### Can I run Karpenter outside of a Kubernetes cluster?
35
35
Yes, as long as the controller has network and IAM/RBAC access to the Kubernetes API and your provider API.
0 commit comments