Skip to content

Commit

Permalink
Fixed typo in getting-started-guides:scratch
Browse files Browse the repository at this point in the history
  • Loading branch information
arisu1000 authored and hardy.jung committed Sep 30, 2015
1 parent 96ec9bc commit 5235908
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started-guides/scratch.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 5235908

Please sign in to comment.