mirror of https://github.com/k3s-io/k3s
Fixed typo in getting-started-guides:scratch
parent
96ec9bcc24
commit
5235908dff
|
@ -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.
|
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.
|
Otherwise, you will need to manually create node objects.
|
||||||
|
|
||||||
### Logging
|
### Logging
|
||||||
|
@ -842,7 +842,7 @@ Otherwise, you will need to manually create node objects.
|
||||||
|
|
||||||
### Monitoring
|
### Monitoring
|
||||||
|
|
||||||
**TODO** talk about starting Logging.
|
**TODO** talk about starting Monitoring.
|
||||||
|
|
||||||
### DNS
|
### DNS
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue