diff --git a/docs/getting-started-guides/docker.md b/docs/getting-started-guides/docker.md index 5f1eea0d37..4ce3eb85b1 100644 --- a/docs/getting-started-guides/docker.md +++ b/docs/getting-started-guides/docker.md @@ -58,6 +58,8 @@ docker run \ This actually runs the kubelet, which in turn runs a [pod](/docs/user-guide/pods/) that contains the other master components. +** **SECURITY WARNING** ** services exposed via Kubernetes using Hyperkube are available on the host node's public network interface / IP address. Because of this, this guide is not suitable for any host node/server that is directly internet accessible. Refer to [#21735](https://github.com/kubernetes/kubernetes/issues/21735) for addtional info. + ### Download `kubectl` At this point you should have a running Kubernetes cluster. You can test this