Updated docs for openstack cloud provider.

This commit is contained in:
prankul88 2019-06-04 12:08:43 +05:30
parent cd282645d5
commit 8549e02bec
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ It is important to set the following environment variables:
export KOPS_STATE_STORE=swift://<bucket-name> # where <bucket-name> is the name of the Swift container to use for kops state
# this is required since OpenStack support is currently in alpha so it is feature gated
export KOPS_FEATURE_FLAGS="AlphaAllowOpenStack"
export KOPS_FEATURE_FLAGS="AlphaAllowOpenstack"
```
If your OpenStack does not have Swift you can use any other VFS store, such as S3.