Skip to content

Conversation

wind57
Copy link
Contributor

@wind57 wind57 commented Dec 7, 2022

No description provided.


<logger name="org.testcontainers" level="INFO"/>
<logger name="com.github.dockerjava" level="WARN"/>
<logger name="io.fabric8.kubernetes.client" level="ERROR"/>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fabric8 okhttp client logs too much, on already lots of logs that we have in integration tests...

Ingress appIngress = client.network().v1().ingresses().load(getAppIngress()).get();
appIngressName = appIngress.getMetadata().getName();
client.network().v1().ingresses().inNamespace(NAMESPACE).create(appIngress);
client.network().v1().ingresses().inNamespace(NAMESPACE).resource(appIngress).create();
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pretty trivial changes like this everywhere

@wind57 wind57 marked this pull request as ready for review December 7, 2022 18:13
@wind57
Copy link
Contributor Author

wind57 commented Dec 7, 2022

pretty simple, non-invasive PR, touches only integration tests... @ryanjbaxter

@ryanjbaxter ryanjbaxter added this to the 3.0.0 milestone Dec 7, 2022
@ryanjbaxter ryanjbaxter merged commit 0e0a8ff into spring-cloud:main Dec 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants