From 228b35a093e706838919694faa545b768049917e Mon Sep 17 00:00:00 2001 From: Haoyun Date: Tue, 20 Mar 2018 14:54:08 +0800 Subject: [PATCH] fix pod-controller relationship mistake fix pod-controller relationship mistake ```release-note None ``` --- docs/user-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide.md b/docs/user-guide.md index b53a6772..52397730 100644 --- a/docs/user-guide.md +++ b/docs/user-guide.md @@ -367,7 +367,7 @@ services: ## Restart -If you want to create normal pods without controllers you can use `restart` construct of docker-compose to define that. Follow table below to see what happens on the `restart` value. +If you want to create normal pods without controller you can use `restart` construct of docker-compose to define that. Follow table below to see what happens on the `restart` value. | `docker-compose` `restart` | object created | Pod `restartPolicy` | |----------------------------|-------------------|---------------------|