From 00f922494886a3b154e2b0d6b65a3f06640b3e97 Mon Sep 17 00:00:00 2001 From: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com> Date: Wed, 31 Jan 2024 10:55:22 -0500 Subject: [PATCH] Clarify that you cannot combine Fabric8 and Kubernetes client libraries. Fixes #1571 --- docs/src/main/asciidoc/getting-started.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/src/main/asciidoc/getting-started.adoc b/docs/src/main/asciidoc/getting-started.adoc index e62c0f5f..771cb0a0 100644 --- a/docs/src/main/asciidoc/getting-started.adoc +++ b/docs/src/main/asciidoc/getting-started.adoc @@ -7,6 +7,9 @@ provide implementations using the https://github.com/fabric8io/kubernetes-client Starters that begin with `spring-cloud-starter-kubernetes-client` provide implementations using the https://github.com/kubernetes-client/java[Kubernetes Java Client]. +NOTE: You CANNOT combine starters from Fabric8 and Kubernetes Java Clients. You must pick one library to +use and use the starters for that library only. + [cols="a,d"] |=== | Starter | Features