diff options
author | VENKATESH KUMAR <vv770d@att.com> | 2020-11-12 15:00:02 -0500 |
---|---|---|
committer | VENKATESH KUMAR <vv770d@att.com> | 2020-11-12 22:30:51 -0500 |
commit | e21c848562599340a99fc216bdaae97686d92a72 (patch) | |
tree | 65a3446cccde840220e3e2be2b53ee16d0bad7b4 /docs/sections/design-components/component-specification/docker-specification.rst | |
parent | 2cf33d0d1cecad5a309d428aa44f7740ca48032e (diff) |
DCAE doc cleanup warnings
Change-Id: I39daca57d4754abe0db56a7f85e7274a5f45ad74
Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
Issue-ID: DCAEGEN2-2141
Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
Diffstat (limited to 'docs/sections/design-components/component-specification/docker-specification.rst')
-rwxr-xr-x | docs/sections/design-components/component-specification/docker-specification.rst | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/docs/sections/design-components/component-specification/docker-specification.rst b/docs/sections/design-components/component-specification/docker-specification.rst index 63fef9b8..e40af02f 100755 --- a/docs/sections/design-components/component-specification/docker-specification.rst +++ b/docs/sections/design-components/component-specification/docker-specification.rst @@ -121,12 +121,9 @@ docker script example During deployment, the K8S plugin maps the healthcheck defined into
into a Kubernetes readiness probe.
-Kubernetes execs the script in the container (using the `docker exec API
- <https://docs.docker.com/engine/api/v1.29/#tag/Exec>`__ ).
-It will examine the
-script result to identify whether your component is healthy. Your
-component is considered healthy when the script returns ``0`` otherwise
-your component is considered not healthy.
+Kubernetes execs the script in the container (using the `docker exec API <https://docs.docker.com/engine/api/v1.29/#tag/Exec>`__ ).
+It will examine the script result to identify whether your component is healthy. Your
+component is considered healthy when the script returns ``0`` otherwise your component is considered not healthy.
Example:
|