Skip to content

Commit 0c27189

Browse files
committed
Merge branch '3.0.x'
2 parents d189960 + e63ddcf commit 0c27189

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/modules/ROOT/pages/info-contributor.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:page-section-summary-toc: 1
44

55
Spring Cloud Kubernetes includes an `InfoContributor` which adds Pod information to
6-
Spring Boot's `/info` Acturator endpoint.
6+
Spring Boot's `/info` Actuator endpoint.
77

88
You can disable this `InfoContributor` by setting `management.info.kubernetes.enabled`
99
to `false` in `application.[properties | yaml]`.

docs/modules/ROOT/pages/spring-cloud-kubernetes-discoveryserver.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ the `DiscoveryClient` implementation provided by that starter.
88

99
## Permissions
1010
The Spring Cloud Discovery server uses
11-
the Kubernetes API server to get data about Service and Endpoint resrouces so it needs list, watch, and
11+
the Kubernetes API server to get data about Service and Endpoint resources so it needs list, watch, and
1212
get permissions to use those endpoints. See the below sample Kubernetes deployment YAML for an
13-
examlpe of how to configure the Service Account on Kubernetes.
13+
example of how to configure the Service Account on Kubernetes.
1414

1515

1616
## Endpoints

0 commit comments

Comments
 (0)