From 2cdde8b586b48e5662ed5d5eb4d76e2ea47564fe Mon Sep 17 00:00:00 2001 From: maxwell <710028463@qq.com> Date: Sat, 16 Jul 2016 19:18:56 +0800 Subject: [PATCH] Update kubernetes_deployment.md fix text error --- docs/kubernetes_deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/kubernetes_deployment.md b/docs/kubernetes_deployment.md index 0184e539f..3bde4505a 100644 --- a/docs/kubernetes_deployment.md +++ b/docs/kubernetes_deployment.md @@ -20,7 +20,7 @@ To deploy Harbor on Kubernetes, it requires some additional steps because ``` 2. The registry config file needs to have the IP (or DNS name) of the registry, but on Kubernetes, you don't know the IP before the service is created. There are several workarounds to solve this problem for now: - - Use DNS name and link th DNS name with the IP after the service is created. + - Use DNS name and link the DNS name with the IP after the service is created. - Rebuild the registry image with the service IP after the service is created and use ```kubectl rolling-update``` to update to the new image.