Skip to content

Commit

Permalink
ipv6-13
Browse files Browse the repository at this point in the history
  • Loading branch information
alpeb committed May 2, 2024
1 parent c8e9c49 commit dba2327
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/deep/install_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ func TestInstall(t *testing.T) {
out3, _ := TestHelper.Kubectl("", "-n", "linkerd", "logs", "-l", "linkerd.io/control-plane-component=destination", "-c", "linkerd-proxy")
fmt.Printf("*** k logs destination proxy:\n%s", out3)
run("ip", "a")
run("kubectl", "-n", "linkerd", "logs", "-l", "linkerd-io/control-plane-component=identity", "-c", "linkerd-init")
run("kubectl", "-n", "linkerd", "logs", "-l", "linkerd-io/control-plane-component=identity", "-c", "identity")
run("kubectl", "-n", "linkerd", "logs", "-l", "linkerd-io/control-plane-component=identity", "-c", "linkerd-proxy")
testutil.AnnotatedFatalf(t, "'linkerd check' command failed",

Check failure on line 153 in test/integration/deep/install_test.go

View workflow job for this annotation

GitHub Actions / test-ipv6 (ipv6, deep)

TestInstall - 'linkerd check' command failed
Expand Down

0 comments on commit dba2327

Please sign in to comment.