You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.
What keywords did you search in tectonic-installer issues before filing this one?
If you have found any duplicates, you should instead reply there and close this page.
If you have not found any duplicates, delete this section and continue on.
Is this a BUG REPORT or FEATURE REQUEST?
BUG REPORT
1.8.9-tectonic-2
Terraform v0.11.3
After successful created a tectonic master and workers the startup of the API is blocked by the "do-puller.sh scriptecho "failed to pull from DO Spaces; retrying in 5 seconds"
sleep 5
Platform ():
Digital Ocean
What happened?
The kubernetes API process is not finished because the process stuck on above puller script related to DO spaces
Traceback (most recent call last):
File "do-spaces-tool.py", line 63, in <module>
args.func(args)
File "do-spaces-tool.py", line 36, in cmd_download
bucket, key = args.location.split('/', 1)
ValueError: not enough values to unpack (expected 2, got 1)
What you expected to happen?
Heapster and KUBEdns should be created
How to reproduce it (as minimally and precisely as possible)?
Run the tectonic installer with success and ssh in the master and do journalctl -xe
Anything else we need to know?
when running the docker command on master the following error is displayed:
Traceback (most recent call last):
File "do-spaces-tool.py", line 63, in <module>
args.func(args)
File "do-spaces-tool.py", line 36, in cmd_download
bucket, key = args.location.split('/', 1)
ValueError: not enough values to unpack (expected 2, got 1)
The text was updated successfully, but these errors were encountered:
What keywords did you search in tectonic-installer issues before filing this one?
If you have found any duplicates, you should instead reply there and close this page.
If you have not found any duplicates, delete this section and continue on.
Is this a BUG REPORT or FEATURE REQUEST?
Platform ():
What happened?
What you expected to happen?
How to reproduce it (as minimally and precisely as possible)?
Anything else we need to know?
The text was updated successfully, but these errors were encountered: