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
{{ message }}
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.
Hi,
SessionPodsAreReady doesn't have any way to filter out non-relevant PODs so each time that I am auto deploy and some POD that I don't care about it was failed, my starting is failing as well:
Caused by: java.lang.IllegalStateException: Failed to apply kubernetes configuration.
at io.fabric8.arquillian.kubernetes.SessionListener.start(SessionListener.java:170)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:96)
at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99)
at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)
at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:145)
at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:116)
at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:67)
at io.fabric8.arquillian.kubernetes.SuiteListener.start(SuiteListener.java:44)
The version is fabric8-arquillian-2.3.7.
Thanks
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
SessionPodsAreReady doesn't have any way to filter out non-relevant PODs so each time that I am auto deploy and some POD that I don't care about it was failed, my starting is failing as well:
The version is fabric8-arquillian-2.3.7.
Thanks
The text was updated successfully, but these errors were encountered: