You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In tree kubernetes.io/aws-ebs plugin has been deprecated since Kubernetes 1.17, and in the new version eks cluster, ebs-csi-driver will not be installed by default.
Therefore, it is necessary to install ebs-csi-driver in the eksctl yaml file to ensure that users can install the tidb cluster after creating the eks cluster.
The following modifications need to be made in the example eksctl yaml file:
Specify the installation of the ebs-csi-driver addon at the top level of the eksctl file
addons:
- name: aws-ebs-csi-driver
Configure the required permissions for nodes in the node group
File: /release-1.5/en/deploy-on-aws-eks.md
In tree
kubernetes.io/aws-ebs
plugin has been deprecated since Kubernetes 1.17, and in the new version eks cluster, ebs-csi-driver will not be installed by default.Therefore, it is necessary to install
ebs-csi-driver
in the eksctl yaml file to ensure that users can install the tidb cluster after creating the eks cluster.The following modifications need to be made in the example eksctl yaml file:
Here is the complete example:
The text was updated successfully, but these errors were encountered: