-
Bug
-
Resolution: Unresolved
-
Minor
-
None
Using b292, the tests fail with:
SEVERE: Failed to initialise k8s secret provider, secrets from Kubernetes will not be available io.fabric8.kubernetes.client.KubernetesClientException: Operation: [list] for kind: [Secret] with name: [null] in namespace: [test] failed. at io.fabric8.kubernetes.client.KubernetesClientException.launderThrowable(KubernetesClientException.java:64) at io.fabric8.kubernetes.client.KubernetesClientException.launderThrowable(KubernetesClientException.java:72) at io.fabric8.kubernetes.client.dsl.base.BaseOperation.listRequestHelper(BaseOperation.java:151) at io.fabric8.kubernetes.client.dsl.base.BaseOperation.list(BaseOperation.java:614) at io.fabric8.kubernetes.client.dsl.base.BaseOperation.list(BaseOperation.java:63) ... Caused by: java.net.ConnectException: Failed to connect to localhost/0:0:0:0:0:0:0:1:62946 at okhttp3.internal.connection.RealConnection.connectSocket(RealConnection.java:248) at okhttp3.internal.connection.RealConnection.connect(RealConnection.java:166) ... Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.net.PlainSocketImpl.socketConnect(Native Method)
This may be fixed in a later version of the kubernetes client,