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.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答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.
回答2:
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.