Skip to content

Commit

Permalink
join token step - feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcallister committed Sep 2, 2024
1 parent 18a3b48 commit 3774fc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ $ kubectl apply -f ./k8s-rbac.yaml
## Step 3/5. Create a join token

<Admonition type="note">
If you are using AWS EKS clusters with IAM OIDC enabled, you will need to use [IAM join method](../../../enroll-resources/agents/join-services-to-your-cluster/aws-iam.mdx)
If you are using AWS EKS clusters with IAM OIDC enabled, you will need to use the [IAM join method](../../../enroll-resources/agents/join-services-to-your-cluster/aws-iam.mdx)
instead of `static_jwks`. This is because the Kubernetes API server does not use its own JWKS for signing Service Account JWTs; instead, AWS IAM credentials are used.
</Admonition>

Expand Down

0 comments on commit 3774fc5

Please sign in to comment.