https://github.com/jairojunior/pv-from-volumes
https://github.com/jairojunior/pv-from-volumes
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jairojunior/pv-from-volumes
- Owner: jairojunior
- Created: 2021-12-14T18:59:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-14T21:50:32.000Z (over 4 years ago)
- Last Synced: 2025-01-28T23:49:03.158Z (over 1 year ago)
- Language: Jinja
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example
`pip3 install requirements`
Sample file (pvcs.txt):
```pvcs.txt
namespace name1 volume1
namespace name2 volume2
namespace name3 volume3
```
`python3 create_pv_from_volumes.py < pvcs.txt`