Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix typo in auth-configmap.md #769

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc_source/auth-configmap.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Enabling IAM principal access to your cluster<a name="auth-configmap"></a>

**Important**
The `aws-auth` ConfigMap is deprecated\. The reccomended method to manage access to Kubernetes APIs is [Access Entries](access-entries.md)\.
The `aws-auth` ConfigMap is deprecated\. The recommended method to manage access to Kubernetes APIs is [Access Entries](access-entries.md)\.

Access to your cluster using [IAM principals](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html) is enabled by the [AWS IAM Authenticator for Kubernetes](https://github.com/kubernetes-sigs/aws-iam-authenticator#readme), which runs on the Amazon EKS control plane\. The authenticator gets its configuration information from the `aws-auth` `ConfigMap`\. For all `aws-auth` `ConfigMap` settings, see [Full Configuration Format](https://github.com/kubernetes-sigs/aws-iam-authenticator#full-configuration-format) on GitHub\.

Expand Down Expand Up @@ -330,4 +330,4 @@ If you receive any authorization or resource type errors, see [Unauthorized or a
kubectl get nodes --watch
```

Enter `Ctrl`\+`C` to return to a shell prompt\.
Enter `Ctrl`\+`C` to return to a shell prompt\.