Fixing typos

This commit is contained in:
Ryan Baxter
2023-10-25 09:27:12 -04:00
parent fb795543ac
commit e63ddcfe47
3 changed files with 6 additions and 6 deletions

View File

@@ -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

View File

@@ -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]`.

View File

@@ -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