Skip to content

Commit

Permalink
Move goploop to virtuozzo-storage
Browse files Browse the repository at this point in the history
  • Loading branch information
avagin committed Mar 9, 2017
1 parent dc7ca7d commit 8124861
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions virtuozzo-storage/glide.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package: github.com/kubernetes-incubator/external-storage/virtuozzo-storage
import:
- package: github.com/kolyshkin/goploop-cli
version: 5365b446a713e31ac4f2026b05a6dac27bbdf21c
7 changes: 4 additions & 3 deletions virtuozzo-storage/test-pod.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
kind: Pod
apiVersion: v1
metadata:
name: test-pod
name: test-pod-ro1
spec:
containers:
- name: test-pod
- name: test-pod-ro
image: gcr.io/google_containers/busybox:1.24
command:
- "/bin/sh"
args:
- "-c"
- "while :; do let i=i+1; sleep 1; echo ok $i >> /mnt/date || break; done"
- "while :; do sleep 10; done; while :; do let i=i+1; sleep 1; echo ok $i >> /mnt/date || break; done"
volumeMounts:
- name: pvc
mountPath: "/mnt"
readOnly: true
restartPolicy: "Never"
volumes:
- name: pvc
Expand Down

0 comments on commit 8124861

Please sign in to comment.