Skip to content

Commit 5ddf71b

Browse files
authored
Replaces the link to non-existent rbac.yaml into the four files it is broken down to after #1145 for v0.6.1 (#1305)
1 parent e86b864 commit 5ddf71b

File tree

1 file changed

+1
-1
lines changed
  • website/content/en/v0.6.1

1 file changed

+1
-1
lines changed

website/content/en/v0.6.1/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)