Allow explicit configuration of TTRPC address#3555
Allow explicit configuration of TTRPC address#3555crosbymichael merged 1 commit intocontainerd:masterfrom
Conversation
|
@jterry75 PTAL |
|
Build succeeded.
|
jterry75
left a comment
There was a problem hiding this comment.
I think you left an extra flag.
|
Build succeeded.
|
|
Build succeeded.
|
Previously the TTRPC address was generated as "<GRPC address>.ttrpc". This change now allows explicit configuration of the TTRPC address, with the default still being the old format if no value is specified. As part of this change, a new configuration section is added for TTRPC listener options. Signed-off-by: Kevin Parsons <[email protected]>
|
Build succeeded.
|
Codecov Report
@@ Coverage Diff @@
## master #3555 +/- ##
==========================================
- Coverage 42.29% 37.24% -5.05%
==========================================
Files 126 84 -42
Lines 13871 11560 -2311
==========================================
- Hits 5867 4306 -1561
+ Misses 7118 6654 -464
+ Partials 886 600 -286
Continue to review full report at Codecov.
|
|
@jterry75 : Figured out the CI failure, PTAL again. |
|
@crosbymichael - Got it to work! PTAL |
|
We will have to do something with backwards compat. If there is an old shim or someone hasn't updated, providing the extra flag will cause an error |
|
@crosbymichael - I thought that we explicitly disallowed this behavior. We dont support a compat matrix between containerd vs shim versions. containerd and shim are shipped as a single version so they need to be deployed together. |
|
nvm, ttrpc support is only in master, it has not gone out in a release. We are good with this change LGTM |
Previously the TTRPC address was generated as ".ttrpc".
This change now allows explicit configuration of the TTRPC address, with
the default still being the old format if no value is specified.
As part of this change, a new configuration section is added for TTRPC
listener options.
Signed-off-by: Kevin Parsons [email protected]