mirror of
https://github.com/coredns/coredns.git
synced 2025-09-21 13:41:15 +02:00
Merge pull request #196 from errordeveloper/master
Fix a few typos in the docs
This commit is contained in:
commit
fd6fd68a22
@ -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:
|
and the binary lives in /opt/bin:
|
||||||
|
|
||||||
~~~ txt
|
~~~ txt
|
||||||
Unit]
|
[Unit]
|
||||||
Description=CoreDNS DNS server
|
Description=CoreDNS DNS server
|
||||||
Documentation=https://miek.nl/tags/coredns
|
Documentation=https://miek.nl/tags/coredns
|
||||||
After=network.target
|
After=network.target
|
||||||
|
@ -132,7 +132,7 @@ $ ./kubectl create namespace demo
|
|||||||
$ ./kubectl get namespace
|
$ ./kubectl get namespace
|
||||||
|
|
||||||
$ ./kubectl run mynginx --namespace=demo --image=nginx
|
$ ./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 expose deployment mynginx --namespace=demo --port=80
|
||||||
$ ./kubectl get service --namespace=demo
|
$ ./kubectl get service --namespace=demo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user