Skip to content

Commit 8a70e29

Browse files
committed
Bumping versions
1 parent 7008d10 commit 8a70e29

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

README.adoc

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,6 @@ Secret changes.
8383
<artifactId>spring-cloud-starter-kubernetes-client-all</artifactId>
8484
</dependency>
8585
----
86-
| All Spring Cloud Kubernetes features.
87-
88-
|===
8986

9087
== DiscoveryClient for Kubernetes
9188

@@ -98,6 +95,7 @@ access from a Spring Boot application running as a pod.
9895
This is something that you get for free by adding the following dependency inside your project:
9996

10097
====
98+
Fabric8 Kubernetes Client
10199
[source,xml]
102100
----
103101
<dependency>
@@ -107,6 +105,17 @@ This is something that you get for free by adding the following dependency insid
107105
----
108106
====
109107

108+
====
109+
Kubernetes Java Client
110+
[source,xml]
111+
----
112+
<dependency>
113+
<groupId>org.springframework.cloud</groupId>
114+
<artifactId>spring-cloud-starter-kubernetes-client</artifactId>
115+
</dependency>
116+
----
117+
====
118+
110119
To enable loading of the `DiscoveryClient`, add `@EnableDiscoveryClient` to the according configuration or application class, as the following example shows:
111120

112121
====
@@ -878,6 +887,12 @@ Depending on the requirements, you'll need `get`, `list` and `watch` permission
878887

879888
|spring-cloud-starter-kubernetes-fabric8-config
880889
|configmaps, secrets
890+
891+
|spring-cloud-starter-kubernetes-client
892+
|pods, services, endpoints
893+
894+
|spring-cloud-starter-kubernetes-client-config
895+
|configmaps, secrets
881896
|===
882897

883898
For development purposes, you can add `cluster-reader` permissions to your `default` service account. On a production system you'll likely want to provide more granular permissions.

0 commit comments

Comments
 (0)