From 1ddf5fe8847dcd317c3a17aba0cf71583ae1c72e Mon Sep 17 00:00:00 2001 From: Hang Yan Date: Wed, 26 Jun 2019 22:03:59 +0800 Subject: [PATCH] Add node about endpoint_mode in doc --- docs/conversion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conversion.md b/docs/conversion.md index bb9268a7..fbb1d514 100644 --- a/docs/conversion.md +++ b/docs/conversion.md @@ -46,7 +46,7 @@ __Glossary:__ | env_file | n | n | ✓ | | | | environment | ✓ | ✓ | ✓ | Pod.Spec.Container.Env | | | expose | ✓ | ✓ | ✓ | Service.Spec.Ports -| endpoint_mode | n | n | ✓ | | | +| endpoint_mode | n | n | ✓ | | If endpoint_mode=vip, the created Service will be forced to set to NodePort type | | extends | ✓ | ✓ | ✓ | | Extends by utilizing the same image supplied | | external_links | x | x | x | | Kubernetes uses a flat-structure for all containers and thus external_links does not have a 1-1 conversion | | extra_hosts | n | n | n | | |