We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84b222f commit 2bc967bCopy full SHA for 2bc967b
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