we have different types of access methods to a storage:
- Block storage
- File storage
- Object storage
- offer support for the Amazon S3 and OpenStack Swift , on top of Ceph cluster
| containers: | |
| - resources: | |
| limits: | |
| memory: 1Gi | |
| readinessProbe: | |
| exec: | |
| command: | |
| - /usr/libexec/check-container | |
| initialDelaySeconds: 5 |
| function jq() { | |
| if [ -f $1 ]; then | |
| FILE=$1; shift | |
| # Move FILE at the end as expected by native jq | |
| command jq "$@" "$FILE" | |
| else | |
| command jq "$@" | |
| fi | |
| } |
| gist -d "Random rbx bug" a.rb |