Skip to content
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

Logviewer addon update:containerd log format support and some bugfixes #19546

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
try to fix failing test
ivans3 committed Oct 4, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 9c905d7ddc6fcb24a41b70e16c9a4a5dd3740602
2 changes: 1 addition & 1 deletion test/integration/addons_test.go
Original file line number Diff line number Diff line change
@@ -766,7 +766,7 @@ func validateLogviewerAddon(ctx context.Context, t *testing.T, profile string) {
defer disableAddon(t, "logviewer", profile)
defer PostMortemLogs(t, profile)

if _, err := PodWait(ctx, t, profile, "logviewer", "app=logviewer", Minutes(8)); err != nil {
if _, err := PodWait(ctx, t, profile, "kube-system", "app=logviewer", Minutes(8)); err != nil {
t.Fatalf("failed waiting for logviewer pod: %v", err)
}
}