This repository was archived by the owner on Feb 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 262
This repository was archived by the owner on Feb 5, 2020. It is now read-only.
tectonic on digital ocean #3182
Copy link
Copy link
Open
Labels
Description
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)
thomas