Created
May 27, 2019 07:01
-
-
Save lemonlatte/36a66c0a8ef5b04ad0f17e56ed59c6c7 to your computer and use it in GitHub Desktop.
Create a pv to migrate the old one
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kind: PersistentVolume | |
apiVersion: v1 | |
metadata: | |
name: old-pv | |
spec: | |
capacity: | |
storage: 5Gi | |
accessModes: | |
- ReadWriteOnce | |
claimRef: | |
namespace: default | |
name: previous-claimed-pvc | |
awsElasticBlockStore: | |
volumeID: vol-1234567890 | |
fsType: ext4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment