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

Github runner fail to deploy istio operator #904

Open
jchua99 opened this issue Dec 13, 2023 · 0 comments
Open

Github runner fail to deploy istio operator #904

jchua99 opened this issue Dec 13, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@jchua99
Copy link
Contributor

jchua99 commented Dec 13, 2023

Describe the bug
Github runner fail to deploy istio operator. The script runs and setup the node correctly on cloudlab node. However, the same script encounters issues when running on github runner.
https://github.com/vhive-serverless/vHive/actions/runs/7083340257/job/19275539995

To Reproduce
Run job build and test openyurt.

Expected behavior
The job should setup knative on github runner smoothly. This includes installing metalLB, istio(bug), knativeServingComponent, localClusterRegistry, configure magicDNS, deploying istio pods, installing knativeEventingComponent.

Logs

[07:26:54] [Info] Deploying istio operator >>>>> [07:26:55] [Warn] node: [runner@127.0.0.1] failed to exec: 
sudo /usr/local/istio-1.16.3/bin/istioctl install -y -f ~/yurt_tmp/istio-minimal-operator.yaml
error:Error: Get "http://localhost:8080/api?timeout=32s": dial tcp [::1]:8080: connect: connection refused

Error: 1m[07:26:55] [Error] Process exited with status 1
Error: 1m[07:26:55] [Error] Failed to deploy istio operator!

Notes
The job is trying attempting to ssh back to localhost and run the setup script. First, to build a single node cluster. Second, to setup knative.

@jchua99 jchua99 added the bug Something isn't working label Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant