Skip to content

Commit 6bf3582

Browse files
committed
Merge pull request kubernetes#11394 from ddysher/fix-scratch
Update scratch.md
2 parents 5540917 + 56ea489 commit 6bf3582

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/getting-started-guides/scratch.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ you just need the bare binaries. For etcd, kube-apiserver, kube-controller-mana
186186
we recommend that you run these as containers, so you need an image to be built.
187187

188188
You have several choices for Kubernetes images:
189-
1. Use images hosted on Google Container Registry (GCR):
189+
- Use images hosted on Google Container Registry (GCR):
190190
- e.g `gcr.io/google_containers/kube-apiserver:$TAG`, where `TAG` is the latest
191191
release tag, which can be found on the [latest releases page](
192192
https://github.com/GoogleCloudPlatform/kubernetes/releases/latest).
@@ -218,10 +218,10 @@ The remainder of the document assumes that the image identifiers have been chose
218218
### Security Models
219219

220220
There are two main options for security:
221-
1. Access the apiserver using HTTP.
221+
- Access the apiserver using HTTP.
222222
- Use a firewall for security.
223223
- This is easier to setup.
224-
1. Access the apiserver using HTTPS
224+
- Access the apiserver using HTTPS
225225
- Use https with certs, and credentials for user.
226226
- This is the recommended approach.
227227
- Configuring certs can be tricky.

0 commit comments

Comments
 (0)