-
Bug ReportWhat is the issue?
How can it be reproduced?We use Logs, error output, etc(If the output is long, please create a gist and
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 9 replies
-
Does |
Beta Was this translation helpful? Give feedback.
-
The resource name and contents we applied |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
@grampelberg Sorry to bother you, sir. Is there any API of LInked2 I can use to |
Beta Was this translation helpful? Give feedback.
-
Hi guys, thanks for your guy's advice and it's my pleasure that has a chance to discussed with your guys. Finally, the issue is at the manifest of split linkerd2, every time when we create the resource( use
|
Beta Was this translation helpful? Give feedback.
Hi guys, thanks for your guy's advice and it's my pleasure that has a chance to discussed with your guys. Finally, the issue is at the manifest of split linkerd2, every time when we create the resource( use
client-go
dynamic client) we split the linkerd2 manifest strings there may lose some CRDs resource. So, I changed the function ofsplit
the YAML and modified Linked2 source code to make my life easy.renderMaintest
and use the return manifest to deploy Linkerd2(linkerd2/cli/cmd/check.go
Line 171 in 311a97a