mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-24 08:28:12 +00:00
Update the AWS instructions with EBS CSI and IAM policy instructions (#11872)
Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
This commit is contained in:
parent
42bb07a35e
commit
7e9fa81580
@ -53,7 +53,18 @@ ip-192-168-64-56.us-west-2.compute.internal Ready <none> 3h v1.18.9-ek
|
||||
ip-192-168-8-126.us-west-2.compute.internal Ready <none> 3h v1.18.9-eks-d1db3c
|
||||
```
|
||||
|
||||
Once your cluster is running, make sure to install the EBS CSI driver, Core DNS, and VPC CNI plugin for Kubernetes. [add-ons](https://docs.aws.amazon.com/eks/latest/userguide/eks-add-ons.html)
|
||||
### Install EBS CSI driver, Core DNS, and VPC CNI plugin for Kubernetes
|
||||
|
||||
Once your cluster is running, make sure to install the EBS CSI driver, Core DNS, and VPC CNI plugin for Kubernetes. [add-ons](https://docs.aws.amazon.com/eks/latest/userguide/eks-add-ons.html). By default Core DNS and VPC CNI plugins are installed. You need to manually install the EBS CSI driver. It show look this in your console when you are done.
|
||||
|
||||

|
||||
|
||||
### Add the AmazonEBSCSIDriverPolicy role to the EKS node group
|
||||
|
||||
Next is to add the AmazonEBSCSIDriverPolicy role to the EKS node group. You will from the EKS Node group by going to the Compute tab in your EKS cluster and clicking on the IAM entry for the EKS node group. Add the AmazonEBSCSIDriverPolicy policy.
|
||||
|
||||

|
||||

|
||||
|
||||
## Setup DataHub using Helm
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user