From e21c848562599340a99fc216bdaae97686d92a72 Mon Sep 17 00:00:00 2001 From: VENKATESH KUMAR Date: Thu, 12 Nov 2020 15:00:02 -0500 Subject: DCAE doc cleanup warnings Change-Id: I39daca57d4754abe0db56a7f85e7274a5f45ad74 Signed-off-by: VENKATESH KUMAR Issue-ID: DCAEGEN2-2141 Signed-off-by: VENKATESH KUMAR --- .../component-specification/component-type-docker.rst | 2 +- .../component-specification/docker-specification.rst | 9 +++------ 2 files changed, 4 insertions(+), 7 deletions(-) (limited to 'docs/sections/design-components/component-specification') diff --git a/docs/sections/design-components/component-specification/component-type-docker.rst b/docs/sections/design-components/component-specification/component-type-docker.rst index a2b0c2a3..cf676c48 100755 --- a/docs/sections/design-components/component-specification/component-type-docker.rst +++ b/docs/sections/design-components/component-specification/component-type-docker.rst @@ -30,7 +30,7 @@ to another artifact for a schema. The reference allows for XML and Protocol Buff but can be used as a pointer to JSON, Delimited Format, and Unstructured schemas as well. -.. _metadata: +.. _component_metadata: Component Metadata ------------------ 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 - `__ ). -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 `__ ). +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: -- cgit 1.2.3-korg