Commit 6ec9b2e7 authored by Tony Hsu's avatar Tony Hsu

Fix typo

parent 081f05c2
...@@ -135,7 +135,7 @@ The above example uses the `--insecure` flag. This leaves it subject to MITM ...@@ -135,7 +135,7 @@ The above example uses the `--insecure` flag. This leaves it subject to MITM
attacks. When kubectl accesses the cluster it uses a stored root certificate attacks. When kubectl accesses the cluster it uses a stored root certificate
and client certificates to access the server. (These are installed in the and client certificates to access the server. (These are installed in the
`~/.kube` directory). Since cluster certificates are typically self-signed, it `~/.kube` directory). Since cluster certificates are typically self-signed, it
make take special configuration to get your http client to use root may take special configuration to get your http client to use root
certificate. certificate.
On some clusters, the apiserver does not require authentication; it may serve On some clusters, the apiserver does not require authentication; it may serve
......
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