Skip to content

Commit

Permalink
Add eks case to GetSigner()
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamjvs committed Dec 25, 2018
1 parent 2e01f6d commit ce79d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/framework/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -3660,7 +3660,7 @@ func GetSigner(provider string) (ssh.Signer, error) {
if keyfile == "" {
keyfile = "google_compute_engine"
}
case "aws":
case "aws", "eks":
keyfile = os.Getenv("AWS_SSH_KEY")
if keyfile == "" {
keyfile = "kube_aws_rsa"
Expand Down

0 comments on commit ce79d27

Please sign in to comment.