We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1/ idea would be to validate a connexion on the scheduler from the worker
Something like ssh -p 32223 scheduler.cycloid.io -i worker_key
ssh -p 32223 scheduler.cycloid.io -i worker_key
2/ Add curl on TSA/concourse API https://concourse.infra.cycloid.io/api/v1/info
The text was updated successfully, but these errors were encountered:
If ssh is not enough we could eventually run something like that
cat > worker.json <<EOF { "platform": "linux", "tags": [] } EOF ssh -p 2222 -vvv localhost \ -i concourse-keys/worker_key2 \ -o UserKnownHostsFile=concourse-keys/tsa_host_key.pub \ -R0.0.0.0:7777:127.0.0.1:7777 \ -R0.0.0.0:7788:127.0.0.1:7788 \ forward-worker \ --garden 0.0.0.0:7777 \ --baggageclaim 0.0.0.0:7788 \ < worker.json
Sorry, something went wrong.
No branches or pull requests
1/ idea would be to validate a connexion on the scheduler from the worker
Something like
ssh -p 32223 scheduler.cycloid.io -i worker_key
2/ Add curl on TSA/concourse API https://concourse.infra.cycloid.io/api/v1/info
The text was updated successfully, but these errors were encountered: