From 56ea4894d125da6de89bfed9833d68a8d21e54c4 Mon Sep 17 00:00:00 2001 From: Deyuan Deng Date: Thu, 16 Jul 2015 15:58:14 -0400 Subject: [PATCH] Update scratch.md --- docs/getting-started-guides/scratch.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting-started-guides/scratch.md b/docs/getting-started-guides/scratch.md index e5819990031..be492541d94 100644 --- a/docs/getting-started-guides/scratch.md +++ b/docs/getting-started-guides/scratch.md @@ -186,7 +186,7 @@ you just need the bare binaries. For etcd, kube-apiserver, kube-controller-mana we recommend that you run these as containers, so you need an image to be built. You have several choices for Kubernetes images: -1. Use images hosted on Google Container Registry (GCR): +- Use images hosted on Google Container Registry (GCR): - e.g `gcr.io/google_containers/kube-apiserver:$TAG`, where `TAG` is the latest release tag, which can be found on the [latest releases page]( https://github.com/GoogleCloudPlatform/kubernetes/releases/latest). @@ -218,10 +218,10 @@ The remainder of the document assumes that the image identifiers have been chose ### Security Models There are two main options for security: -1. Access the apiserver using HTTP. +- Access the apiserver using HTTP. - Use a firewall for security. - This is easier to setup. -1. Access the apiserver using HTTPS +- Access the apiserver using HTTPS - Use https with certs, and credentials for user. - This is the recommended approach. - Configuring certs can be tricky.