-
Notifications
You must be signed in to change notification settings - Fork 447
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
[Need help] - EBS Mount #1930
Comments
What do you mean on EC2 ? Are you using EC2 as EKS node ? You can't install helm chart on plain EC2 |
Hi @Alexhha , yes, it's an EC2 node in my EKS cluster. |
|
No, /dev/xvdc is not root device volume, it is additional EBS volumes (block device mapping). Please see config below. Reference: Block device mapping concepts.
|
Hi @hikouki-gumo, Thank you for creating the issue. We are happy to help you! You can follow these steps:
Or you may explore this if it suits for your use case: customPersistentVolumeClaim How to custom volume and volume mounts in values.yaml Sample:
Note: This solution is specific to the questions raised in the issue. |
you have to prepare pv/pvc
and then specify pvc in the
Note: bear in mind, EC2 must be in the same AZ as your EBS volume. |
I want to deploy Artifactory on EC2 and use EBS as storage. EC2 is launch automatically with a block storage (named /dev/xvdc).
To use this EBS as storage, I will need to mount /var/opt/jfrog/artifactory to EBS. I check the values.yaml but quite confuse, I guess there is something to do with customVolumes/customVolumeMounts or persistent.
Could you pls show me what is the correct way to do?
The text was updated successfully, but these errors were encountered: