You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The documentation for Spring Cloud Kubernetes mentions both the Fabcri8 and the Kubernetes Client, but doesn't explain that one can only use one of these, not both. This should be explained in the docs.
Sample
The section on leader election instructs one to add the org.springframework.cloud:spring-cloud-kubernetes-fabric8-leader dependency, but this is incompatible with org.springframework.cloud:spring-cloud-starter-kubernetes-client-config. See this question on Stackoverflow.
The text was updated successfully, but these errors were encountered:
Describe the bug
The documentation for Spring Cloud Kubernetes mentions both the Fabcri8 and the Kubernetes Client, but doesn't explain that one can only use one of these, not both. This should be explained in the docs.
Sample
The section on leader election instructs one to add the
org.springframework.cloud:spring-cloud-kubernetes-fabric8-leader
dependency, but this is incompatible withorg.springframework.cloud:spring-cloud-starter-kubernetes-client-config
. See this question on Stackoverflow.The text was updated successfully, but these errors were encountered: