We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53abd10 + d270327 commit 3f915e8Copy full SHA for 3f915e8
docs/src/main/asciidoc/discovery-client.adoc
@@ -55,3 +55,7 @@ spring.cloud.kubernetes.discovery.enabled=false
55
56
Some Spring Cloud components use the `DiscoveryClient` in order to obtain information about the local service instance. For
57
this to work, you need to align the Kubernetes service name with the `spring.application.name` property.
58
+
59
+Spring Cloud Kubernetes can also watch the Kubernetes service catalog for changes and update the
60
+`DiscoveryClient` implementation accordingly. In order to enable this functionality you need to add
61
+`@EnableScheduling` on a configuration class in your application.
0 commit comments