Alejandro Pedraza
4abd778558
Don't hide stderr in integration tests ( #3855 )
...
In various integration tests we're not showing stderr when a failure
happens, thus hiding some possibly useful debugging info.
E.g. in the latest CI failures, commands like `linkerd update` were
failing with no visible reason why.
2019-12-20 09:27:18 -05:00
Zahari Dichev
038900c27e
Remove destination container from controller ( #3661 )
...
Signed-off-by: zaharidichev <zaharidichev@gmail.com>
2019-11-08 14:40:25 -08:00
Alejandro Pedraza
1653f88651
Put the destination controller into its own deployment ( #3407 )
...
* Put the destination controller into its own deployment
Fixes #3268
Signed-off-by: Alejandro Pedraza <alejandro@buoyant.io>
2019-09-18 13:41:06 -05:00
Dennis Adjei-Baah
a0fa1dff59
Move tap service into its own pod. ( #2773 )
...
* Split tap into its own pod in the control plane
Signed-off-by: Dennis Adjei-Baah <dennis@buoyant.io>
2019-05-15 16:28:44 -05:00
Andrew Seigner
9eab0e28a6
Introduce ServiceProfile integration tests ( #2588 )
...
The existing integration tests were not validating ServiceProfile
functionality.
Introduce ServiceProfile integration tests that:
- install control-plane ServiceProfiles via `linkerd install-sp`
- install smoke-test ServiceProfiles via `linkerd profile --proto`
- validate well-formed ServiceProfiles via `linkerd check`
- validate `linkerd routes` returns expected output
Fixes #2520
Signed-off-by: Andrew Seigner <siggy@buoyant.io>
2019-03-29 10:52:54 -07:00