Merge pull request #11948 from rothgar/patch-1

Fix bullet point rendering in state doc
This commit is contained in:
Kubernetes Prow Robot 2021-07-07 16:50:52 -07:00 committed by GitHub
commit 8aefbb3e29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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. The state store uses kOps's VFS implementation, so can in theory be stored anywhere.
As of now the following state stores are supported: As of now the following state stores are supported:
* Amazon AWS S3 (`s3://`) * Amazon AWS S3 (`s3://`)
* local filesystem (`file://`) (only for dry-run purposes, see [note](#local-filesystem-state-stores) below) * local filesystem (`file://`) (only for dry-run purposes, see [note](#local-filesystem-state-stores) below)
* Digital Ocean (`do://`) * Digital Ocean (`do://`)