I am very new to Flocker and I have created a setup by Vagrant (see here) but I am not finding any command like flockerctl/flocker-volumes to create a volume with given size.
Asked
Active
Viewed 332 times
0
-
Any details about your set up? Have you seen [Flocker's installation instructions](https://docs.clusterhq.com/en/latest/)? – MirMasej Jul 23 '16 at 09:02
2 Answers
1
Flocker has a few ways of creating the size of a volume.
by REST API. There is a "create dataset" api and use the
maximum_size
attribute in bytes for how large of a volume.Via
docker volume
cli. When you have theflocker-docker-plugin
working with flocker, simply rundocker volume create -d flocker --name myvol -o size=10gb
(unsupported/experimental) use FlockerCTL.

halfer
- 19,824
- 17
- 99
- 186

Ryan Wallner
- 31
- 3
0
I fixed this issue by manually installing the flockerctl (see here) in the controller node and then I created the user certificate by flocker-ca command. Later I exported the environment variable to use the flockerctl.

halfer
- 19,824
- 17
- 99
- 186

yogesh prasad
- 151
- 2
- 6