Info Contributor
Spring Cloud Kubernetes 包含一个 InfoContributor
,它会将 Pod 信息添加到 Spring Boot 的 /info
Actuator 端点。
Spring Cloud Kubernetes includes an InfoContributor
which adds Pod information to
Spring Boot’s /info
Actuator endpoint.
您可以在 application.[properties | yaml]
中将 management.info.kubernetes.enabled
设置为 false
来禁用 InfoContributor
。
You can disable this InfoContributor
by setting management.info.kubernetes.enabled
to false
in application.[properties | yaml]
.