Skip to content

Commit 0d1c5d0

Browse files
authored
Replaces the link to non-existent rbac.yaml into the four files it is broken down to after #1145 (#1301)
1 parent 6b52c28 commit 0d1c5d0

File tree

1 file changed

+1
-1
lines changed
  • website/content/en/preview

1 file changed

+1
-1
lines changed

website/content/en/preview/faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Specify the desired architecture when you deploy workloads.
2929

3030
### What RBAC access is required?
3131
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.
3333

3434
### Can I run Karpenter outside of a Kubernetes cluster?
3535
Yes, as long as the controller has network and IAM/RBAC access to the Kubernetes API and your provider API.

0 commit comments

Comments
 (0)