Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

20_run_test_runner.sh gate hangs at airshipctl-deploy-ephemeral-node : check kubectl version #189

Closed
aschiefe opened this issue Apr 23, 2020 · 6 comments
Labels
bug Something isn't working priority/medium Default priority for items
Milestone

Comments

@aschiefe
Copy link

Describe the bug
when running tools/gate/20_run_test_runner.sh the execution hangs and does not return from the check kubectl version step

Steps To Reproduce
git clone & run gates 00_setup.sh, 10_build_gate.sh and 20_run_test_runner.sh

Expected behavior
The command should time out with a warning or error based on the lack of response, or the visualization needs to be corrected for this step

Environment

  • airshipctl Version:
  • Operating System: Ubuntu 18.04
  • Kernel version: v0.1.0
  • Kubernetes Version: v1.16.2
  • Go version: 1.14.2
  • Hardware specs 24 vCPUs, 64GB RAM, vm
@aschiefe aschiefe added bug Something isn't working triage Needs evaluation by project members labels Apr 23, 2020
@realsystem
Copy link

Role "airshipctl-deploy-ephemeral-node" already has logic with:
retries: 50
delay: 20
Question: do you see iterations? Also part of log will be helpful.

@teoyaomiqui
Copy link
Contributor

@aschiefe do you have a proxy in your environment ?

@aschiefe
Copy link
Author

Yes I see iterations, but I didn't allow it to go all the way through 50 of them. How long is it generally expected to take?

Yes there is a proxy in the environment which should have been properly injected into the containers.

@aschiefe
Copy link
Author

This is the only error I have, what logs are you needing me to look at?

fatal: [primary]: FAILED! => {"attempts": 50, "changed": true, "cmd": ["timeout", "20", "kubectl", "--kubeconfig", "/home/ubuntu/.airship/kubeconfig", "version"], "delta": "0:00:20.004623", "end": "2020-04-24 20:51:35.742099", "msg": "non-zero return code", "rc": 124, "start": "2020-04-24 20:51:15.737476", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}

@ian-howell
Copy link
Contributor

@drewwalters96 drewwalters96 removed the triage Needs evaluation by project members label Apr 29, 2020
@drewwalters96 drewwalters96 added this to the betav1 milestone Apr 29, 2020
@drewwalters96 drewwalters96 added the priority/medium Default priority for items label Apr 29, 2020
@drewwalters96
Copy link
Contributor

Fixed in link patches

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority/medium Default priority for items
Projects
None yet
Development

No branches or pull requests

5 participants