Add a note in the docs about ribbon support

This commit is contained in:
Ioannis Canellos
2016-03-30 19:33:36 +03:00
parent 2ee586ac15
commit 9e6386973c

View File

@@ -9,6 +9,7 @@ Spring Cloud integreation with Kubernetes
- DiscoveryClient implementation for Kubernetes
- Health Indicator for Pods
- Automatic activation of the "Kubernetes" profile when running inside Kubernetes.
- Ribbon discovery in Kubernetes.
### Building
@@ -27,4 +28,4 @@ The project provides a "starter" module, so you just need to add the following d
<artifactId>spring-cloud-start-kubernetes</artifactId>
<version>x.y.z</version>
</dependency>