Skip to content

Commit

Permalink
Merge pull request kubernetes#11174 from neolit123/kind-kubeadm
Browse files Browse the repository at this point in the history
kuberentes_e2e.py: skip add_gce_ssh for the 'kind' deployer
  • Loading branch information
k8s-ci-robot authored Feb 7, 2019
2 parents ac676aa + 7b3b179 commit 65ebfb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scenarios/kubernetes_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ def main(args):
set_up_kops_aws(mode.workspace, args, mode, cluster, runner_args)
elif args.deployment == 'kops' and args.provider == 'gce':
set_up_kops_gce(mode.workspace, args, mode, cluster, runner_args)
elif args.gce_ssh:
elif args.deployment != 'kind' and args.gce_ssh:
mode.add_gce_ssh(args.gce_ssh, args.gce_pub)

# TODO(fejta): delete this?
Expand Down

0 comments on commit 65ebfb0

Please sign in to comment.