diff --git a/reference/html/README.html b/reference/html/README.html index ff18f228..ca693c04 100644 --- a/reference/html/README.html +++ b/reference/html/README.html @@ -319,6 +319,18 @@ private DiscoveryClient discoveryClient;

Some Spring Cloud components use the DiscoveryClient in order to obtain information about the local service instance. For this to work, you need to align the Kubernetes service name with the spring.application.name property.

+
+ + + + + +
+ + +spring.application.name has no effect as far as the name registered for the application within Kubernetes +
+

Spring Cloud Kubernetes can also watch the Kubernetes service catalog for changes and update the DiscoveryClient implementation accordingly. In order to enable this functionality you need to add diff --git a/reference/html/discovery-client.html b/reference/html/discovery-client.html index 463aaf17..00da7279 100644 --- a/reference/html/discovery-client.html +++ b/reference/html/discovery-client.html @@ -185,6 +185,18 @@ private DiscoveryClient discoveryClient;

Some Spring Cloud components use the DiscoveryClient in order to obtain information about the local service instance. For this to work, you need to align the Kubernetes service name with the spring.application.name property.

+
+ + + + + +
+ + +spring.application.name has no effect as far as the name registered for the application within Kubernetes +
+

Spring Cloud Kubernetes can also watch the Kubernetes service catalog for changes and update the DiscoveryClient implementation accordingly. In order to enable this functionality you need to add diff --git a/reference/html/index.html b/reference/html/index.html index ff18f228..ca693c04 100644 --- a/reference/html/index.html +++ b/reference/html/index.html @@ -319,6 +319,18 @@ private DiscoveryClient discoveryClient;

Some Spring Cloud components use the DiscoveryClient in order to obtain information about the local service instance. For this to work, you need to align the Kubernetes service name with the spring.application.name property.

+
+ + + + + +
+ + +spring.application.name has no effect as far as the name registered for the application within Kubernetes +
+

Spring Cloud Kubernetes can also watch the Kubernetes service catalog for changes and update the DiscoveryClient implementation accordingly. In order to enable this functionality you need to add diff --git a/reference/html/spring-cloud-kubernetes.html b/reference/html/spring-cloud-kubernetes.html index ff18f228..ca693c04 100644 --- a/reference/html/spring-cloud-kubernetes.html +++ b/reference/html/spring-cloud-kubernetes.html @@ -319,6 +319,18 @@ private DiscoveryClient discoveryClient;

Some Spring Cloud components use the DiscoveryClient in order to obtain information about the local service instance. For this to work, you need to align the Kubernetes service name with the spring.application.name property.

+
+ + + + + +
+ + +spring.application.name has no effect as far as the name registered for the application within Kubernetes +
+

Spring Cloud Kubernetes can also watch the Kubernetes service catalog for changes and update the DiscoveryClient implementation accordingly. In order to enable this functionality you need to add