tectonic-installer icon indicating copy to clipboard operation
tectonic-installer copied to clipboard

tectonic on digital ocean

Open HBO2 opened this issue 6 years ago • 0 comments

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)

HBO2 avatar Apr 14 '18 12:04 HBO2