From 5235908dffcdf8200189b429fc8340c1dde71525 Mon Sep 17 00:00:00 2001 From: "hardy.jung" Date: Wed, 30 Sep 2015 17:09:42 +0900 Subject: [PATCH] Fixed typo in getting-started-guides:scratch --- docs/getting-started-guides/scratch.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started-guides/scratch.md b/docs/getting-started-guides/scratch.md index 5b2e2d536e4..96fecb23dce 100644 --- a/docs/getting-started-guides/scratch.md +++ b/docs/getting-started-guides/scratch.md @@ -833,7 +833,7 @@ $ curl -s http://localhost:8080/api ``` If you have selected the `--register-node=true` option for kubelets, they will now begin self-registering with the apiserver. -You should soon be able to see all your nodes by running the `kubect get nodes` command. +You should soon be able to see all your nodes by running the `kubectl get nodes` command. Otherwise, you will need to manually create node objects. ### Logging @@ -842,7 +842,7 @@ Otherwise, you will need to manually create node objects. ### Monitoring -**TODO** talk about starting Logging. +**TODO** talk about starting Monitoring. ### DNS