diff --git a/docs/modules/ROOT/pages/info-contributor.adoc b/docs/modules/ROOT/pages/info-contributor.adoc index 54f62e23..abef6b1e 100644 --- a/docs/modules/ROOT/pages/info-contributor.adoc +++ b/docs/modules/ROOT/pages/info-contributor.adoc @@ -3,7 +3,7 @@ :page-section-summary-toc: 1 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/modules/ROOT/pages/spring-cloud-kubernetes-discoveryserver.adoc b/docs/modules/ROOT/pages/spring-cloud-kubernetes-discoveryserver.adoc index e1001329..5e86ca2b 100644 --- a/docs/modules/ROOT/pages/spring-cloud-kubernetes-discoveryserver.adoc +++ b/docs/modules/ROOT/pages/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