Skip to content

Instantly share code, notes, and snippets.

@lemonlatte
Created May 27, 2019 07:01
Show Gist options
  • Save lemonlatte/36a66c0a8ef5b04ad0f17e56ed59c6c7 to your computer and use it in GitHub Desktop.
Save lemonlatte/36a66c0a8ef5b04ad0f17e56ed59c6c7 to your computer and use it in GitHub Desktop.
Create a pv to migrate the old one
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