We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c80e46 commit 5c161a0Copy full SHA for 5c161a0
1 file changed
tests/e2e/kubetest2-kops/deployer/dumplogs.go
@@ -41,7 +41,7 @@ func (d *deployer) DumpClusterLogs() error {
41
"--name", d.ClusterName,
42
"--dir", d.ArtifactsDir,
43
"--private-key", d.SSHPrivateKeyPath,
44
- "--ssh-user", d.SSHUser,
+ "--ssh-user", "ec2-user",
45
}
46
47
if d.MaxNodesToDump != "" {
0 commit comments