-
Notifications
You must be signed in to change notification settings - Fork 9
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
no-merge
until the new traefik-hub image is built and pushed.
- contains: | ||
path: spec.template.spec.containers[0].args |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- contains: | |
path: spec.template.spec.containers[0].args |
- contains: | ||
path: spec.template.spec.containers[0].args | ||
content: ic | ||
content: --entrypoints.metrics.address=:9100 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
content: --entrypoints.metrics.address=:9100 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mmatur I have a suggestion on the test with --entrypoints.metrics.address=:9100
.
With ic
, it was useful to check that this mandatory parameter where set.
This entrypoint metrics address it not mandatory, so I suggest to remove it.
8b813d3
to
9f6d72c
Compare
What does this PR do?
This PR removes sidecar mode
Motivation
Related to https://github.com/traefik/hub-issues/issues/1125
More
make test
and all the tests passed