Commit 615a20de authored by Ilya Dmitrichenko's avatar Ilya Dmitrichenko

Fix a few typos in the docs

parent ac0becc6
......@@ -111,7 +111,7 @@ Use this as a systemd service file. It defaults to a coredns wich a homedir of /
and the binary lives in /opt/bin:
~~~ txt
Unit]
[Unit]
Description=CoreDNS DNS server
Documentation=https://miek.nl/tags/coredns
After=network.target
......
......@@ -132,7 +132,7 @@ $ ./kubectl create namespace demo
$ ./kubectl get namespace
$ ./kubectl run mynginx --namespace=demo --image=nginx
$ /kubectl get deployment --namespace=demo
$ ./kubectl get deployment --namespace=demo
$ ./kubectl expose deployment mynginx --namespace=demo --port=80
$ ./kubectl get service --namespace=demo
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment