From 22b52d9485fb0c10a6001e19b4a1ab48dbdbf6a5 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Fri, 8 Jan 2016 16:44:38 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- spring-cloud.html | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/spring-cloud.html b/spring-cloud.html index 5c1198f..290bb01 100644 --- a/spring-cloud.html +++ b/spring-cloud.html @@ -435,6 +435,7 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b @@ -1100,6 +1101,23 @@ the provided `@LoadBalanced Qualifier:

+
+

Ignore Network Interfaces

+
+

Sometimes it is useful to ignore certain named network interfaces so they can be excluded from Service Discovery registration (eg. running in a Docker container). A list of regular expressions can be set that will cause the desired network interfaces to be ignored. The following configuration will ignore the "docker0" interface and all interfaces that start with "veth".

+
+
+
application.yml
+
+
spring:
+  cloud:
+    inetutils:
+      ignoredInterfaces:
+        - docker0
+        - veth.*
+
+
+

Spring Cloud Config

@@ -4894,7 +4912,7 @@ AQAjPgt3eFZQXwt8tsHAVv/QHiY5sI2dRcR+...