mirror of https://github.com/kubernetes/kops.git
Fix bullet point rendering in state doc
Needs a line break or it combines bullet points with the previous paragraph.
This commit is contained in:
parent
b58caf6130
commit
a32d1b46f7
|
|
@ -9,6 +9,7 @@ though we have to copy the data from the state store to a file where components
|
|||
|
||||
The state store uses kOps's VFS implementation, so can in theory be stored anywhere.
|
||||
As of now the following state stores are supported:
|
||||
|
||||
* Amazon AWS S3 (`s3://`)
|
||||
* local filesystem (`file://`) (only for dry-run purposes, see [note](#local-filesystem-state-stores) below)
|
||||
* Digital Ocean (`do://`)
|
||||
|
|
|
|||
Loading…
Reference in New Issue