Skip to content
This repository was archived by the owner on Feb 5, 2020. It is now read-only.
This repository was archived by the owner on Feb 5, 2020. It is now read-only.

tectonic on digital ocean #3182

@HBO2

Description

@HBO2

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)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions