Skip to content

Commit

Permalink
Merge pull request #7092 from prankul88/update_readme_cp_openstack
Browse files Browse the repository at this point in the history
Updated docs for openstack cloud provider.
  • Loading branch information
k8s-ci-robot authored Jun 4, 2019
2 parents d4bf54c + 8549e02 commit ffcd424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/openstack.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ffcd424

Please sign in to comment.