Skip to content

Commit b857232

Browse files
committed
WIP: force ec2-user
1 parent 4b4124a commit b857232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/kubetest2-kops/deployer/dumplogs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func (d *deployer) DumpClusterLogs() error {
4242
"--name", d.ClusterName,
4343
"--dir", d.ArtifactsDir,
4444
"--private-key", d.SSHPrivateKeyPath,
45-
"--ssh-user", d.SSHUser,
45+
"--ssh-user", "ec2-user",
4646
}
4747

4848
if d.MaxNodesToDump != "" {

0 commit comments

Comments
 (0)