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