mirror of
https://github.com/wardviaene/kubernetes-course.git
synced 2026-02-14 17:49:56 +00:00
readme
This commit is contained in:
7
volumes/README.md
Normal file
7
volumes/README.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Create volumes
|
||||
|
||||
## Create Volume in AWS
|
||||
|
||||
```
|
||||
aws ec2 create-volume --size 10 --region your-region --availability-zone your-zone --volume-type gp2 --tag-specifications 'ResourceType=volume, Tags=[{Key= KubernetesCluster, Value=kubernetes.domain.tld}]'
|
||||
```
|
||||
Reference in New Issue
Block a user