% kubectl get pods -o wide -n 3p35c9ty3xzsaidjbkepvfnuafugx912
NAME READY STATUS RESTARTS AGE IP NODE
fqwz8qv5bpydrx5x9b28s3vy81vylx3q 0/1 Completed 0 17s 10.32.0.4 dev-node-1-0
wyc59yt0ti1nz44v3sy4pn59phritqt3 0/1 Completed 0 6s 10.36.0.4 dev-node-2-0
Like you can see steps are executed in different nodes. However, the print is little bit different what it is without persistent volume. Check that [bar:1] hello.txt vs hello.txt rows. Any ideas what is causing that?
Without storageclass (the behaviour before (and after) this PR)
Anyways now if people have RWX volumes in cluster they can use multiple nodes to build stuff. I installed heketi to my cluster using https://github.com/gluster/gluster-kubernetes and then dynamically provisioning pvcs from it.
fixes #19
I am executing this pipeline:
With storageclass (new functionality)
Like you can see steps are executed in different nodes. However, the print is little bit different what it is without persistent volume. Check that
[bar:1] hello.txt
vshello.txt
rows. Any ideas what is causing that?Without storageclass (the behaviour before (and after) this PR)
Anyways now if people have RWX volumes in cluster they can use multiple nodes to build stuff. I installed heketi to my cluster using https://github.com/gluster/gluster-kubernetes and then dynamically provisioning pvcs from it.