資訊貢獻者
Spring Cloud Kubernetes 包含一個 InfoContributor
,它將 Pod 資訊新增到 Spring Boot 的 /info
Actuator 端點。
您可以透過在 application.[properties | yaml]
中將 management.info.kubernetes.enabled
設定為 false
來停用此 InfoContributor
。
Spring Cloud Kubernetes 包含一個 InfoContributor
,它將 Pod 資訊新增到 Spring Boot 的 /info
Actuator 端點。
您可以透過在 application.[properties | yaml]
中將 management.info.kubernetes.enabled
設定為 false
來停用此 InfoContributor
。