diff --git a/README.adoc b/README.adoc index bde83922..825d288b 100644 --- a/README.adoc +++ b/README.adoc @@ -1401,7 +1401,7 @@ to `false` in `application.[properties | yaml]`. == Info Contributor Spring Cloud Kubernetes includes an `InfoContributor` which adds Pod information to -Spring Boot's `/info` Acturator endpoint. +Spring Boot's `/info` Actuator endpoint. You can disable this `InfoContributor` by setting `management.info.kubernetes.enabled` to `false` in `application.[properties | yaml]`. @@ -1914,9 +1914,9 @@ the `DiscoveryClient` implementation provided by that starter. ### Permissions The Spring Cloud Discovery server uses -the Kubernetes API server to get data about Service and Endpoint resrouces so it needs list, watch, and +the Kubernetes API server to get data about Service and Endpoint resources so it needs list, watch, and get permissions to use those endpoints. See the below sample Kubernetes deployment YAML for an -examlpe of how to configure the Service Account on Kubernetes. +example of how to configure the Service Account on Kubernetes. ### Endpoints diff --git a/docs/src/main/asciidoc/info-contributor.adoc b/docs/src/main/asciidoc/info-contributor.adoc index 7f2057e1..d8966130 100644 --- a/docs/src/main/asciidoc/info-contributor.adoc +++ b/docs/src/main/asciidoc/info-contributor.adoc @@ -1,7 +1,7 @@ == Info Contributor Spring Cloud Kubernetes includes an `InfoContributor` which adds Pod information to -Spring Boot's `/info` Acturator endpoint. +Spring Boot's `/info` Actuator endpoint. You can disable this `InfoContributor` by setting `management.info.kubernetes.enabled` to `false` in `application.[properties | yaml]`. diff --git a/docs/src/main/asciidoc/spring-cloud-kubernetes-discoveryserver.adoc b/docs/src/main/asciidoc/spring-cloud-kubernetes-discoveryserver.adoc index ebe0e2b9..ec1fcdea 100644 --- a/docs/src/main/asciidoc/spring-cloud-kubernetes-discoveryserver.adoc +++ b/docs/src/main/asciidoc/spring-cloud-kubernetes-discoveryserver.adoc @@ -8,9 +8,9 @@ the `DiscoveryClient` implementation provided by that starter. ### Permissions The Spring Cloud Discovery server uses -the Kubernetes API server to get data about Service and Endpoint resrouces so it needs list, watch, and +the Kubernetes API server to get data about Service and Endpoint resources so it needs list, watch, and get permissions to use those endpoints. See the below sample Kubernetes deployment YAML for an -examlpe of how to configure the Service Account on Kubernetes. +example of how to configure the Service Account on Kubernetes. ### Endpoints