Skip to content

Commit

Permalink
docs: aws eks
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan4yin committed Feb 21, 2024
1 parent 2661808 commit 34b3b9e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions cloud-provider/aws/EKS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# EKS


## MISC

获取 Kubeconfig:

```
aws eks update-kubeconfig --region us-east-1 --name $CLUSTER_NAME
```

切换 PROFILE:

```
export AWS_PROFILE=profile-name
aws xxx xxx
```


## IAM 与 ServiceAccount 的角色绑定

- [Creating an IAM role and policy for your service account](https://docs.aws.amazon.com/eks/latest/userguide/create-service-account-iam-policy-and-role.html)
Expand Down

0 comments on commit 34b3b9e

Please sign in to comment.