diff --git a/site/content/en/docs/drivers/docker.md b/site/content/en/docs/drivers/docker.md index d2cc12b444..b26f6a879f 100644 --- a/site/content/en/docs/drivers/docker.md +++ b/site/content/en/docs/drivers/docker.md @@ -11,9 +11,6 @@ The Docker driver allows you to install Kubernetes into an existing Docker insta {{% readfile file="/docs/drivers/includes/docker_usage.inc" %}} -{{% readfile file="/docs/drivers/includes/regisrtry_addon_mac_windows_usage.inc" %}} - - ## Special features - Cross platform (linux, macOS, Windows) diff --git a/site/content/en/docs/handbook/registry.md b/site/content/en/docs/handbook/registry.md index f94eb844c8..41f90d1593 100644 --- a/site/content/en/docs/handbook/registry.md +++ b/site/content/en/docs/handbook/registry.md @@ -44,5 +44,4 @@ One nifty hack is to allow the kubelet running in minikube to talk to registries with TLS certificates. Because the default service cluster IP is known to be available at 10.0.0.1, users can pull images from registries deployed inside the cluster by creating the cluster with `minikube start --insecure-registry "10.0.0.0/24"`. ---- -{{% readfile file="/docs/drivers/includes/regisrtry_addon_mac_windows_usage.inc" %}} +{{% readfile file="/docs/drivers/includes/registry_addon_mac_windows.inc" %}}