summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBrian Fallik <bfallik@gmail.com>2021-11-14 22:44:17 -0500
committerJosh Bleecher Snyder <josharian@gmail.com>2021-11-16 11:03:43 -0800
commit9fa6cdf7bfa5c4e3565bb4d05bf1aa98624a4c0d (patch)
treeffa153861d948808922693b93c146a0427de0df5
parent24ea365d481ba31466a5300d33a62b40a3514a08 (diff)
downloadtailscale-9fa6cdf7bfa5c4e3565bb4d05bf1aa98624a4c0d.tar.xz
tailscale-9fa6cdf7bfa5c4e3565bb4d05bf1aa98624a4c0d.zip
fix minor typo
Signed-off-by: Brian Fallik <bfallik@gmail.com>
-rw-r--r--docs/k8s/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/k8s/README.md b/docs/k8s/README.md
index 852367844..774478c3e 100644
--- a/docs/k8s/README.md
+++ b/docs/k8s/README.md
@@ -32,7 +32,7 @@ There are quite a few ways of running Tailscale inside a Kubernetes Cluster, som
```
### Sample Sidecar
-Running as a sidecar allows you to directly expose a Kubernetes pod over Tailscale. This is particularly useful if you do not wish to expose a service on the public internet. This method allows bi-directional connectivty between the pod and other devices on the Tailnet. You can use [ACLs](https://tailscale.com/kb/1018/acls/) to control traffic flow.
+Running as a sidecar allows you to directly expose a Kubernetes pod over Tailscale. This is particularly useful if you do not wish to expose a service on the public internet. This method allows bi-directional connectivity between the pod and other devices on the Tailnet. You can use [ACLs](https://tailscale.com/kb/1018/acls/) to control traffic flow.
1. Create and login to the sample nginx pod with a Tailscale sidecar
@@ -144,4 +144,4 @@ routes for the subnet-router are enabled.
# INTERNAL_IP="$(kubectl get po <POD_NAME> -o=jsonpath='{.status.podIP}')"
INTERNAL_PORT=8080
curl http://$INTERNAL_IP:$INTERNAL_PORT
- ``` \ No newline at end of file
+ ```