From 5bb9ecbcf28a7b02c22a00b1680b4bac65689c84 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Tue, 3 Sep 2019 15:48:05 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- reference/html/README.html | 12 ++++++++++++ reference/html/discovery-client.html | 12 ++++++++++++ reference/html/index.html | 12 ++++++++++++ reference/html/spring-cloud-kubernetes.html | 12 ++++++++++++ 4 files changed, 48 insertions(+) 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