-
Notifications
You must be signed in to change notification settings - Fork 338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(kuma-cp): don't fail generation if other mesh CAs are misconfigured #4501
fix(kuma-cp): don't fail generation if other mesh CAs are misconfigured #4501
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4501 +/- ##
==========================================
- Coverage 55.54% 55.41% -0.13%
==========================================
Files 947 947
Lines 58064 58068 +4
==========================================
- Hits 32253 32180 -73
- Misses 23268 23330 +62
- Partials 2543 2558 +15
Continue to review full report at Codecov.
|
b72a93d
to
53443bd
Compare
037504c
to
73289ca
Compare
This will be backported right? Does it need to be backports all the way to 1.5? |
@lahabana Only 1.7, this came in with the cross-mesh change. |
6022a28
to
c291edc
Compare
Signed-off-by: Mike Beaumont <[email protected]>
Signed-off-by: Mike Beaumont <[email protected]>
Signed-off-by: Mike Beaumont <[email protected]>
Signed-off-by: Mike Beaumont <[email protected]>
c291edc
to
1236b2f
Compare
…ed (#4501) * fix(kuma-cp): don't fail generation if other mesh CAs are misconfigured * test(e2e): add misconfigured mesh to cross-mesh gateway tests * fix: try all mesh CAs if any failed last time * refactor: use RunKubectlE Signed-off-by: Mike Beaumont <[email protected]> (cherry picked from commit 177eedf)
…ed (#4501) * fix(kuma-cp): don't fail generation if other mesh CAs are misconfigured * test(e2e): add misconfigured mesh to cross-mesh gateway tests * fix: try all mesh CAs if any failed last time * refactor: use RunKubectlE Signed-off-by: Mike Beaumont <[email protected]> (cherry picked from commit 177eedf)
…ed (backport #4501) (#4517) fix(kuma-cp): don't fail generation if other mesh CAs are misconfigured (#4501) * fix(kuma-cp): don't fail generation if other mesh CAs are misconfigured * test(e2e): add misconfigured mesh to cross-mesh gateway tests * fix: try all mesh CAs if any failed last time * refactor: use RunKubectlE Signed-off-by: Mike Beaumont <[email protected]> (cherry picked from commit 177eedf) Co-authored-by: Mike Beaumont <[email protected]>
Summary