Merge pull request #10005 from mbacchi/commandsmd

Add missing closing inline code character
This commit is contained in:
Kubernetes Prow Robot 2020-09-30 16:02:53 -07:00 committed by GitHub
commit af36bb5ee6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
This page lists the most common kops commands.
Please refer to the kops [cli reference](../cli/kops.md) for full documentation.
## `kops create
## `kops create`
`kops create` registers a cluster. There are two ways of registering a cluster: using a cluster spec file or using cli arguments.