Bumping versions
This commit is contained in:
@@ -786,6 +786,14 @@ The Kubernetes health indicator (which is part of the core module) exposes the f
|
||||
* Pod name, IP address, namespace, service account, node name, and its IP address
|
||||
* A flag that indicates whether the Spring Boot application is internal or external to Kubernetes
|
||||
|
||||
== Info Contributor
|
||||
|
||||
Spring Cloud Kubernetes includes an `InfoContributor` which adds Pod information to
|
||||
Spring Boot's `/info` Acturator endpoint.
|
||||
|
||||
You can disable this `InfoContributor` by setting `management.info.kubernetes.enabled`
|
||||
to `false` in `bootstrap.[properties | yaml]`.
|
||||
|
||||
== Leader Election
|
||||
|
||||
<TBD>
|
||||
|
||||
@@ -74,4 +74,5 @@ class KubernetesLoadBalancerAutoConfigurationTests {
|
||||
KubernetesDiscoveryProperties.class).web(org.springframework.boot.WebApplicationType.NONE)
|
||||
.properties(env).run();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user