fix registry addon template

pull/7603/head
Alonyb 2020-04-16 17:58:36 -05:00
parent 8c00b17da5
commit 59e9c834b9
2 changed files with 1 additions and 5 deletions

View File

@ -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)

View File

@ -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" %}}