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
It is, KubernetesClient is still auto-configured and created from two different places, us and fabric8. Using @AutoConfigureOrder(Ordered.HIGHEST_PRECEDENCE) is kinda hack around it.
Looks like we try to autoconfigure
KubernetesClient
which also happens in fabric8.spring-cloud-deployer-kubernetes/src/main/java/org/springframework/cloud/deployer/spi/kubernetes/KubernetesAutoConfiguration.java
Lines 57 to 59 in 078cedc
https://github.com/fabric8io/spring-cloud-kubernetes/blob/6f3ae54598698e8595fa5d0ad8349ad4bea8cdfb/spring-cloud-kubernetes-core/src/main/java/io/fabric8/spring/cloud/kubernetes/KubernetesAutoConfiguration.java#L75-L78
The text was updated successfully, but these errors were encountered: