-
Notifications
You must be signed in to change notification settings - Fork 36
Example of *.yaml to create PVC
garywong-bc edited this page Dec 18, 2017
·
1 revision
garywong@air:tmp$ cat x.yml
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: minio-data-vol
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 5Gi
volumename: "minio-data-vol"
status: {}
At command line (oc is set to correct project):
oc create -f x.yml
- Working on GWELLS (full workflow from writing code to deploying to prod)
- Water terminologies
- Testing
- Swagger Documentation
- Restore a database backup manually
- (Archived) Manual Syncing of DEV to TEST to PROD
- (Archived) Setup GWells data migration for local dev test
- Update PostGres Oracle Foreign Data Wrapper image
- Increase PostgreSQL Database storage
- (Archived) Regular Corruption of the PostgreSQL DB
- (Archived) Recovering from a corrupt PostgreSQL Database